From 35afd6497406f1964b83da90ffc170c18a4b3a71 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:14:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f99a96b..c208d85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,27 +93,27 @@ export default function LandingPage() { { id: "1", brand: "Breakfast", name: "Poha", price: "₹25", rating: 5, reviewCount: "100+", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg", imageAlt: "Poha - Traditional Indian breakfast"}, + "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=1", imageAlt: "Poha - Traditional Indian breakfast"}, { id: "2", brand: "Breakfast", name: "Aloo Paratha", price: "₹60", rating: 5, reviewCount: "95+", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg", imageAlt: "Aloo Paratha - Potato filled bread"}, + "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=2", imageAlt: "Aloo Paratha - Potato filled bread"}, { id: "3", brand: "Breakfast", name: "Paneer Paratha", price: "₹80", rating: 5, reviewCount: "110+", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg", imageAlt: "Paneer Paratha - Cheese bread"}, + "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg?_wi=3", imageAlt: "Paneer Paratha - Cheese bread"}, { id: "4", brand: "Meals", name: "Veg Thali", price: "₹80", rating: 5, reviewCount: "150+", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg", imageAlt: "Veg Thali - Complete vegetarian meal"}, + "http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg?_wi=1", imageAlt: "Veg Thali - Complete vegetarian meal"}, { id: "5", brand: "Meals", name: "Special Veg Thali", price: "₹140", rating: 5, reviewCount: "130+", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg", imageAlt: "Special Veg Thali - Premium meal platter"}, + "http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg?_wi=2", imageAlt: "Special Veg Thali - Premium meal platter"}, { id: "6", brand: "Combo", name: "Aloo Mutter Combo", price: "₹130", rating: 5, reviewCount: "85+", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg", imageAlt: "Aloo Mutter with Laccha Paratha combo"}, + "http://img.b2bpic.net/free-photo/top-view-rice-dates-arrangement_23-2148728149.jpg?_wi=3", imageAlt: "Aloo Mutter with Laccha Paratha combo"}, ]} /> -- 2.49.1