From 8562644afed507632e11e6a8a51f5621a3757200 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 16:43:41 +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 6dc8737..37ccd66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Welcome to the Action" tagIcon={Zap} tagAnimation="slide-up" - background="radial-gradient" + background={{ variant: "radial-gradient" }} buttons={[ { text: "Reserve Now", href: "#contact" }, { text: "View Menu", href: "#features" } -- 2.49.1