From 5c8669abb5523896c634547739f3230ae4cf5948 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:02:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fa754c..262278e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function SakuraLandingPage() { borderRadius="soft" contentWidth="small" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -45,7 +45,7 @@ export default function SakuraLandingPage() { title="Experience the Art of Japanese Steakhouse Excellence" description="Discover the perfect harmony of premium wagyu beef, masterful teppanyaki preparation, and Japanese hospitality. Every meal is a culinary journey crafted by our renowned chefs." tag="Premium Japanese Steakhouse" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg", imageAlt: "Sakura Steakhouse interior with warm lighting" }, { imageSrc: "http://img.b2bpic.net/free-photo/cook-making-meal-slicing-meet-bbq_1268-17680.jpg", imageAlt: "Chef preparing premium wagyu on teppanyaki" }, @@ -74,6 +74,7 @@ export default function SakuraLandingPage() { imageAlt="Master chef at Sakura Steakhouse" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -224,7 +225,7 @@ export default function SakuraLandingPage() { tag="Reservations" title="Reserve Your Culinary Experience" description="Secure your table at Sakura Steakhouse and prepare for an evening of extraordinary Japanese steakhouse excellence." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Reserve Now" -- 2.49.1