From 452180040c807a81808eecd7959ba8735000c9b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:20:20 +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 fbe2868..6476418 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-pizza-with-tomatoes-oil_23-2148753739.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-pizza-with-tomatoes-oil_23-2148753739.jpg?_wi=1" /> @@ -102,7 +102,7 @@ export default function LandingPage() { price: "12,90 €", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg?_wi=1", }, { id: "p2", @@ -111,7 +111,7 @@ export default function LandingPage() { price: "14,50 €", rating: 5, reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg?_wi=1", }, { id: "p3", @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "Die beste Pizza in ganz Kössen. Wir kommen immer wieder gerne vorbei.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/two-happy-cheerful-girl-friends-business-partners-having-fun-lunch-seafood-restaurant_496169-2077.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-tomatoes-oil_23-2148753739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-tomatoes-oil_23-2148753739.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { quote: "Tolle Atmosphäre und sehr faire Preise. Sehr authentisch.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/unpleased-male-gardener-wearing-gardening-hat-holds-closes-eyes-with-tomatoes_141793-71318.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { quote: "Die Pasta ist ein Gedicht. Wir haben uns sehr wohl gefühlt.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/illustration-tourist-attraction-city_23-2151852343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/illustration-tourist-attraction-city_23-2151852343.jpg?_wi=1", imageAlt: "happy customer portrait", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { quote: "Authentische italienische Küche, sehr zu empfehlen für Touristen.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/surprised-male-gardener-wearing-gardening-hat-holds-tomatoes_141793-71272.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg?_wi=2", imageAlt: "happy customer portrait", }, ]} @@ -283,7 +283,7 @@ export default function LandingPage() { name: "message", placeholder: "Ihre Nachricht oder Reservierung", }} - imageSrc="http://img.b2bpic.net/free-photo/illustration-tourist-attraction-city_23-2151852343.jpg" + imageSrc="http://img.b2bpic.net/free-photo/illustration-tourist-attraction-city_23-2151852343.jpg?_wi=2" /> -- 2.49.1