@@ -4,7 +4,7 @@ import { Bitcoin, TrendingUp, Shield, Coins, Zap, Lock, ShoppingCart, Wand2, Spa
44import { Card , CardContent , CardDescription , CardHeader , CardTitle } from '@/components/ui/card' ;
55const FinancialFreedomSection = ( ) => {
66 return (
7- < section className = "py-24 bg-gradient-to-b from-alien-space-dark via-alien-space to-alien-space-dark relative overflow-hidden" >
7+ < section className = "py-24 relative overflow-hidden" >
88 { /* Enhanced background decorative elements */ }
99 < div className = "absolute inset-0" >
1010 < div className = "absolute top-20 left-20 w-32 h-32 bg-alien-gold/10 rounded-full blur-3xl animate-pulse" > </ div >
@@ -16,39 +16,31 @@ const FinancialFreedomSection = () => {
1616 < div className = "container mx-auto px-4 relative z-10" >
1717 < div className = "max-w-7xl mx-auto" >
1818
19- { /* Enhanced Section Header */ }
19+ { /* Header Section - Two Line Title */ }
2020 < motion . div
2121 initial = { { opacity : 0 , y : 30 } }
2222 whileInView = { { opacity : 1 , y : 0 } }
2323 transition = { { duration : 0.8 } }
2424 viewport = { { once : true } }
25- className = "text-center mb-20 "
25+ className = "text-center mb-16 "
2626 >
27- < div className = "inline-flex items-center justify-center w-20 h-20 bg-gradient-to-br from-alien-gold/20 to-alien-green/20 rounded-full mb-8 border-2 border-alien-gold/30 backdrop-blur-md hover:scale-110 transition-transform duration-300" >
28- < img
29- src = "/lovable-uploads/AW.png"
30- alt = "Alien Wallet"
31- className = "h-12 w-12 rounded-full"
32- />
33- </ div >
34- < h2 className = "text-5xl md:text-6xl font-bold mb-8 font-nasalization text-glow animate-fade-in" >
35- < span className = "text-yellow-400" > ₿</ span >
36- < span className = "text-blue-400" > £</ span >
37- < span className = "text-green-400" > €</ span >
38- < span className = "text-green-400" > $</ span >
39- < span className = "text-green-400" > $</ span >
40- </ h2 >
41- < h3 className = "text-4xl md:text-5xl font-bold text-alien-gold mb-8 font-nasalization text-glow animate-fade-in" >
42- Financial Freedom for the Free Earth
43- </ h3 >
44- < div className = "max-w-4xl mx-auto" >
45- < p className = "text-2xl text-gray-200 font-[Exo] leading-relaxed mb-6" >
46- Any individual or professional can understand the advantage of digital Money:
47- </ p >
48- < div className = "w-24 h-1 bg-gradient-to-r from-alien-gold to-alien-green mx-auto rounded-full" > </ div >
27+ < div className = "space-y-4" >
28+ < h2 className = "text-5xl md:text-6xl text-alien-gold font-nasalization tracking-wider font-bold" >
29+ ₿£€$$
30+ </ h2 >
31+ < h3 className = "text-2xl md:text-3xl font-bold text-alien-green font-nasalization tracking-wide" >
32+ Financial Freedom for the Free Earth
33+ </ h3 >
4934 </ div >
5035 </ motion . div >
5136
37+ < div className = "max-w-4xl mx-auto text-center mb-16" >
38+ < p className = "text-2xl text-gray-200 font-[Exo] leading-relaxed mb-6" >
39+ Any individual or professional can understand the advantage of digital Money:
40+ </ p >
41+ < div className = "w-24 h-1 bg-gradient-to-r from-alien-gold to-alien-green mx-auto rounded-full" > </ div >
42+ </ div >
43+
5244 { /* Enhanced Main Features Grid */ }
5345 < div className = "grid grid-cols-1 lg:grid-cols-2 gap-10 mb-20" >
5446
@@ -221,41 +213,62 @@ const FinancialFreedomSection = () => {
221213 </ Card >
222214 </ motion . div >
223215
224- { /* A₿tc Section */ }
225- < motion . div
226- initial = { { opacity : 0 , y : 30 } }
227- whileInView = { { opacity : 1 , y : 0 } }
228- transition = { { duration : 0.8 , delay : 1.0 } }
216+ { /* ABTC Token Highlight - Simplified without widget */ }
217+ < motion . div
218+ initial = { { opacity : 0 , scale : 0.9 } }
219+ whileInView = { { opacity : 1 , scale : 1 } }
220+ transition = { { duration : 0.8 , delay : 0.5 } }
229221 viewport = { { once : true } }
230- className = "mt-20 text-center"
222+ className = "card-border p-8 max-w-6xl mx-auto text-center relative overflow-hidden "
231223 >
232- < Card className = "bg-gradient-to-br from-alien-space-dark/95 to-alien-space-light/40 backdrop-blur-xl border-2 border-alien-gold/40 hover:border-alien-gold/60 transition-all duration-500 group overflow-hidden" >
233- < div className = "absolute inset-0 bg-gradient-to-r from-alien-gold/5 via-alien-green/5 to-alien-gold/5 opacity-0 group-hover:opacity-100 transition-opacity duration-500" > </ div >
234- < CardContent className = "p-10 text-center relative z-10" >
235- < div className = "flex items-center justify-center mb-6" >
224+ { /* Background decorative elements */ }
225+ < div className = "absolute inset-0 bg-gradient-to-br from-alien-gold/5 via-transparent to-alien-green/5" />
226+ < div className = "absolute top-0 left-0 w-32 h-32 bg-alien-gold/10 rounded-full blur-3xl" />
227+ < div className = "absolute bottom-0 right-0 w-32 h-32 bg-alien-green/10 rounded-full blur-3xl" />
228+
229+ < div className = "relative z-10" >
230+ < motion . h3
231+ initial = { { opacity : 0 , y : 20 } }
232+ whileInView = { { opacity : 1 , y : 0 } }
233+ transition = { { duration : 0.6 , delay : 0.6 } }
234+ viewport = { { once : true } }
235+ className = "text-3xl md:text-4xl font-bold mb-4 text-alien-gold font-nasalization"
236+ >
237+ A₿tc < span className = "text-sm text-[#03ff19]" > (Aurum nostrum non est aurum vulgi)</ span >
238+ </ motion . h3 >
239+
240+ < motion . p
241+ initial = { { opacity : 0 , y : 20 } }
242+ whileInView = { { opacity : 1 , y : 0 } }
243+ transition = { { duration : 0.6 , delay : 0.7 } }
244+ viewport = { { once : true } }
245+ className = "text-lg text-gray-300 mb-6 font-[Exo] max-w-3xl mx-auto"
246+ >
247+ Aurum ₿itcoin cryptoken serves as collateral and derivative of Bitcoin and gold,
248+ providing < span className = "text-alien-green font-semibold" > scalability</ span > ,
249+ < span className = "text-alien-gold font-semibold" > stability</ span > and
250+ < span className = "text-alien-green font-semibold" > growth potential (Φπ)</ span > ...
251+ </ motion . p >
252+
253+ < motion . div
254+ initial = { { opacity : 0 , scale : 0.9 } }
255+ whileInView = { { opacity : 1 , scale : 1 } }
256+ transition = { { duration : 0.6 , delay : 0.8 } }
257+ viewport = { { once : true } }
258+ className = "inline-flex items-center gap-3 bg-gradient-to-r from-alien-space-dark to-alien-space px-6 py-3 rounded-full border border-alien-green/30"
259+ >
260+ < a href = "https://bitcoin.org" target = "_blank" rel = "noopener noreferrer" className = "flex items-center" >
236261 < img
237- src = "/lovable-uploads/ALogo.png "
238- alt = "A₿tc Logo "
239- className = "h-16 w-16 rounded-full border-2 border-alien-gold/30 group-hover:scale-110 transition-transform duration-300"
262+ src = "https://upload.wikimedia.org/wikipedia/commons/4/46/Bitcoin.svg "
263+ alt = "Bitcoin "
264+ className = "h-5 w-5"
240265 />
241- </ div >
242- < h3 className = "text-3xl md:text-4xl font-bold text-alien-gold font-nasalization mb-4 text-glow" >
243- A₿tc
244- </ h3 >
245- < p className = "text-lg text-gray-300 font-[Exo] italic mb-6" >
246- (Aurum nostrum non est aurum vulgi)
247- </ p >
248- < a
249- href = "https://abtc.space"
250- target = "_blank"
251- rel = "noopener noreferrer"
252- className = "inline-flex items-center gap-2 bg-gradient-to-r from-alien-gold/20 to-alien-green/20 hover:from-alien-gold/30 hover:to-alien-green/30 text-alien-gold hover:text-alien-gold-light px-6 py-3 rounded-full border border-alien-gold/30 hover:border-alien-gold/50 transition-all duration-300 font-[Exo] font-semibold group-hover:scale-105"
253- >
254- Visit A₿tc
255- < span className = "text-alien-green" > →</ span >
256266 </ a >
257- </ CardContent >
258- </ Card >
267+ < span className = "text-alien-green font-semibold font-[Exo]" > ₿itcoin backed</ span >
268+ < span className = "text-gray-400" > •</ span >
269+ < span className = "text-alien-gold font-semibold font-[Exo]" > Interoperable</ span >
270+ </ motion . div >
271+ </ div >
259272 </ motion . div >
260273 </ div >
261274 </ div >
0 commit comments