@@ -93,27 +93,37 @@ const AlienTrip: React.FC = () => {
9393 </ Card >
9494
9595 < div className = "flex flex-wrap gap-4 mb-8" >
96- < Button className = "bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark font-nasalization" >
96+ < Button
97+ className = "bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark font-nasalization hover:shadow-lg hover:scale-105 transition-all duration-300"
98+ onClick = { ( ) => window . location . href = '/contact' }
99+ >
97100 < Rocket className = "mr-2 h-5 w-5" /> Join the Journey
98101 </ Button >
99- < Button variant = "outline" className = "border-alien-green text-alien-green hover:bg-alien-green/20 font-nasalization" onClick = { ( ) => window . open ( "https://alienflowspace.gitbook.io/DAO" , "_blank" ) } >
100- < ScrollText className = "mr-2 h-5 w-5" /> Look Greenpapers
102+ < Button
103+ className = "bg-alien-green/20 border-alien-green text-alien-green hover:bg-alien-green hover:text-alien-space-dark font-nasalization border-2 hover:shadow-lg hover:scale-105 transition-all duration-300"
104+ onClick = { ( ) => window . open ( "https://alienflowspace.gitbook.io/DAO" , "_blank" ) }
105+ >
106+ < ScrollText className = "mr-2 h-5 w-5" /> Documentation & Greenpapers
101107 </ Button >
102108 </ div >
103109
104- { /* GitBook Card */ }
105- < Card className = "bg-alien-space-dark/50 backdrop-blur-md border-alien-gold/20" >
110+ { /* Combined Documentation Card - Simplified */ }
111+ < Card className = "bg-alien-space-dark/50 backdrop-blur-md border-alien-gold/20 hover:border-alien-gold/40 transition-all duration-300 " >
106112 < CardContent className = "p-6" >
107113 < div className = "flex items-center mb-4" >
108114 < BookOpen className = "h-6 w-6 text-alien-gold mr-3" />
109- < h3 className = "text-xl font-semibold text-alien-gold font-nasalization" > Official Documentation</ h3 >
115+ < h3 className = "text-xl font-semibold text-alien-gold font-nasalization" > Complete Documentation Hub </ h3 >
110116 </ div >
111117 < p className = "text-gray-300 mb-4 font-[Exo]" >
112- Access our comprehensive documentation to learn about tokenomics, roadmap, and
113- technical specifications of the ΔlieπFlΦw $pac€ DAO ecosystem.
118+ Access our complete documentation including whitepaper, tokenomics, roadmap, and all technical specifications in one place.
114119 </ p >
115- < a href = "https://alienflowspace.gitbook.io/DAO" target = "_blank" rel = "noopener noreferrer" className = "flex items-center text-alien-green hover:text-alien-green-light font-[Exo]" >
116- < span > Visit GitBook</ span >
120+ < a
121+ href = "https://alienflowspace.gitbook.io/DAO"
122+ target = "_blank"
123+ rel = "noopener noreferrer"
124+ className = "inline-flex items-center text-alien-green hover:text-alien-green-light font-[Exo] hover:scale-105 transition-all duration-300"
125+ >
126+ < span > Complete GitBook Hub</ span >
117127 < Rocket className = "ml-2 h-4 w-4" />
118128 </ a >
119129 </ CardContent >
@@ -213,11 +223,6 @@ const AlienTrip: React.FC = () => {
213223 </ div >
214224 </ div >
215225
216- < div className = "text-center mt-8" >
217- < a href = "https://alienflowspace.gitbook.io/DAO" target = "_blank" rel = "noopener noreferrer" className = "text-alien-green hover:text-alien-green-light inline-flex items-center font-[Exo]" >
218- View detailed tokenomics < Rocket className = "ml-2 h-4 w-4" />
219- </ a >
220- </ div >
221226 </ CardContent >
222227 </ Card >
223228 </ div >
@@ -288,11 +293,6 @@ const AlienTrip: React.FC = () => {
288293 </ div > ) }
289294 </ div >
290295
291- < div className = "text-center mt-8" >
292- < a href = "https://alienflowspace.gitbook.io/DAO" target = "_blank" rel = "noopener noreferrer" className = "text-alien-green hover:text-alien-green-light inline-flex items-center font-[Exo]" >
293- View complete roadmap < Rocket className = "ml-2 h-4 w-4" />
294- </ a >
295- </ div >
296296 </ div >
297297
298298 < Card className = "bg-alien-space-dark/70 backdrop-blur-md border-alien-gold/20" >
@@ -302,9 +302,18 @@ const AlienTrip: React.FC = () => {
302302 The AlienFlowSpace DAO is more than a project—it's a movement to transform blockchain collaboration across the multiverse. Be part of this revolutionary journey.
303303 </ p >
304304 < div className = "flex flex-wrap justify-center gap-4" >
305- < Button className = "bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark px-8 py-6 font-nasalization" >
305+ < Button
306+ className = "bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark px-8 py-6 font-nasalization hover:shadow-lg hover:scale-105 transition-all duration-300"
307+ onClick = { ( ) => window . location . href = '/contact' }
308+ >
306309 < Rocket className = "mr-2 h-5 w-5" /> Join AlienFlowSpace
307310 </ Button >
311+ < Button
312+ className = "bg-alien-green/20 border-alien-green text-alien-green hover:bg-alien-green hover:text-alien-space-dark font-nasalization border-2 px-8 py-6 hover:shadow-lg hover:scale-105 transition-all duration-300"
313+ onClick = { ( ) => window . open ( "https://alienflowspace.gitbook.io/DAO" , "_blank" ) }
314+ >
315+ < BookOpen className = "mr-2 h-5 w-5" /> Complete Documentation
316+ </ Button >
308317 </ div >
309318 </ CardContent >
310319 </ Card >
0 commit comments