From 9edab25965d00620ba8937480b214c2c14641e8a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 13:54:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd47c49..dc36eef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { tag="Premium Restobar" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Reserve Table", href: "#reservation" }, { text: "View Menu", href: "#menu" } @@ -251,7 +251,7 @@ export default function LandingPage() { tag="Transparency First" tagIcon={Check} tagAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} animationType="slide-up" metrics={[ -- 2.49.1