From 108bbcfd12a3da7bf348503af604d97d6a201c61 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:46:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7657c9b..b16f212 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" @@ -46,7 +46,7 @@ export default function LandingPage() { title="Experience Authentic Japanese Elegance" description="Discover the finest wagyu beef and authentic teppanyaki craftsmanship in an atmosphere of refined luxury and tradition" tag="Premium Steakhouse" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/preparing-juicy-beef-meat-with-rosemary-burger_7502-9875.jpg", imageAlt: "Premium wagyu steak sizzling on grill"}, @@ -75,10 +75,11 @@ export default function LandingPage() { { value: "25+", title: "Years of Culinary Excellence" }, { value: "A5 Wagyu", title: "Exclusively Premium Selection" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg" imageAlt="Katsura steakhouse interior with warm ambient lighting" useInvertedBackground={false} mediaAnimation="blur-reveal" + metricsAnimation="slide-up" /> @@ -187,7 +188,7 @@ export default function LandingPage() { mediaPosition="right" mediaAnimation="blur-reveal" faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg" imageAlt="Katsura FAQ section" faqs={[ { @@ -201,7 +202,7 @@ export default function LandingPage() { { id: "5", title: "What is your wine selection like?", content: "Our sommelier curates an exceptional wine list featuring Japanese wines, premium reds, and international selections perfectly paired with wagyu. We also offer sake recommendations for an authentic pairing experience."}, { - id: "6", title: "Do you offer private dining?", content: "Yes, we have private dining options available for special events, corporate gatherings, and intimate celebrations. Please contact us to discuss your specific needs."}, + id: "6", title: "Do you offer private dining?", content: "Yes, we have private dining options available for special events, corporate gatherings, and intimate celebrations. Please contact us to discuss your specific needs."} ]} /> @@ -211,7 +212,7 @@ export default function LandingPage() { tag="Reserve Your Experience" title="Book Your Table at Katsura" description="Experience the pinnacle of Japanese steakhouse dining. Reserve your table today and prepare for an unforgettable evening." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Request Reservation" -- 2.49.1