@@ -22,35 +22,25 @@ const FinancialFreedomSection = () => {
2222 } , [ ] ) ;
2323
2424 const benefits = [
25- {
26- icon : Bitcoin ,
27- title : "Impartial Money" ,
28- description : "Does not discriminate"
29- } ,
30- {
31- icon : Globe ,
32- title : "Decentralized" ,
33- description : "Global accessibility"
34- } ,
3525 {
3626 icon : TrendingUp ,
37- title : "Scalable & Stable " ,
38- description : "Growth potential"
27+ title : "Scalable Growth " ,
28+ description : "Exponential potential"
3929 } ,
4030 {
4131 icon : Shield ,
42- title : "Safe Reserves " ,
43- description : "Secure wealth storage "
32+ title : "Secure Storage " ,
33+ description : "Protected wealth"
4434 } ,
4535 {
4636 icon : Zap ,
47- title : "Instant Access " ,
48- description : "Immediate transactions "
37+ title : "Instant Transactions " ,
38+ description : "Real-time access "
4939 } ,
5040 {
5141 icon : Coins ,
52- title : "Crypto & NFTs " ,
53- description : "Digital experiences "
42+ title : "Digital Assets " ,
43+ description : "NFTs & tokens "
5444 }
5545 ] ;
5646
@@ -97,9 +87,6 @@ const FinancialFreedomSection = () => {
9787 className = "space-y-6"
9888 >
9989 < div className = "card-border p-8 backdrop-blur-md" >
100- < h4 className = "text-2xl font-bold text-alien-green mb-4 font-nasalization" >
101- Digital Money Advantage
102- </ h4 >
10390 < p className = "text-lg text-gray-300 font-[Exo] leading-relaxed mb-6" >
10491 Any Individual or Professional can Understand the Advantage of Digital Money:
10592 </ p >
0 commit comments