diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 1485a6f..eaecfb1 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -75,7 +75,7 @@ export default function MenuPage() { name: "Iskender Kebab", price: "€12.50", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-khinkali-leaf-with-grilled-minced-meat_141793-3899.jpg", + "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-khinkali-leaf-with-grilled-minced-meat_141793-3899.jpg?_wi=2", imageAlt: "Iskender kebab with sauce and bread", }, { @@ -83,7 +83,7 @@ export default function MenuPage() { name: "Kebab Plate", price: "€11.90", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables-lemon-sauce-plate_141793-12574.jpg", + "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables-lemon-sauce-plate_141793-12574.jpg?_wi=2", imageAlt: "Kebab plate with rice and vegetables", }, { @@ -91,7 +91,7 @@ export default function MenuPage() { name: "Pepperoni Pizza", price: "€11.90", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-sauce_23-2148601647.jpg", + "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-sauce_23-2148601647.jpg?_wi=2", imageAlt: "Pepperoni pizza with melted cheese", }, { @@ -99,7 +99,7 @@ export default function MenuPage() { name: "Chicken Kebab", price: "€11.50", imageSrc: - "http://img.b2bpic.net/free-photo/meat-rolls-served-with-cucumbers-tomatoes_140725-3155.jpg", + "http://img.b2bpic.net/free-photo/meat-rolls-served-with-cucumbers-tomatoes_140725-3155.jpg?_wi=2", imageAlt: "Grilled chicken kebab skewers", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 125dbab..9d53746 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function HomePage() { name: "Iskender Kebab", price: "€12.50", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-khinkali-leaf-with-grilled-minced-meat_141793-3899.jpg", + "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-khinkali-leaf-with-grilled-minced-meat_141793-3899.jpg?_wi=1", imageAlt: "Iskender kebab with sauce and bread", }, { @@ -106,7 +106,7 @@ export default function HomePage() { name: "Kebab Plate", price: "€11.90", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables-lemon-sauce-plate_141793-12574.jpg", + "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables-lemon-sauce-plate_141793-12574.jpg?_wi=1", imageAlt: "Kebab plate with rice and vegetables", }, { @@ -114,7 +114,7 @@ export default function HomePage() { name: "Pepperoni Pizza", price: "€11.90", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-sauce_23-2148601647.jpg", + "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-sauce_23-2148601647.jpg?_wi=1", imageAlt: "Pepperoni pizza with melted cheese", }, { @@ -122,7 +122,7 @@ export default function HomePage() { name: "Chicken Kebab", price: "€11.50", imageSrc: - "http://img.b2bpic.net/free-photo/meat-rolls-served-with-cucumbers-tomatoes_140725-3155.jpg", + "http://img.b2bpic.net/free-photo/meat-rolls-served-with-cucumbers-tomatoes_140725-3155.jpg?_wi=1", imageAlt: "Grilled chicken kebab skewers", }, ]}