From 3ea3e34f8dec3a5bb6efd3c2ad6cf13f635385d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:37:59 +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 5a14d84..aedd710 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034028.jpg", imageAlt: "Fresh breads and rotis" }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086029.jpg", imageAlt: "South Indian vegetarian specialties" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086029.jpg?_wi=1", imageAlt: "South Indian vegetarian specialties" }, { imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-served-glass-plate_140725-6211.jpg", imageAlt: "Sweet desserts and beverages" @@ -122,7 +122,7 @@ export default function LandingPage() { }, { id: 4, - title: "South Indian", description: "Idli, dosa, vada, uttapam. Authentic South Indian recipes loved by travelers. ₹100-200.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086029.jpg", imageAlt: "South Indian dosa and idli" + title: "South Indian", description: "Idli, dosa, vada, uttapam. Authentic South Indian recipes loved by travelers. ₹100-200.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086029.jpg?_wi=2", imageAlt: "South Indian dosa and idli" }, { id: 5, -- 2.49.1