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", 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", }, ]} />