feat: add cloud video background and update StackSection styling to dark theme

This commit is contained in:
2025-10-22 18:46:21 +02:00
parent 1f0f18105e
commit ce33e0f7c3
4 changed files with 73 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ import { AnimatedSection } from '../../components/AnimatedSection'
import { HomeHero } from './HomeHero'
import { WorldMapSection } from './WorldMapSection'
import { StackSection } from './StackSection'
import { HomeHeroLight2 } from './HomeHeroLight2'
export default function HomePage() {
return (
@@ -9,7 +10,7 @@ export default function HomePage() {
<AnimatedSection>
<HomeHero />
</AnimatedSection>
<AnimatedSection>
<WorldMapSection />
</AnimatedSection>