From 1888a15126dbde99d06713bee45c8a5db292d538 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:27:29 +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 23d623b..af8eca1 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