Update src/app/page.tsx
This commit is contained in:
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{
|
||||||
variant: "glowing-orb"
|
variant: "sparkles-gradient"
|
||||||
}}
|
}}
|
||||||
title="Explore trails like never before"
|
title="Explore trails like never before"
|
||||||
description="Immersive 3D scrolling experiences bring hiking destinations to life. Discover your next adventure through interactive, dynamic storytelling."
|
description="Immersive 3D scrolling experiences bring hiking destinations to life. Discover your next adventure through interactive, dynamic storytelling."
|
||||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "glowing-orb"
|
variant: "sparkles-gradient"
|
||||||
}}
|
}}
|
||||||
tag="Get Started"
|
tag="Get Started"
|
||||||
title="Ready for your next adventure?"
|
title="Ready for your next adventure?"
|
||||||
|
|||||||
Reference in New Issue
Block a user