From 9e3a641d1514a9ecf2f64be59980ca85230cf8a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 16:27:31 +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 2511357..81e7653 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg", imageAlt: "Authentische Pizza"}, + 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", imageAlt: "Pizza Details"}, + 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", imageAlt: "Restaurant Atmosphäre"}, + 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", imageAlt: "Frische Zutaten"}, + 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", imageAlt: "Genuss erleben"}, + imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=5", imageAlt: "Genuss erleben"}, ]} mediaAnimation="slide-up" /> @@ -118,7 +118,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", 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"}, + id: "1", 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?_wi=1"}, { id: "2", name: "Michael Schmidt", role: "Feinschmecker", testimonial: "Sonderwünsche wurden perfekt umgesetzt. Wir kommen definitiv wieder!", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg"}, { @@ -126,7 +126,7 @@ export default function LandingPage() { { id: "4", name: "David Becker", role: "Gourmet", testimonial: "Ein echter Italien-Moment mitten in der Stadt. Einfach großartig!", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg"}, { - id: "5", 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"}, + id: "5", 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?_wi=2"}, ]} title="Das sagen unsere Gäste" description="Authentische Stimmen von Menschen, die unsere Pizza lieben." -- 2.49.1