From 30910a1d60ff378119b7a70fad7ca756473b618c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:47:22 +0000 Subject: [PATCH 1/2] 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 e8e39e6..afd96d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,16 +73,16 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Mueller", role: "Mutter", company: "Stuttgart", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", imageAlt: "happy customer smiling portrait professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg?_wi=1", imageAlt: "happy customer smiling portrait professional"}, { id: "2", name: "Michael Schmidt", role: "Hausbesitzer", company: "Stuttgart-West", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg", imageAlt: "satisfied customer smiling portrait photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg?_wi=1", imageAlt: "satisfied customer smiling portrait photo"}, { id: "3", name: "Julia Becker", role: "Büroleiterin", company: "Südheimer Platz", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg", imageAlt: "customer service representative portrait photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg?_wi=1", imageAlt: "customer service representative portrait photo"}, { id: "4", name: "Thomas Wagner", role: "Geschäftsführer", company: "Stuttgart-Mitte", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg", imageAlt: "professional business portrait headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg?_wi=1", imageAlt: "professional business portrait headshot"}, ]} kpiItems={[ { -- 2.49.1 From 6c80fdfe6897f06df00574c02b2e06b7fd283b00 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:47:22 +0000 Subject: [PATCH 2/2] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 3626fdf..ebb74cb 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -94,19 +94,19 @@ export default function ReviewsPage() { { id: "1", name: "Sarah Mueller", role: "Mutter", company: "Stuttgart", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", imageAlt: "happy customer smiling portrait professional"}, + "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg?_wi=2", imageAlt: "happy customer smiling portrait professional"}, { id: "2", name: "Michael Schmidt", role: "Hausbesitzer", company: "Stuttgart-West", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg", imageAlt: "satisfied customer smiling portrait photo"}, + "http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg?_wi=2", imageAlt: "satisfied customer smiling portrait photo"}, { id: "3", name: "Julia Becker", role: "Büroleiterin", company: "Südheimer Platz", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg", imageAlt: "customer service representative portrait photo"}, + "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg?_wi=2", imageAlt: "customer service representative portrait photo"}, { id: "4", name: "Thomas Wagner", role: "Geschäftsführer", company: "Stuttgart-Mitte", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg", imageAlt: "professional business portrait headshot"}, + "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg?_wi=2", imageAlt: "professional business portrait headshot"}, ]} kpiItems={[ { -- 2.49.1