From d09afbf8862eaaf04df9553e1e4bf6f5ee4b1212 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:37:35 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c92b79b..3307c83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,7 +189,7 @@ export default function LandingPage() { role: "Privatkunde", company: "Essen Rüttenscheid", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg?_wi=1", }, { id: "t2", @@ -197,7 +197,7 @@ export default function LandingPage() { role: "Bauherrin", company: "Essen Stadtwald", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg?_wi=1", }, { id: "t3", -- 2.49.1 From 4c1d89bfde7f1c4e9384716da3f7a756601ad202 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:37:36 +0000 Subject: [PATCH 2/2] Update src/app/ueber-uns/page.tsx --- src/app/ueber-uns/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/ueber-uns/page.tsx b/src/app/ueber-uns/page.tsx index bd4e581..ed252d6 100644 --- a/src/app/ueber-uns/page.tsx +++ b/src/app/ueber-uns/page.tsx @@ -76,12 +76,12 @@ export default function LandingPage() { { id: "m1", name: "Sahit Tahiri", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg?_wi=2", }, { id: "m2", name: "Teammitglied 2", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg?_wi=2", }, ]} /> -- 2.49.1