From 92af004ebad16ac82c0f273ce08b5fcd1763e023 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:12:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abea73f..44c1508 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" @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -188,7 +189,7 @@ export default function LandingPage() { tagIcon={Heart} testimonials={[ { - id: "1", name: "David Martinez", handle: "@davidm_critic", testimonial: "An absolutely transcendent dining experience. The Wagyu was butter-soft, the teppanyaki performance was mesmerizing, and the service was impeccable. Sakura Prime is a gem.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "David Martinez" + id: "1", name: "David Martinez", handle: "@davidm_critic", testimonial: "An absolutely transcendent dining experience. The Wagyu was butter-soft, the teppanyaki performance was mesmerizing, and the service was impeccable. Sakura Prime is a gem.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "David Martinez" }, { id: "2", name: "Sarah Chen", handle: "@sarahchen_food", testimonial: "Best steakhouse in the city, hands down. The quality of beef is unmatched, and Chef Takeshi's technique is pure art. I've been back seven times this year!", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg", imageAlt: "Sarah Chen" @@ -203,7 +204,7 @@ export default function LandingPage() { id: "5", name: "Robert Kim", handle: "@robertkimreviews", testimonial: "Authentic Japanese steakhouse done right. The Wagyu melts in your mouth, the sake selection is extraordinary, and the experience is world-class.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517426.jpg", imageAlt: "Robert Kim" }, { - id: "6", name: "Lisa Patel", handle: "@lisapatelwines", testimonial: "The wine pairings recommended by Sommelier Hiroshi were perfect. Every element of this restaurant reflects a deep commitment to excellence and guest satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Lisa Patel" + id: "6", name: "Lisa Patel", handle: "@lisapatelwines", testimonial: "The wine pairings recommended by Sommelier Hiroshi were perfect. Every element of this restaurant reflects a deep commitment to excellence and guest satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Lisa Patel" } ]} animationType="slide-up" @@ -238,7 +239,7 @@ export default function LandingPage() { id: "6", title: "Are private dining rooms available?", content: "We offer semi-private and fully private dining areas for groups of 6-20 guests. These spaces feature their own teppanyaki grills and are perfect for special celebrations and corporate events." } ]} - imageSrc="http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg" imageAlt="Steakhouse dining atmosphere" mediaAnimation="slide-up" mediaPosition="left" @@ -254,7 +255,7 @@ export default function LandingPage() { tagIcon={Calendar} title="Reserve Your Premium Dining Experience" description="Book your table now and prepare for an unforgettable evening of authentic Japanese steakhouse excellence. Our team looks forward to welcoming you." - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Request Reservation" -- 2.49.1