From f4c1d288e4674b0b2bdeebb44b552cf53d6f2e31 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:36:33 +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 9c5a7c0..adf56c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -44,7 +44,7 @@ export default function LandingPage() { title="Rêve de Kyoto" description="Experience authentic Japanese culinary excellence with premium wagyu, fresh sushi, and traditional kaiseki. An intimate gastronomic journey celebrating Japanese craftsmanship." tag="Premium Japanese Dining" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Reserve Your Table", href: "contact" }, { text: "View Menu", href: "products" }, @@ -75,10 +75,11 @@ export default function LandingPage() { { value: "20+", title: "Years of Culinary Excellence" }, { value: "5★", title: "Michelin-Caliber Quality" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg" imageAlt="Rêve de Kyoto restaurant interior with sushi counter" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -175,9 +176,9 @@ export default function LandingPage() { { id: "5", title: "Is there a dress code?", content: "Smart casual is recommended. We appreciate when guests dress thoughtfully for the occasion. For special multicourse experiences, we suggest elegant attire to match the refinement of the meal."}, { - id: "6", title: "Do you offer private events?", content: "Yes, we have a private dining room perfect for corporate events, celebrations, and intimate gatherings. Contact us directly to discuss your specific needs and customize a memorable experience."}, + id: "6", title: "Do you offer private events?", content: "Yes, we have a private dining room perfect for corporate events, celebrations, and intimate gatherings. Contact us directly to discuss your specific needs and customize a memorable experience."} ]} - imageSrc="http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg" imageAlt="Rêve de Kyoto restaurant interior" mediaPosition="left" /> @@ -188,7 +189,7 @@ export default function LandingPage() { tag="Reserve Now" title="Book Your Experience" description="Reserve your table at Rêve de Kyoto. Call us at +33 1 23 45 67 89 or submit your reservation details below." - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Request Reservation" -- 2.49.1