From 1e3b5e97cb308aff3eda58bef03c3318f5da6852 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:03:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2733fbd..56ce00b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,11 +61,11 @@ export default function LandscapingPage() { testimonials={[ { name: "Anna Müller", handle: "Hausbesitzerin", testimonial: "Luca Bossard GmbH hat unseren Garten wunderschön verwandelt. Absolute Profis!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-letter-t_53876-63671.jpg", imageAlt: "Anna Müller" + imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-letter-t_53876-63671.jpg?_wi=1", imageAlt: "Anna Müller" }, { name: "Peter Meier", handle: "Immobilienverwalter", testimonial: "Zuverlässiger Service und exzellente Pflege – unsere Anlagen sehen immer top aus.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-letter-fire-with-flames_23-2151073733.jpg", imageAlt: "Peter Meier" + imageSrc: "http://img.b2bpic.net/free-photo/3d-letter-fire-with-flames_23-2151073733.jpg?_wi=1", imageAlt: "Peter Meier" } ]} /> @@ -169,10 +169,10 @@ export default function LandscapingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "M. Steiner", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-letter-t_53876-63671.jpg", imageAlt: "M. Steiner" + id: "1", name: "M. Steiner", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-letter-t_53876-63671.jpg?_wi=2", imageAlt: "M. Steiner" }, { - id: "2", name: "S. Fischer", imageSrc: "http://img.b2bpic.net/free-photo/3d-letter-fire-with-flames_23-2151073733.jpg", imageAlt: "S. Fischer" + id: "2", name: "S. Fischer", imageSrc: "http://img.b2bpic.net/free-photo/3d-letter-fire-with-flames_23-2151073733.jpg?_wi=2", imageAlt: "S. Fischer" }, { id: "3", name: "A. Wyss", imageSrc: "http://img.b2bpic.net/free-photo/lgbtq-pride-flag-with-woman-rsquo-s-hand-raising_53876-129559.jpg", imageAlt: "A. Wyss" -- 2.49.1