@@ -99,35 +99,54 @@ const AlienTrip: React.FC = () => {
9999 >
100100 < Rocket className = "mr-2 h-5 w-5" /> Join the Journey
101101 </ Button >
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
107- </ Button >
108102 </ div >
109-
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" >
112- < CardContent className = "p-6" >
113- < div className = "flex items-center mb-4" >
114- < BookOpen className = "h-6 w-6 text-alien-gold mr-3" />
115- < h3 className = "text-xl font-semibold text-alien-gold font-nasalization" > Complete Documentation Hub</ h3 >
116- </ div >
117- < p className = "text-gray-300 mb-4 font-[Exo]" >
118- Access our complete documentation including whitepaper, tokenomics, roadmap, and all technical specifications in one place.
119- </ p >
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 >
127- < Rocket className = "ml-2 h-4 w-4" />
128- </ a >
129- </ CardContent >
130- </ Card >
103+
104+ { /* Documentation Cards */ }
105+ < div className = "grid grid-cols-1 md:grid-cols-2 gap-6" >
106+ { /* GitBook Documentation */ }
107+ < Card className = "bg-alien-space-dark/50 backdrop-blur-md border-alien-gold/20 hover:border-alien-gold/40 transition-all duration-300" >
108+ < CardContent className = "p-6" >
109+ < div className = "flex items-center mb-4" >
110+ < BookOpen className = "h-6 w-6 text-alien-gold mr-3" />
111+ < h3 className = "text-xl font-semibold text-alien-gold font-nasalization" > Documentation & Greenpapers </ h3 >
112+ </ div >
113+ < p className = "text-gray-300 mb-4 font-[Exo]" >
114+ Access our complete whitepaper, technical documentation, and all greenpapers in our GitBook hub.
115+ </ p >
116+ < a
117+ href = "https://alienflowspace.gitbook.io/DAO"
118+ target = "_blank"
119+ rel = "noopener noreferrer"
120+ className = "inline-flex items-center text-alien-green hover:text-alien-green-light font-[Exo] hover:scale-105 transition-all duration-300 bg-alien-green/10 px-4 py-2 rounded-lg border border-alien-green/30 hover:bg-alien-green/20"
121+ >
122+ < span > Read GitBook Documentation</ span >
123+ < Rocket className = "ml-2 h-4 w-4" />
124+ </ a >
125+ </ CardContent >
126+ </ Card >
127+
128+ { /* Tokenomics Card */ }
129+ < Card className = "bg-alien-space-dark/50 backdrop-blur-md border-alien-green/20 hover:border-alien-green/40 transition-all duration-300" >
130+ < CardContent className = "p-6" >
131+ < div className = "flex items-center mb-4" >
132+ < PieChart className = "h-6 w-6 text-alien-green mr-3" />
133+ < h3 className = "text-xl font-semibold text-alien-green font-nasalization" > Tokenomics Details</ h3 >
134+ </ div >
135+ < p className = "text-gray-300 mb-4 font-[Exo]" >
136+ Explore the complete A₿TC token distribution, utility mechanisms, and economic model.
137+ </ p >
138+ < a
139+ href = "https://alienflowspace.gitbook.io/DAO"
140+ target = "_blank"
141+ rel = "noopener noreferrer"
142+ className = "inline-flex items-center text-alien-gold hover:text-alien-gold-light font-[Exo] hover:scale-105 transition-all duration-300 bg-alien-gold/10 px-4 py-2 rounded-lg border border-alien-gold/30 hover:bg-alien-gold/20"
143+ >
144+ < span > View Tokenomics</ span >
145+ < Rocket className = "ml-2 h-4 w-4" />
146+ </ a >
147+ </ CardContent >
148+ </ Card >
149+ </ div >
131150 </ div >
132151
133152 { /* Crypto Mint NFT - Compact design */ }
0 commit comments