Skip to content

Commit f4719e5

Browse files
authored
Update Index.tsx
Signed-off-by: Aitor Alien <111972684+Alien69Flow@users.noreply.github.com>
1 parent f7a9218 commit f4719e5

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/pages/Index.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React, { Suspense, lazy } from 'react';
22
import StarBackground from '@/components/StarBackground';
33
import LoadingScreen from '@/components/LoadingScreen';
4-
import PromoBanner from '@/components/PromoBanner';
54

65
// Lazy loading de secciones
76
const Hero = lazy(() => import('@/components/Hero'));
@@ -12,16 +11,6 @@ const FinancialFreedomSection = lazy(() => import('@/components/FinancialFreedom
1211
const ParticipationSection = lazy(() => import('@/components/ParticipationSection'));
1312
const NewsletterSubscription = lazy(() => import('@/components/NewsletterSubscription'));
1413

15-
const Index: React.FC = () => {
16-
return (
17-
<div className="relative z-10 min-h-screen bg-alien-space-dark/10">
18-
{/* Promo Banner */}
19-
<PromoBanner
20-
message="🚀 Join the AlienFlowSpace DAO and get exclusive NFTs & benefits!"
21-
link="/conetworking"
22-
linkText="Join Now"
23-
/>
24-
2514
{/* Hero con efecto Star Wars + estrellas */}
2615
<div className="relative pt-10">
2716
<div className="absolute inset-0 -z-10">

0 commit comments

Comments
 (0)