Skip to content

Commit 38b85cf

Browse files
authored
Update FinancialFreedomSection.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent 9fc91fd commit 38b85cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/FinancialFreedomSection.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const FinancialFreedomSection = () => {
3232
₿£€$$
3333
</h2>
3434
<h3 className="text-2xl md:text-3xl font-bold text-alien-green font-nasalization tracking-wide">
35-
Financial Freedom for the Free Earth
35+
Bless Financial Freedom for the Free Earth
3636
</h3>
3737
</div>
3838
</motion.div>
@@ -114,7 +114,7 @@ const FinancialFreedomSection = () => {
114114

115115
<div className="max-w-4xl mx-auto text-center mb-16">
116116
<p className="text-2xl font-[Exo] leading-relaxed mb-6 text-alien-green font-extrabold">
117-
Any individual or professional can understand the advantage of digital Money:
117+
Any individual or professional can understand the advantage of digital money:
118118
</p>
119119
<div className="w-24 h-1 bg-gradient-to-r from-alien-gold to-alien-green mx-auto rounded-full"></div>
120120
</div>
@@ -251,7 +251,7 @@ const FinancialFreedomSection = () => {
251251
<Lock className="h-8 w-8 text-alien-gold" />
252252
</div>
253253
<p className="text-2xl text-gray-100 font-[Exo] leading-relaxed">
254-
Allowing individuals to <span className="text-alien-gold font-bold bg-alien-gold/10 px-2 py-1 rounded">secure their wealth</span> while enjoying the benefits of a <span className="text-alien-green font-bold bg-alien-green/10 px-2 py-1 rounded">decentralized economy</span>.
254+
Allowing to <span className="text-alien-gold font-bold bg-alien-gold/10 px-2 py-1 rounded">secure their wealth</span> while enjoying the benefits of a <span className="text-alien-green font-bold bg-alien-green/10 px-2 py-1 rounded">circular decentralized economy</span>.
255255
</p>
256256
</CardContent>
257257
</Card>
@@ -317,4 +317,4 @@ const FinancialFreedomSection = () => {
317317
</div>
318318
</section>;
319319
};
320-
export default FinancialFreedomSection;
320+
export default FinancialFreedomSection;

0 commit comments

Comments
 (0)