diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index ab52177..87f6e1f 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -47,7 +47,7 @@ export default function MenuPage() { { id: "m3", name: "Falafel Sandwich", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-arab-restaurant_23-2147794275.jpg" }, { id: "m4", name: "Egyptian Rice Plate", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg" }, { id: "m5", name: "Side Hummus", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/kiev-style-cutlets-lemon-lettuce-side-view_141793-2767.jpg" }, - { id: "m6", name: "Traditional Drink", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/sizzling-kebabs-glowing-charcoal_84443-72287.jpg" }, + { id: "m6", name: "Traditional Drink", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/sizzling-kebabs-glowing-charcoal_84443-72287.jpg?_wi=1" }, ]} title="Explore Our Menu" description="100% Halal goodness in every bite." @@ -65,7 +65,7 @@ export default function MenuPage() { products={[ { id: "s1", brand: "Classic", name: "Beef Kofta", price: "$15.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-grilled-skewers-with-meat-vegetables-generative-ai_188544-12321.jpg" }, { id: "s2", brand: "Veggie", name: "Hummus Plate", price: "$8.00", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes_2829-14253.jpg" }, - { id: "s3", brand: "Mixed", name: "Mixed Grill", price: "$20.00", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/sizzling-kebabs-glowing-charcoal_84443-72287.jpg" }, + { id: "s3", brand: "Mixed", name: "Mixed Grill", price: "$20.00", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/sizzling-kebabs-glowing-charcoal_84443-72287.jpg?_wi=2" }, ]} />