feat: enhance globe component with interactive controls and global markers

This commit is contained in:
2025-10-23 14:37:13 +02:00
parent 4cc98af570
commit 73832e2686
6 changed files with 335 additions and 54 deletions

View File

@@ -1,10 +1,11 @@
import { AnimatedSection } from '../../components/AnimatedSection'
import { HomeAurora } from './HomeAurora'
import { HomeMapSection } from './HomeMap'
import { HomeFeatures } from './HomeFeatures'
import { HomeFeaturesDark } from './HomeFeaturesDark'
import { HomeCloud } from './HomeCloud'
import { HomeAgent } from './HomeAgent'
import { StackSectionLight } from './StackSection'
import { WorldMap } from './HomeGlobe'
export default function HomePage() {
@@ -14,12 +15,17 @@ export default function HomePage() {
<HomeAurora />
</AnimatedSection>
<AnimatedSection id="next-section">
<WorldMap />
</AnimatedSection>
<AnimatedSection>
<StackSectionLight />
</AnimatedSection>
<AnimatedSection>
<HomeFeatures />
<HomeFeaturesDark />
</AnimatedSection>
<AnimatedSection>