From a799e4021e2497d74904af13a96812d16c9bf295 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:14:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96cd5e1..ce576f8 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" @@ -47,7 +47,7 @@ export default function LandingPage() { description="Experience authentic Japanese steakhouse mastery. From A5 Wagyu to theatrical teppanyaki performance, indulge in an unforgettable culinary journey." tag="Koshitsu" tagIcon={Flame} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/male-butcher-taking-raw-meat-out-counter_7502-4752.jpg", imageAlt: "Teppanyaki chef performing with wagyu beef" @@ -85,6 +85,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196957.jpg" imageAlt="Elegant Koshitsu steakhouse interior with warm lighting" useInvertedBackground={true} + metricsAnimation="slide-up" mediaAnimation="slide-up" /> @@ -123,7 +124,6 @@ export default function LandingPage() { tag="The Koshitsu Experience" textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" features={[ { id: 1, @@ -255,7 +255,7 @@ export default function LandingPage() { title="Join Our Culinary Community" description="Subscribe to our exclusive newsletter for premium event announcements, chef's special offerings, wine pairing recommendations, and insider access to our most coveted teppanyaki experiences." tagIcon={Heart} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} inputPlaceholder="Your email address" buttonText="Subscribe" -- 2.49.1