From 037b40000710724b72aae293bbe79d62d226bea2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:27:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10637d6..850a417 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,10 +83,10 @@ 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"}, ], }, { @@ -95,10 +95,10 @@ 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"}, ], }, { @@ -107,10 +107,10 @@ 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"}, ], }, { @@ -119,10 +119,10 @@ 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"}, ], }, ]} -- 2.49.1