diff --git a/src/app/page.tsx b/src/app/page.tsx index 4830d98..cfe59e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { quote: "Schnelle Hilfe beim Stromausfall, absolut professionell.", name: "Max Mustermann", role: "Privatkunde", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-crossed-working-warehouse_23-2148923083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-crossed-working-warehouse_23-2148923083.jpg?_wi=1", }, { id: "t2", @@ -160,7 +160,7 @@ export default function LandingPage() { quote: "Sauber gearbeitet und sehr freundliches Team.", name: "Julia Weiss", role: "Immobilienbesitzerin", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-warehouse_23-2148923085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-warehouse_23-2148923085.jpg?_wi=1", }, ]} /> @@ -217,7 +217,7 @@ export default function LandingPage() {