diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 53da4fb..c3a77a5 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -85,7 +85,7 @@ export default function MenuPage() { price: "TND 3.500", rating: 5, reviewCount: "87", - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg?_wi=2", imageAlt: "Freshly brewed American coffee", }, { @@ -95,7 +95,7 @@ export default function MenuPage() { price: "TND 8.500", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg?_wi=2", imageAlt: "Fluffy pancake stack with toppings", }, { @@ -105,7 +105,7 @@ export default function MenuPage() { price: "TND 7.000", rating: 5, reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg?_wi=2", imageAlt: "Fresh crêpes with Nutella and berries", }, { @@ -115,7 +115,7 @@ export default function MenuPage() { price: "TND 12.000", rating: 5, reviewCount: "134", - imageSrc: "http://img.b2bpic.net/free-photo/toast-egg-bacon-tomatoes-microgreens-salad_2829-4805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toast-egg-bacon-tomatoes-microgreens-salad_2829-4805.jpg?_wi=2", imageAlt: "Complete brunch plate with eggs and toast", }, { @@ -125,7 +125,7 @@ export default function MenuPage() { price: "TND 4.500", rating: 5, reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg?_wi=3", imageAlt: "Creamy cappuccino with latte art", }, { @@ -135,7 +135,7 @@ export default function MenuPage() { price: "TND 6.000", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg?_wi=3", imageAlt: "Rich chocolate brownie", }, ]}