From 3414e24298a6602deb33b187ffee2141be215caf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:28:57 +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 a6651ae..ec9f81a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,12 +48,12 @@ export default function LandingPage() { tagAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081495.jpg", imageAlt: "HOTPAN CHINESE restaurant banner" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081495.jpg?_wi=1", imageAlt: "HOTPAN CHINESE restaurant banner" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081495.jpg", imageAlt: "Authentic Chinese cuisine at HOTPAN" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081495.jpg?_wi=2", imageAlt: "Authentic Chinese cuisine at HOTPAN" } ]} buttons={[ -- 2.49.1