diff --git a/src/app/page.tsx b/src/app/page.tsx index c9df0fd..589874a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,11 +84,11 @@ export default function LandingPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/front-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4632.jpg", imageAlt: "Pljeskavica grilled meat" + "http://img.b2bpic.net/free-photo/front-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4632.jpg?_wi=1", imageAlt: "Pljeskavica grilled meat" }, { imageSrc: - "http://img.b2bpic.net/free-photo/front-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4632.jpg", imageAlt: "Pljeskavica plated" + "http://img.b2bpic.net/free-photo/front-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4632.jpg?_wi=2", imageAlt: "Pljeskavica plated" }, ], }, @@ -98,11 +98,11 @@ export default function LandingPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-baked-cake-with-raisings-fresh-green-grapes-dark-blue-background-cake-pie-sugar-sweet-biscuit-dough_140725-55882.jpg", imageAlt: "Golden byrek pastry" + "http://img.b2bpic.net/free-photo/top-view-delicious-baked-cake-with-raisings-fresh-green-grapes-dark-blue-background-cake-pie-sugar-sweet-biscuit-dough_140725-55882.jpg?_wi=1", imageAlt: "Golden byrek pastry" }, { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-baked-cake-with-raisings-fresh-green-grapes-dark-blue-background-cake-pie-sugar-sweet-biscuit-dough_140725-55882.jpg", imageAlt: "Byrek cross section" + "http://img.b2bpic.net/free-photo/top-view-delicious-baked-cake-with-raisings-fresh-green-grapes-dark-blue-background-cake-pie-sugar-sweet-biscuit-dough_140725-55882.jpg?_wi=2", imageAlt: "Byrek cross section" }, ], }, @@ -112,11 +112,11 @@ export default function LandingPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/top-close-up-view-peppers-appetizing-peppers-cutting-board-spices-christmas-tree-toys_140725-73558.jpg", imageAlt: "Fresh kosovar salad" + "http://img.b2bpic.net/free-photo/top-close-up-view-peppers-appetizing-peppers-cutting-board-spices-christmas-tree-toys_140725-73558.jpg?_wi=1", imageAlt: "Fresh kosovar salad" }, { imageSrc: - "http://img.b2bpic.net/free-photo/top-close-up-view-peppers-appetizing-peppers-cutting-board-spices-christmas-tree-toys_140725-73558.jpg", imageAlt: "Salad close up" + "http://img.b2bpic.net/free-photo/top-close-up-view-peppers-appetizing-peppers-cutting-board-spices-christmas-tree-toys_140725-73558.jpg?_wi=2", imageAlt: "Salad close up" }, ], }, @@ -126,11 +126,11 @@ export default function LandingPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/front-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4632.jpg", imageAlt: "Wine selection" + "http://img.b2bpic.net/free-photo/front-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4632.jpg?_wi=3", imageAlt: "Wine selection" }, { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-baked-cake-with-raisings-fresh-green-grapes-dark-blue-background-cake-pie-sugar-sweet-biscuit-dough_140725-55882.jpg", imageAlt: "Wine tasting" + "http://img.b2bpic.net/free-photo/top-view-delicious-baked-cake-with-raisings-fresh-green-grapes-dark-blue-background-cake-pie-sugar-sweet-biscuit-dough_140725-55882.jpg?_wi=3", imageAlt: "Wine tasting" }, ], },