From a74c6973ce89ca6c56f0ea9c6fb5b62b652a1bef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:07:35 +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 639bade..4317bd0 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" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Dining" tagIcon={Flame} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-tasty-japanese-food-grill_23-2148759565.jpg", imageAlt: "Premium Japanese wagyu beef" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-lamb-ribs-with-grilled-potatoes-fresh-tomatoes-glass-red-wine-table_140725-11505.jpg", imageAlt: "Teppanyaki chef cooking performance" }, @@ -244,7 +244,7 @@ export default function LandingPage() { description="Reserve your table at Sakura Prime and experience the finest in Japanese teppanyaki dining." tagIcon={Calendar} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} inputPlaceholder="your@email.com" buttonText="Reserve Table" -- 2.49.1