Skip to content

Commit a2e6b33

Browse files
Visual edit in Lovable
1 parent 405be66 commit a2e6b33

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/pages/AlienTrip.tsx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react';
2-
32
import { Rocket, Star, Clock, ScrollText, BookOpen, PieChart } from 'lucide-react';
43
import { Button } from '@/components/ui/button';
54
import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card';
@@ -78,25 +77,25 @@ const AlienTrip: React.FC = () => {
7877
<div className="max-w-6xl mx-auto">
7978
<div className="grid grid-cols-1 md:grid-cols-2 gap-12 mb-16">
8079
<div>
81-
<Card className="bg-alien-space-dark/50 backdrop-blur-md border-alien-gold/20 mb-6">
80+
<Card className="bg-alien-space-dark/50 backdrop-blur-md border-alien-gold/20 mb-6 rounded-full">
8281
<CardHeader>
83-
<CardTitle className="text-4xl md:text-5xl font-bold text-alien-gold font-nasalization">
82+
<CardTitle className="md:text-5xl font-bold text-alien-gold font-nasalization text-center text-3xl">
8483
AlienTrip
8584
</CardTitle>
8685
</CardHeader>
8786
<CardContent>
88-
<p className="text-lg text-gray-300 font-[Exo] mb-4">
87+
<p className="text-lg text-gray-300 font-[Exo] mb-4 text-center">
8988
Explore our cosmic journey through the knowledge skills multiverse as we build the next generation of decentralized collaboration together.
9089
</p>
91-
<p className="text-alien-green font-[Exo] font-semibold">Join us to enjoy the advantages, benefits and profits of the ecosystem.</p>
90+
<p className="text-alien-green font-[Exo] text-center text-base font-medium">Join us to enjoy the advantages, benefits and profits of the ecosystem.</p>
9291
</CardContent>
9392
</Card>
9493

9594
<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">
95+
<Button className="hover:bg-alien-gold-light text-alien-space-dark font-nasalization text-center text-alien-green bg-alien-gold">
9796
<Rocket className="mr-2 h-5 w-5" /> Join the Journey
9897
</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")}>
98+
<Button variant="outline" onClick={() => window.open("https://alienflowspace.gitbook.io/DAO", "_blank")} className="border-alien-green text-alien-green font-nasalization bg-alien-gold">
10099
<ScrollText className="mr-2 h-5 w-5" /> Look Greenpapers
101100
</Button>
102101
</div>
@@ -138,19 +137,19 @@ const AlienTrip: React.FC = () => {
138137
</div>
139138
<div className="flex justify-between items-center mb-1.5">
140139
<span className="text-alien-gold font-[Exo] text-sm">Total Supply</span>
141-
<span className="text-alien-green font-semibold font-[Exo] text-sm">1,618.034</span>
140+
<span className="text-alien-green font-semibold font-[Exo] text-sm">1,618.033</span>
142141
</div>
143142
<div className="flex justify-between items-center mb-2">
144143
<span className="text-alien-gold font-[Exo] text-sm">Minted</span>
145-
<span className="text-alien-green font-semibold font-[Exo] text-sm">314.159 / 1,618.034</span>
144+
<span className="text-alien-green font-semibold font-[Exo] text-sm">314.159 / 1,618.033</span>
146145
</div>
147146
<div className="w-full bg-alien-space-dark rounded-full h-2 mb-2">
148147
<div className="bg-alien-gold h-2 rounded-full" style={{
149148
width: '19.4%'
150149
}}></div>
151150
</div>
152151
</div>
153-
<Button className="w-full bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark font-nasalization text-sm">
152+
<Button className="w-full bg-alien-gold hover:bg-alien-gold-light text-alien-space-dark font-nasalization text-sm text-alien-green">
154153
Crypto Mint NFT Passport
155154
</Button>
156155
</CardContent>

0 commit comments

Comments
 (0)