From 047b605b2ac9278591df55abeae47af7885c5bbd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 20:57:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e18a3fe..b81feec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { description="Ervaar de authentieke smaken bij Snackbar Oz Efes. Verse burgers, knapperige friet en meer." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-fries-white-table_23-2148273007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-fries-white-table_23-2148273007.jpg?_wi=1", imageAlt: "delicious cheeseburger white background minimal", }, { @@ -163,21 +163,21 @@ export default function LandingPage() { id: "p1", name: "Classic Burger", price: "€6,50", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-fried-potatoes-orange-juice_114579-3182.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-fried-potatoes-orange-juice_114579-3182.jpg?_wi=1", imageAlt: "classic beef burger high quality", }, { id: "p2", name: "Verse Friet", price: "€3,00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fried-potatoes-sliced-onions-dark-background-fry-meal-dish-food-chicken-cooking-photo-meat_140725-160559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fried-potatoes-sliced-onions-dark-background-fry-meal-dish-food-chicken-cooking-photo-meat_140725-160559.jpg?_wi=1", imageAlt: "fresh crispy fries snack", }, { id: "p3", name: "Döner Wrap", price: "€7,50", - imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg?_wi=1", imageAlt: "turkish doner kebab wrap fresh", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { description: "Kwaliteit staat bij ons op nummer één.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/coworking-coffee-shop-owner-barista_1098-20960.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coworking-coffee-shop-owner-barista_1098-20960.jpg?_wi=1" imageAlt="friendly snackbar counter interior" mediaAnimation="slide-up" /> @@ -319,7 +319,7 @@ export default function LandingPage() { quote: "De lekkerste burger van de stad!", tag: "Klant", avatarSrc: "http://img.b2bpic.net/free-photo/happy-bartender-holding-glass-draft-beer-while-working-bar_637285-5694.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-fries-white-table_23-2148273007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-fries-white-table_23-2148273007.jpg?_wi=2", imageAlt: "happy customer eating burger", }, { @@ -330,7 +330,7 @@ export default function LandingPage() { quote: "Altijd snelle service en vers eten.", tag: "Klant", avatarSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/coworking-coffee-shop-owner-barista_1098-20960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coworking-coffee-shop-owner-barista_1098-20960.jpg?_wi=2", imageAlt: "happy customer eating burger", }, { @@ -341,7 +341,7 @@ export default function LandingPage() { quote: "Zeer vriendelijk personeel en heerlijk eten.", tag: "Klant", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-fried-potatoes-orange-juice_114579-3182.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-fried-potatoes-orange-juice_114579-3182.jpg?_wi=2", imageAlt: "happy customer eating burger", }, { @@ -352,7 +352,7 @@ export default function LandingPage() { quote: "Mijn favoriete snackbar in de regio.", tag: "Klant", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fried-potatoes-sliced-onions-dark-background-fry-meal-dish-food-chicken-cooking-photo-meat_140725-160559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fried-potatoes-sliced-onions-dark-background-fry-meal-dish-food-chicken-cooking-photo-meat_140725-160559.jpg?_wi=2", imageAlt: "happy customer eating burger", }, { @@ -363,7 +363,7 @@ export default function LandingPage() { quote: "Goede prijs-kwaliteitverhouding.", tag: "Klant", avatarSrc: "http://img.b2bpic.net/free-photo/c-mon-dear-you-have-take-least-one-bite_637285-12631.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg?_wi=2", imageAlt: "happy customer eating burger", }, ]} -- 2.49.1