File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,15 @@ const Contact: React.FC = () => {
1111 < div className = "grid grid-cols-1 lg:grid-cols-3 gap-8" >
1212 { /* Contact Methods - Takes 2/3 of the space on large screens */ }
1313 < div className = "lg:col-span-2 space-y-6" >
14- < p className = "text-xl font-[Exo] mb-6 text-alien-green font-bold text-left" >
15- Have questions or want to join the AlienFlowSpace DAO? Reach out through any of these cosmic channels:
16- </ p >
14+ < div className = "relative mb-8 max-w-2xl" >
15+ < div className = "bg-gradient-to-br from-alien-green/20 to-alien-green/5 backdrop-blur-md border-2 border-alien-green/40 rounded-2xl rounded-tl-sm p-6 shadow-lg shadow-alien-green/10" >
16+ < p className = "text-lg md:text-xl font-[Exo] text-alien-green font-semibold leading-relaxed" >
17+ Have questions or want to join the AlienFlowSpace DAO? Reach out through any of these cosmic channels:
18+ </ p >
19+ </ div >
20+ { /* Chat bubble pointer */ }
21+ < div className = "absolute -top-2 left-0 w-4 h-4 bg-alien-green/20 border-l-2 border-t-2 border-alien-green/40 transform rotate-45" > </ div >
22+ </ div >
1723
1824 < div className = "grid grid-cols-1 md:grid-cols-2 gap-4" >
1925 < div className = "flex items-center p-4 bg-alien-space-dark/80 rounded-lg backdrop-blur-md hover:bg-alien-space-dark/90 transition-colors border border-alien-gold/20" >
You can’t perform that action at this time.
0 commit comments