File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,45 +14,25 @@ const NewsletterSubscription = lazy(() => import('@/components/NewsletterSubscri
1414const Index : React . FC = ( ) => {
1515 return (
1616 < div className = "relative z-10 min-h-screen bg-alien-space-dark/10" >
17-
18- { /* Hero con estrellas */ }
19- < div className = "relative pt-10" >
20- < div className = "absolute inset-0 -z-10" >
21- < StarBackground />
22- </ div >
23- < Suspense fallback = { < LoadingScreen /> } >
17+ < Suspense fallback = { < LoadingScreen /> } >
18+ { /* Hero con estrellas */ }
19+ < div className = "relative pt-10" >
20+ < div className = "absolute inset-0 -z-10" >
21+ < StarBackground />
22+ </ div >
2423 < Hero />
25- </ Suspense >
26- </ div >
24+ </ div >
2725
28- < Suspense fallback = { < LoadingScreen /> } >
2926 < FinancialFreedomSection />
30- </ Suspense >
31-
32- < Suspense fallback = { < LoadingScreen /> } >
3327 < ExploreSpacesSection />
34- </ Suspense >
35-
36- { /* Stats Section — after Explore for better narrative */ }
37- < Suspense fallback = { < LoadingScreen /> } >
3828 < StatsSection />
39- </ Suspense >
40-
41- < Suspense fallback = { < LoadingScreen /> } >
4229 < EcosystemSection />
43- </ Suspense >
44-
45- < Suspense fallback = { < LoadingScreen /> } >
4630 < FeaturesSection />
47- </ Suspense >
48-
49- < Suspense fallback = { < LoadingScreen /> } >
31+
5032 < div className = "section-center" >
5133 < ParticipationSection />
5234 </ div >
53- </ Suspense >
5435
55- < Suspense fallback = { < LoadingScreen /> } >
5636 < div className = "py-16 px-4" >
5737 < div className = "max-w-lg mx-auto" >
5838 < NewsletterSubscription />
You can’t perform that action at this time.
0 commit comments