feat: update homepage UI with new cloud section and simplified gradient backgrounds

This commit is contained in:
2025-10-23 02:25:42 +02:00
parent c9129c5c66
commit 82e730346e
9 changed files with 785 additions and 38 deletions

View File

@@ -7,6 +7,8 @@ import { HomeHeroDark } from './HomeHeroDark'
import { HomeAurora } from './HomeAurora'
import { HomeMapSection } from './HomeMap'
import { HomeFeatures } from './HomeFeatures'
import { HalfGlobe } from '@/components/ui/HalfGlobe'
import { HomeCloud } from './HomeCloud'
export default function HomePage() {
return (
@@ -24,8 +26,9 @@ export default function HomePage() {
</AnimatedSection>
<AnimatedSection>
<StackSection />
<HomeCloud />
</AnimatedSection>
</div>
)
}