diff --git a/src/app/page.tsx b/src/app/page.tsx index ea25a8f..626a715 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { }, { id: "main-course", title: "Main Course (Indian & Chinese)", author: "Signature Dishes", description: "From aromatic curries to wok-fried delicacies - our main courses showcase the finest flavors of both cuisines.", tags: ["Spiced", "Rich", "Authentic"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-wooden-background_23-2148723497.jpg", imageAlt: "Butter chicken main course" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-wooden-background_23-2148723497.jpg?_wi=1", imageAlt: "Butter chicken main course" } ]} animationType="slide-up" @@ -106,11 +106,11 @@ export default function LandingPage() { products={[ { id: "chicken-biryani", brand: "Sundarban Foods", name: "Chicken Biryani", price: "₹450", rating: 5, - reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg", imageAlt: "Fragrant Chicken Biryani" + reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=1", imageAlt: "Fragrant Chicken Biryani" }, { id: "butter-chicken", brand: "Sundarban Foods", name: "Butter Chicken", price: "₹380", rating: 5, - reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-wooden-background_23-2148723497.jpg", imageAlt: "Creamy Butter Chicken" + reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-wooden-background_23-2148723497.jpg?_wi=2", imageAlt: "Creamy Butter Chicken" }, { id: "hakka-noodles", brand: "Sundarban Foods", name: "Hakka Noodles", price: "₹220", rating: 5, @@ -136,22 +136,22 @@ export default function LandingPage() {