From c87438d7f1fc93d1fedbc4505238b3889875345a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:24:34 +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 7f101fa..f67af0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,13 +59,13 @@ export default function HomePage() { testimonials={[ { name: "Maria Schmidt", handle: "Homeowner, Löhne", testimonial: "Fantastische Arbeit! Unser Garten sieht jetzt wunderbar aus. Das Team war professionell und zuverlässig.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=1"}, { name: "Klaus Weber", handle: "Hausbesitzer, Bad Oeynhausen", testimonial: "Sehr empfehlenswert! Die Jungs haben eine großartige Terasse gebaut. Exzellente Qualität.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-outside-portrait-young-beautiful-bearded-hispanic-man-blue-shirt-smiling-camera-collecting-salad-leaves-garden-watering-plants-spending-summer-morning-countryside-house_176420-19900.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-outside-portrait-young-beautiful-bearded-hispanic-man-blue-shirt-smiling-camera-collecting-salad-leaves-garden-watering-plants-spending-summer-morning-countryside-house_176420-19900.jpg?_wi=1"}, { name: "Petra Müller", handle: "Hausbesitzer, Herford", testimonial: "Toll gemachte Pflasterarbeiten. Die Kommunikation war klar und die Abwicklung reibungslos.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} background={{ variant: "plain" }} @@ -84,7 +84,7 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Gartengestaltung", price: "Ab € 500", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg", imageAlt: "garden design landscape planning"}, + id: "1", name: "Gartengestaltung", price: "Ab € 500", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg?_wi=1", imageAlt: "garden design landscape planning"}, { id: "2", name: "Pflasterarbeiten", price: "Ab € 80/m²", imageSrc: "http://img.b2bpic.net/free-photo/wuxi-nianhuawan-natural-park_1359-1141.jpg", imageAlt: "paving driveway installation patio stone"}, { @@ -94,7 +94,7 @@ export default function HomePage() { { id: "5", name: "Entwässerung", price: "Ab € 40/m", imageSrc: "http://img.b2bpic.net/free-photo/striped-rubber-boots-river-with-splashing-water-spring-village_169016-7099.jpg", imageAlt: "drainage system garden water management"}, { - id: "6", name: "Gartenpflege", price: "Ab € 35/h", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg", imageAlt: "garden design landscape planning"}, + id: "6", name: "Gartenpflege", price: "Ab € 35/h", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg?_wi=2", imageAlt: "garden design landscape planning"}, ]} /> @@ -156,13 +156,13 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Jansen", role: "Hausbesitzerin", company: "Löhne", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=2"}, { id: "2", name: "Michael Hoffmann", role: "Hausbesitzer", company: "Bad Oeynhausen", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-outside-portrait-young-beautiful-bearded-hispanic-man-blue-shirt-smiling-camera-collecting-salad-leaves-garden-watering-plants-spending-summer-morning-countryside-house_176420-19900.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-outside-portrait-young-beautiful-bearded-hispanic-man-blue-shirt-smiling-camera-collecting-salad-leaves-garden-watering-plants-spending-summer-morning-countryside-house_176420-19900.jpg?_wi=2"}, { id: "3", name: "Claudia Bergmann", role: "Hausbesitzerin", company: "Herford", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=2"}, { id: "4", name: "Thomas Richter", role: "Hausbesitzer", company: "Bünde", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-garden_23-2150771019.jpg"}, -- 2.49.1