From 1af0721f1f82a5ab6b7f7fee8d4dd24b4e61a071 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:55:32 +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 531d9f1..cf2c5b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-delicious-cake_23-2149655641.jpg", imageAlt: "Chocolate fountain and gourmet desserts"}, { 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" description="Explore our extensive buffet selection featuring premium sushi, live Mongolian BBQ, classic Chinese dishes, fresh seafood, and decadent desserts" @@ -193,7 +193,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