feat: add UI components for card stack, world map and evervault card with theme support

This commit is contained in:
2025-10-22 23:29:14 +02:00
parent af77948679
commit 8f1df965f2
10 changed files with 540 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ import { StackSection } from './StackSection'
import { HomeHeroLight2 } from './HomeHeroLight2'
import { HomeHeroDark } from './HomeHeroDark'
import { HomeAurora } from './HomeAurora'
import { HomeMapSection } from './HomeMap'
import { HomeFeatures } from './HomeFeatures'
export default function HomePage() {
return (
@@ -14,7 +16,11 @@ export default function HomePage() {
</AnimatedSection>
<AnimatedSection id="next-section">
<WorldMapSection />
<HomeFeatures />
</AnimatedSection>
<AnimatedSection >
<HomeMapSection />
</AnimatedSection>
<AnimatedSection>