diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index bcaed6c..bf1d93f 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -52,28 +52,28 @@ export default function MenuPage() { id: "1", name: "Nutella & Strawberry Crepe", price: "$8.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-yummy-sweet-rolls-sliced-cake-tea-inside-plate-dark-space_140725-95493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-yummy-sweet-rolls-sliced-cake-tea-inside-plate-dark-space_140725-95493.jpg?_wi=2", imageAlt: "Nutella and strawberry crepe", }, { id: "2", name: "Ham & Cheese Crepe", price: "$7.95", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-board-with-crepes-cheese-lemon-eggs_114579-70073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-board-with-crepes-cheese-lemon-eggs_114579-70073.jpg?_wi=2", imageAlt: "Ham and cheese savory crepe", }, { id: "3", name: "Fresh Glazed Donuts", price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468152.jpg?_wi=2", imageAlt: "Fresh glazed donuts assortment", }, { id: "4", name: "Loukoumades", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/holding-caucasian-mutaki-cookies-hand_114579-84960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/holding-caucasian-mutaki-cookies-hand_114579-84960.jpg?_wi=2", imageAlt: "Honey loukoumades", }, ]}