From 5ed66cbe3721d9d1b09333e4a6aebd8d9d55142f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:57:36 +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 70b161c..6e4c6f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { }, { id: "experience", brand: "Mr. Pan", name: "Full Buffet Experience", price: "€20-30 per person", rating: 5, - reviewCount: "7.6k", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", imageAlt: "Modern, elegant dining atmosphere" + reviewCount: "7.6k", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=1", imageAlt: "Modern, elegant dining atmosphere" }, ]} title="Our Menu Highlights" @@ -204,7 +204,7 @@ export default function LandingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=2" imageAlt="Elegant Mr. Pan dining room for special occasions" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1