diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 94645e8..9cbd110 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -86,7 +86,7 @@ export default function MenuPage() { id: "1", name: "Mufasa Signature", price: "€12", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150347008.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150347008.jpg?_wi=2", imageAlt: "Mufasa Signature Cocktail", initialQuantity: 1, }, @@ -94,7 +94,7 @@ export default function MenuPage() { id: "2", name: "Sunset Paradise", price: "€13", - imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-cocktails_23-2150168854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-cocktails_23-2150168854.jpg?_wi=2", imageAlt: "Sunset Paradise Cocktail", initialQuantity: 1, }, @@ -102,7 +102,7 @@ export default function MenuPage() { id: "3", name: "Golden Hour Mojito", price: "€11", - imageSrc: "http://img.b2bpic.net/free-photo/bartender-places-orage-slice-cocktail_140725-2898.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bartender-places-orage-slice-cocktail_140725-2898.jpg?_wi=2", imageAlt: "Golden Hour Mojito", initialQuantity: 1, }, @@ -125,7 +125,7 @@ export default function MenuPage() { id: "1", name: "Tropical Mango Fusion", price: "€18", - imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191854.jpg?_wi=2", imageAlt: "Tropical Mango Shisha", initialQuantity: 1, }, @@ -133,7 +133,7 @@ export default function MenuPage() { id: "2", name: "Minty Berry Breeze", price: "€16", - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271951.jpg?_wi=2", imageAlt: "Minty Berry Shisha", initialQuantity: 1, }, @@ -141,7 +141,7 @@ export default function MenuPage() { id: "3", name: "Classic Vanilla Dreams", price: "€15", - imageSrc: "http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194164.jpg?_wi=2", imageAlt: "Classic Vanilla Shisha", initialQuantity: 1, },