From 1611dafe1feac967fcdfc8593fda8e914d722131 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:04:28 +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 c714a09..d3b8c28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "@sarah", testimonial: "Bestes Eis im Landkreis – Qualität ist spitze!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-80s-summer-aesthetics_23-2150765095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-80s-summer-aesthetics_23-2150765095.jpg?_wi=1", }, { name: "Michael K.", handle: "@michael", testimonial: "Unglaublich cremig und riesige Kugeln!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009657.jpg?_wi=1", }, { name: "Julia M.", handle: "@julia", testimonial: "Mit Liebe gemacht – absolute Empfehlung!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-dark-hair-stares-impressed-camera-holds-cotton-candy-tasty-appetizing-ice-cream-dressed-formally_273609-51387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-dark-hair-stares-impressed-camera-holds-cotton-candy-tasty-appetizing-ice-cream-dressed-formally_273609-51387.jpg?_wi=1", }, { name: "David L.", handle: "@david", testimonial: "Einfach nur traumhaft, immer wieder!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg?_wi=1", }, { name: "Anna P.", handle: "@anna", testimonial: "Die Sortenauswahl ist phänomenal.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/summer-pattern-with-plastic-shovels-starfish_23-2147809832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-pattern-with-plastic-shovels-starfish_23-2147809832.jpg?_wi=1", }, ]} buttons={[ @@ -270,7 +270,7 @@ export default function LandingPage() { role: "Stammgast", company: "Moosburg", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-80s-summer-aesthetics_23-2150765095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-80s-summer-aesthetics_23-2150765095.jpg?_wi=2", }, { id: "t2", @@ -278,7 +278,7 @@ export default function LandingPage() { role: "Eis-Liebhaber", company: "Moosburg", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009657.jpg?_wi=2", }, { id: "t3", @@ -286,7 +286,7 @@ export default function LandingPage() { role: "Feinschmecker", company: "Moosburg", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-dark-hair-stares-impressed-camera-holds-cotton-candy-tasty-appetizing-ice-cream-dressed-formally_273609-51387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-dark-hair-stares-impressed-camera-holds-cotton-candy-tasty-appetizing-ice-cream-dressed-formally_273609-51387.jpg?_wi=2", }, { id: "t4", @@ -294,7 +294,7 @@ export default function LandingPage() { role: "Urlauber", company: "Moosburg", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg?_wi=2", }, { id: "t5", @@ -302,7 +302,7 @@ export default function LandingPage() { role: "Stammgast", company: "Moosburg", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/summer-pattern-with-plastic-shovels-starfish_23-2147809832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-pattern-with-plastic-shovels-starfish_23-2147809832.jpg?_wi=2", }, ]} title="Das sagen unsere Gäste" -- 2.49.1