From 8635a5639f405953c10a74f16d34e7296f4f12db Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:35:10 +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 4f4d9eb..483ca32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { description="Sölder Straße 63, 44289 Dortmund. Jetzt online bestellen und liefern lassen." buttons={[{ text: "Jetzt Bestellen", href: "#menu" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3302.jpg", imageAlt: "Authentic Italian Pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3302.jpg", imageAlt: "Fresh Dough Preparation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3302.jpg", imageAlt: "Wood Oven Cooking" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3302.jpg", imageAlt: "Pizza Selection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3302.jpg", imageAlt: "Gourmet Toppings" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3302.jpg?_wi=1", imageAlt: "Authentic Italian Pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3302.jpg?_wi=2", imageAlt: "Fresh Dough Preparation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3302.jpg?_wi=3", imageAlt: "Wood Oven Cooking" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3302.jpg?_wi=4", imageAlt: "Pizza Selection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3302.jpg?_wi=5", imageAlt: "Gourmet Toppings" }, ]} mediaAnimation="slide-up" /> @@ -100,11 +100,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Müller", role: "Stammkunde", company: "Dortmund", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19913.jpg" }, + { id: "1", name: "Sarah Müller", role: "Stammkunde", company: "Dortmund", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19913.jpg?_wi=1" }, { id: "2", name: "Markus Schmidt", role: "Pizza-Fan", company: "Sölde", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg" }, { id: "3", name: "Julia Weber", role: "Feinschmecker", company: "Dortmund", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/people-friendship-leisure-concept-happy-interracial-couple-having-fun-modern-coffee-shop-talking-their-female-friend-laughing-cheerfully_273609-2053.jpg" }, { id: "4", name: "Thomas Becker", role: "Familie", company: "Dortmund", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-home-together_23-2150419417.jpg" }, - { id: "5", name: "Lukas Schneider", role: "Stammgast", company: "Dortmund", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19913.jpg" }, + { id: "5", name: "Lukas Schneider", role: "Stammgast", company: "Dortmund", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19913.jpg?_wi=2" }, ]} title="Was unsere Kunden sagen" description="Hier ist, was unsere treuen Kunden über unser Essen und unseren Service denken." -- 2.49.1