From 1894f379449078eeed8e0c4b4090e0991e2eecdf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:51:14 +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 0e5041d..6b1387b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187184.jpg", imageAlt: "V4 Midnight Dhabba rooftop dining at night" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187184.jpg?_wi=1", imageAlt: "V4 Midnight Dhabba rooftop dining at night" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-sangria_23-2149436821.jpg?_wi=1", imageAlt: "Rooftop dining with warm lights" @@ -58,7 +58,7 @@ export default function LandingPage() { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/grilled-golden-brown-beefsteak-fork_23-2148167637.jpg?_wi=1", imageAlt: "Tandoori chicken charcoal grilled" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187184.jpg", imageAlt: "Friends dining together" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187184.jpg?_wi=2", imageAlt: "Friends dining together" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-sangria_23-2149436821.jpg?_wi=1", imageAlt: "Evening ambiance" -- 2.49.1