File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React , { Suspense , lazy } from 'react' ;
22import StarBackground from '@/components/StarBackground' ;
33import LoadingScreen from '@/components/LoadingScreen' ;
4- import PromoBanner from '@/components/PromoBanner' ;
54
65// Lazy loading de secciones
76const Hero = lazy ( ( ) => import ( '@/components/Hero' ) ) ;
@@ -12,16 +11,6 @@ const FinancialFreedomSection = lazy(() => import('@/components/FinancialFreedom
1211const ParticipationSection = lazy ( ( ) => import ( '@/components/ParticipationSection' ) ) ;
1312const 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" >
You can’t perform that action at this time.
0 commit comments