Skip to content

Commit e1d452e

Browse files
Fix: Financial Freedom section repetition
The Financial Freedom section's title and subtitle were appearing twice. This commit fixes the repetition.
1 parent 6d696e5 commit e1d452e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pages/Index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ const Index: React.FC = () => {
3232
{/* Main content - ensure it has proper height and flow */}
3333
<div className="relative z-10 min-h-screen">
3434
<Hero />
35-
<div className="container mx-auto text-center px-4 py-8 section-center">
36-
<h2 className="text-4xl md:text-5xl mb-4 text-alien-gold font-nasalization">₿£€$$</h2>
37-
</div>
3835
<FinancialFreedomSection />
3936
<ExploreSpacesSection />
4037
<EcosystemSection />

0 commit comments

Comments
 (0)