diff --git a/src/app/page.tsx b/src/app/page.tsx index 6239407..a235d91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Fine Dining" tagIcon={Sparkles} tagAnimation="slide-up" - background="radial-gradient" + background={{ variant: "radial-gradient" }} buttons={[ { text: "Reserve a Table", href: "#contact" }, { text: "View Menu", href: "#menu" }