From 23eecc5fe1773f0852fa32815824a7c69cc6aeaf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:46:27 +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 7537fa6..96323f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { tagIcon={Heart} tagAnimation="blur-reveal" buttons={[{ text: "Explore Menu", href: "#menu" }]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-people-eating-with-chopsticks_23-2149008751.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-people-eating-with-chopsticks_23-2149008751.jpg?_wi=1" imageAlt="Cosy Japanese restaurant interior" useInvertedBackground={true} /> @@ -154,7 +154,7 @@ export default function LandingPage() { }, { id: "cosy-atmosphere", title: "Warm & Cosy Atmosphere", author: "Comfort & Hospitality", description: "Step into our welcoming space where friendly staff make you feel at home. Whether it's a casual meal or special occasion, our intimate setting creates the perfect dining experience.", tags: ["Welcoming", "Friendly"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-with-chopsticks_23-2149008751.jpg", imageAlt: "Cosy restaurant atmosphere with friendly staff" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-with-chopsticks_23-2149008751.jpg?_wi=2", imageAlt: "Cosy restaurant atmosphere with friendly staff" }, ]} animationType="slide-up" -- 2.49.1