diff --git a/src/app/page.tsx b/src/app/page.tsx index 49f621e..a468532 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,19 +108,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Regular", name: "Regular Thali", price: "₹99", rating: 4, - reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404398.jpg", imageAlt: "Regular thali meal" + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404398.jpg?_wi=1", imageAlt: "Regular thali meal" }, { id: "2", brand: "Popular", name: "Special Thali", price: "₹200", rating: 5, - reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Special thali meal" + reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=1", imageAlt: "Special thali meal" }, { id: "3", brand: "Premium", name: "SM Special Manbhavan Thali", price: "₹250", rating: 5, - reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404398.jpg", imageAlt: "Manbhavan special thali" + reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404398.jpg?_wi=2", imageAlt: "Manbhavan special thali" }, { id: "4", brand: "Deluxe", name: "Deluxe Thali", price: "₹160", rating: 5, - reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Deluxe thali meal" + reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=2", imageAlt: "Deluxe thali meal" } ]} />