From 4283178338b5b789f5582b3219091bf1abb796e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 09:09:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d7f61b..c6a6255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/dinner-is-served_53876-23367.jpg?_wi=1", imageAlt: "Premium breakfast spread with elegant plating" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dinner-is-served_53876-23367.jpg", imageAlt: "Premium breakfast spread with elegant plating" }, { imageSrc: "http://img.b2bpic.net/free-photo/decoration-bean-old-closeup-aroma_1203-5601.jpg", imageAlt: "Luxury cafe interior with warm lighting" }, { imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-syrup-into-layered-latte_181624-31301.jpg", imageAlt: "Gourmet espresso with premium service" } ]} @@ -69,7 +69,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-white-suit-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22426.jpg", alt: "Five star review" } ]} avatarText="Join 2,500+ satisfied guests this month" - background="radial-gradient" + background={{ variant: "radial-gradient" }} ariaLabel="Hero section for luxury breakfast restaurant" /> @@ -214,7 +214,7 @@ export default function LandingPage() { { name: "guests", type: "number", placeholder: "Number of Guests", required: true } ]} textarea={{ name: "message", placeholder: "Special requests or dietary preferences", rows: 4 }} - imageSrc="http://img.b2bpic.net/free-photo/dinner-is-served_53876-23367.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/dinner-is-served_53876-23367.jpg" imageAlt="Premium breakfast ambiance" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1