diff --git a/src/app/page.tsx b/src/app/page.tsx index ac32c83..19e4947 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,11 +83,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Momos", name: "Vegetable Momos", price: "₹180", rating: 5, - reviewCount: "340+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dumplings-with-meat-inside-dark-background-color-meal-dough-meat-flour-dish-cooking_179666-17891.jpg", imageAlt: "Vegetable Momos" + reviewCount: "340+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dumplings-with-meat-inside-dark-background-color-meal-dough-meat-flour-dish-cooking_179666-17891.jpg?_wi=1", imageAlt: "Vegetable Momos" }, { id: "2", brand: "Momos", name: "Chicken Momos", price: "₹220", rating: 5, - reviewCount: "420+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dumplings-with-meat-inside-dark-background-color-meal-dough-meat-flour-dish-cooking_179666-17891.jpg", imageAlt: "Chicken Momos" + reviewCount: "420+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dumplings-with-meat-inside-dark-background-color-meal-dough-meat-flour-dish-cooking_179666-17891.jpg?_wi=2", imageAlt: "Chicken Momos" }, { id: "3", brand: "Noodles & Thukpa", name: "Traditional Thukpa", price: "₹250", rating: 5, @@ -113,10 +113,10 @@ export default function LandingPage() {