11
22import React from 'react' ;
33import StarBackground from '@/components/StarBackground' ;
4- import Header from '@/components/Header' ;
5- import Footer from '@/components/Footer' ;
64import { Rocket , Star , Clock , ScrollText , BookOpen , PieChart } from 'lucide-react' ;
75import { Button } from '@/components/ui/button' ;
86import { Popover , PopoverTrigger , PopoverContent } from "@/components/ui/popover" ;
@@ -56,22 +54,30 @@ const AlienTrip: React.FC = () => {
5654 ] ;
5755
5856 return (
59- < div className = "min-h-screen bg-alien-space" >
57+ < div className = "relative flex flex-col flex-1 bg-alien-space" >
6058 < StarBackground />
61- < Header />
62- < main className = "container mx-auto px-4 pt-24 pb-16" >
59+ < div
60+ className = "absolute inset-0 -z-10 bg-cover bg-center bg-no-repeat pointer-events-none"
61+ style = { {
62+ backgroundImage : `url('/lovable-uploads/EMWBack.png')` ,
63+ } }
64+ >
65+ < div className = "w-full h-full bg-black/50" />
66+ </ div >
67+
68+ < main className = "relative z-10 flex-grow container mx-auto px-4 pt-24 pb-16" >
6369 < div className = "max-w-6xl mx-auto" >
6470 < div className = "grid grid-cols-1 md:grid-cols-2 gap-16 mb-20" >
6571 < div >
66- < h1 className = "text-4xl md:text-5xl font-bold text-alien-gold mb-6" > AlienTrip</ h1 >
67- < p className = "text-xl text-gray-300 mb-8" >
72+ < h1 className = "text-4xl md:text-5xl font-bold text-alien-gold mb-6 font-nasalization " > AlienTrip</ h1 >
73+ < p className = "text-xl text-gray-300 mb-8 font-[Exo] " >
6874 Explore our cosmic journey through the blockchain multiverse as we build the next generation of decentralized collaboration.
6975 </ p >
7076 < div className = "flex flex-wrap gap-4" >
71- < Button className = "bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark" >
77+ < Button className = "bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark font-nasalization " >
7278 < Rocket className = "mr-2 h-5 w-5" /> Join the Journey
7379 </ Button >
74- < Button variant = "outline" className = "border-alien-green text-alien-green hover:bg-alien-green/20"
80+ < Button variant = "outline" className = "border-alien-green text-alien-green hover:bg-alien-green/20 font-nasalization "
7581 onClick = { ( ) => window . open ( "https://alienflowspace.gitbook.io/DAO" , "_blank" ) } >
7682 < ScrollText className = "mr-2 h-5 w-5" /> Look Greenpapers
7783 </ Button >
@@ -81,44 +87,44 @@ const AlienTrip: React.FC = () => {
8187 < div className = "mt-8 bg-alien-space-dark/50 backdrop-blur-md rounded-lg p-6 border border-alien-gold/20" >
8288 < div className = "flex items-center mb-4" >
8389 < BookOpen className = "h-6 w-6 text-alien-gold mr-3" />
84- < h3 className = "text-xl font-semibold text-alien-gold" > Official Documentation</ h3 >
90+ < h3 className = "text-xl font-semibold text-alien-gold font-nasalization " > Official Documentation</ h3 >
8591 </ div >
86- < p className = "text-gray-300 mb-4" >
92+ < p className = "text-gray-300 mb-4 font-[Exo] " >
8793 Access our comprehensive documentation to learn about tokenomics, roadmap, and
8894 technical specifications of the ΔlieπFlΦw $pac€ DAO ecosystem.
8995 </ p >
9096 < a href = "https://alienflowspace.gitbook.io/DAO"
9197 target = "_blank"
9298 rel = "noopener noreferrer"
93- className = "flex items-center text-alien-green hover:text-alien-green-light" >
99+ className = "flex items-center text-alien-green hover:text-alien-green-light font-[Exo] " >
94100 < span > Visit GitBook</ span >
95101 < Rocket className = "ml-2 h-4 w-4" />
96102 </ a >
97103 </ div >
98104 </ div >
99105 < div className = "bg-alien-space-dark/50 rounded-lg p-6 backdrop-blur-md" >
100- < h2 className = "text-2xl font-bold text-alien-green mb-4" > Crypto Mint NFT</ h2 >
101- < p className = "text-gray-300 mb-6" >
106+ < h2 className = "text-2xl font-bold text-alien-green mb-4 font-nasalization " > Crypto Mint NFT</ h2 >
107+ < p className = "text-gray-300 mb-6 font-[Exo] " >
102108 Secure your place in our cosmic ecosystem by minting an ΔlieπFlΦw $pac€ DAO Passport, granting you early access to all present and future features and governance rights.
103109 </ p >
104110 < div className = "bg-alien-space-light rounded-lg p-4 mb-6" >
105111 < div className = "flex justify-between items-center mb-2" >
106- < span className = "text-alien-gold" > Mint Price</ span >
107- < span className = "text-alien-green font-semibold" > 0.08 ₿TC</ span >
112+ < span className = "text-alien-gold font-[Exo] " > Mint Price</ span >
113+ < span className = "text-alien-green font-semibold font-[Exo] " > 0.08 ₿TC</ span >
108114 </ div >
109115 < div className = "flex justify-between items-center mb-2" >
110- < span className = "text-alien-gold" > Total Supply</ span >
111- < span className = "text-alien-green font-semibold" > 1,618.034</ span >
116+ < span className = "text-alien-gold font-[Exo] " > Total Supply</ span >
117+ < span className = "text-alien-green font-semibold font-[Exo] " > 1,618.034</ span >
112118 </ div >
113119 < div className = "flex justify-between items-center mb-2" >
114- < span className = "text-alien-gold" > Minted</ span >
115- < span className = "text-alien-green font-semibold" > 314.159 / 1,618.034</ span >
120+ < span className = "text-alien-gold font-[Exo] " > Minted</ span >
121+ < span className = "text-alien-green font-semibold font-[Exo] " > 314.159 / 1,618.034</ span >
116122 </ div >
117123 < div className = "w-full bg-alien-space-dark rounded-full h-2.5 mb-2" >
118124 < div className = "bg-alien-gold h-2.5 rounded-full" style = { { width : '72%' } } > </ div >
119125 </ div >
120126 </ div >
121- < Button className = "w-full bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark" >
127+ < Button className = "w-full bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark font-nasalization " >
122128 Crypto Mint NFT Passport
123129 </ Button >
124130 </ div >
@@ -127,8 +133,8 @@ const AlienTrip: React.FC = () => {
127133 { /* Tokenomics Section */ }
128134 < div className = "mb-20" >
129135 < div className = "text-center mb-12" >
130- < h2 className = "text-3xl font-bold text-alien-gold mb-4" > Tokenomics</ h2 >
131- < p className = "text-xl text-gray-300 max-w-3xl mx-auto" >
136+ < h2 className = "text-3xl font-bold text-alien-gold mb-4 font-nasalization " > Tokenomics</ h2 >
137+ < p className = "text-xl text-gray-300 max-w-3xl mx-auto font-[Exo] " >
132138 The A₿TC token distribution is designed to ensure sustainable ecosystem growth and balanced governance.
133139 </ p >
134140 </ div >
@@ -177,8 +183,8 @@ const AlienTrip: React.FC = () => {
177183 < div key = { index } className = "flex items-center" >
178184 < div className = "w-4 h-4 mr-2" style = { { backgroundColor : item . color } } > </ div >
179185 < div >
180- < span className = "text-gray-300" > { item . name } </ span >
181- < span className = "ml-2 text-alien-gold font-bold" > { item . value } %</ span >
186+ < span className = "text-gray-300 font-[Exo] " > { item . name } </ span >
187+ < span className = "ml-2 text-alien-gold font-bold font-[Exo] " > { item . value } %</ span >
182188 </ div >
183189 </ div >
184190 ) ) }
@@ -190,7 +196,7 @@ const AlienTrip: React.FC = () => {
190196 href = "https://alienflowspace.gitbook.io/DAO"
191197 target = "_blank"
192198 rel = "noopener noreferrer"
193- className = "text-alien-green hover:text-alien-green-light inline-flex items-center"
199+ className = "text-alien-green hover:text-alien-green-light inline-flex items-center font-[Exo] "
194200 >
195201 View detailed tokenomics < Rocket className = "ml-2 h-4 w-4" />
196202 </ a >
@@ -199,8 +205,8 @@ const AlienTrip: React.FC = () => {
199205
200206 < div className = "mb-20" >
201207 < div className = "text-center mb-12" >
202- < h2 className = "text-3xl font-bold text-alien-gold mb-4" > Roadmap</ h2 >
203- < p className = "text-xl text-gray-300 max-w-3xl mx-auto" >
208+ < h2 className = "text-3xl font-bold text-alien-gold mb-4 font-nasalization " > Roadmap</ h2 >
209+ < p className = "text-xl text-gray-300 max-w-3xl mx-auto font-[Exo] " >
204210 Our mission to unify the blockchain multiverse follows this strategic path through interstellar space.
205211 </ p >
206212 </ div >
@@ -220,12 +226,12 @@ const AlienTrip: React.FC = () => {
220226 { roadmapEvents . map ( ( event , index ) => (
221227 < div key = { index } className = "relative grid grid-cols-1 md:grid-cols-5 gap-8 mb-16" >
222228 < div className = { `md:col-span-2 ${ index % 2 === 0 ? 'md:text-right order-1' : 'order-1 md:order-3' } ` } >
223- < h3 className = "text-2xl font-bold text-alien-gold mb-2" > { event . title } </ h3 >
224- < div className = "text-sm text-alien-green mb-2 flex items-center gap-2 justify-start md:justify-end" >
229+ < h3 className = "text-2xl font-bold text-alien-gold mb-2 font-nasalization " > { event . title } </ h3 >
230+ < div className = "text-sm text-alien-green mb-2 flex items-center gap-2 justify-start md:justify-end font-[Exo] " >
225231 < Clock className = "h-4 w-4" />
226232 < span > { event . quarter } </ span >
227233 </ div >
228- < p className = "text-gray-300" > { event . description } </ p >
234+ < p className = "text-gray-300 font-[Exo] " > { event . description } </ p >
229235 </ div >
230236
231237 < div className = "order-2 flex justify-center" >
@@ -258,27 +264,26 @@ const AlienTrip: React.FC = () => {
258264 href = "https://alienflowspace.gitbook.io/DAO"
259265 target = "_blank"
260266 rel = "noopener noreferrer"
261- className = "text-alien-green hover:text-alien-green-light inline-flex items-center"
267+ className = "text-alien-green hover:text-alien-green-light inline-flex items-center font-[Exo] "
262268 >
263269 View complete roadmap < Rocket className = "ml-2 h-4 w-4" />
264270 </ a >
265271 </ div >
266272 </ div >
267273
268274 < div className = "bg-alien-space-dark/70 rounded-lg p-8 backdrop-blur-md text-center" >
269- < h2 className = "text-3xl font-bold text-alien-gold mb-4" > Join Our Cosmic Journey</ h2 >
270- < p className = "text-gray-300 mb-8 max-w-3xl mx-auto" >
275+ < h2 className = "text-3xl font-bold text-alien-gold mb-4 font-nasalization " > Join Our Cosmic Journey</ h2 >
276+ < p className = "text-gray-300 mb-8 max-w-3xl mx-auto font-[Exo] " >
271277 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.
272278 </ p >
273279 < div className = "flex flex-wrap justify-center gap-4" >
274- < Button className = "bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark px-8 py-6" >
280+ < Button className = "bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark px-8 py-6 font-nasalization " >
275281 < Rocket className = "mr-2 h-5 w-5" /> Join AlienFlowSpace
276282 </ Button >
277283 </ div >
278284 </ div >
279285 </ div >
280286 </ main >
281- < Footer />
282287 </ div >
283288 ) ;
284289} ;
0 commit comments