feat: add cloud video background and update StackSection styling to dark theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user