From 0e4f98f4012cdc0d54542cb89edabc73bb48c187 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 09:09:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6a6255..15fac35 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", imageAlt: "Premium breakfast spread with elegant plating" }, + { 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/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" } ]} @@ -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" + imageSrc="http://img.b2bpic.net/free-photo/dinner-is-served_53876-23367.jpg?_wi=2" imageAlt="Premium breakfast ambiance" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1