From 9b2389d00ba16a995716f0a8b9ad0c908c3df59e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:45:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ace09e2..b7b3a85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Premium Dining Since 1998" tagIcon={Flame} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Reserve Your Table", href: "#contact" }, { text: "View Menu", href: "#products" } @@ -198,7 +198,7 @@ export default function LandingPage() { description="Contact us to book your table at Sakura Prime. We look forward to welcoming you to an evening of exceptional Japanese steakhouse artistry." tagIcon={Phone} tagAnimation="opacity" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Request Reservation" -- 2.49.1