diff --git a/src/app/page.tsx b/src/app/page.tsx index d205538..ce33e5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Summer Adventure Awaits" tagIcon={Waves} tagAnimation="slide-up" - background="radial-gradient" + background={{ variant: "radial-gradient" }} buttons={[ { text: "Book Your Adventure Now", href: "#pricing" }, { text: "Learn More", href: "#attractions" }