From 0c505737ad988443fcf2079ecfd203554f0004db Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:47:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.49.1