diff --git a/src/app/page.tsx b/src/app/page.tsx index a50386f..42eb000 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,19 +69,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Signature", name: "Chicken Biryani", price: "₹250", rating: 5, - reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg", imageAlt: "Chicken biryani with aromatic basmati rice and tender chicken pieces" + reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg?_wi=1", imageAlt: "Chicken biryani with aromatic basmati rice and tender chicken pieces" }, { id: "2", brand: "Premium", name: "Mutton Biryani", price: "₹350", rating: 5, - reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-psd/authentic-lamb-biryani-with-mint-yogurt_84443-64677.jpg", imageAlt: "Rich and tender mutton biryani with fragrant rice" + reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-psd/authentic-lamb-biryani-with-mint-yogurt_84443-64677.jpg?_wi=1", imageAlt: "Rich and tender mutton biryani with fragrant rice" }, { id: "3", brand: "Specialty", name: "Tandoori Chicken", price: "₹180", rating: 5, - reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg", imageAlt: "Juicy tandoori chicken marinated in yogurt and spices" + reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=1", imageAlt: "Juicy tandoori chicken marinated in yogurt and spices" }, { id: "4", brand: "Favorite", name: "Butter Naan", price: "₹40", rating: 5, - reviewCount: "1,450+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg", imageAlt: "Soft butter naan bread from traditional tandoor" + reviewCount: "1,450+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg?_wi=1", imageAlt: "Soft butter naan bread from traditional tandoor" } ]} />