From 360e9bbff8d7a24bd3876dab0afa9faa5508b21c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 16:26:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b76b46d..429c617 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,23 +69,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=1", imageAlt: "Authentische Pizza", }, { - imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=2", imageAlt: "Pizza Details", }, { - imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=3", imageAlt: "Restaurant Atmosphäre", }, { - imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=4", imageAlt: "Frische Zutaten", }, { - imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=5", imageAlt: "Genuss erleben", }, ]} @@ -160,7 +160,7 @@ export default function LandingPage() { name: "Sarah Müller", role: "Stammgast", testimonial: "Die Pizza ist einfach fantastisch… und der Salat war einer der besten, die ich je gegessen habe.", - imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg?_wi=1", }, { id: "2", @@ -188,7 +188,7 @@ export default function LandingPage() { name: "Thomas Wagner", role: "Pizza-Fan", testimonial: "Die Qualität der Zutaten schmeckt man bei jedem Bissen. Absolut empfehlenswert.", - imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg?_wi=2", }, ]} title="Das sagen unsere Gäste" -- 2.49.1