diff --git a/src/app/page.tsx b/src/app/page.tsx index d6014d7..28b8ce5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,10 +115,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Weber", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Sarah Weber Kundin" + id: "1", name: "Sarah Weber", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=1", imageAlt: "Sarah Weber Kundin" }, { - id: "2", name: "Michael Berger", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg", imageAlt: "Michael Berger Kundin" + id: "2", name: "Michael Berger", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg?_wi=1", imageAlt: "Michael Berger Kundin" }, { id: "3", name: "Emma Fischer", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-happy-sitting-sofa-home_839833-15776.jpg", imageAlt: "Emma Fischer Kundin" @@ -127,10 +127,10 @@ export default function LandingPage() { id: "4", name: "Thomas Meyer", imageSrc: "http://img.b2bpic.net/free-photo/young-employee-enjoying-sunny-day_23-2147562347.jpg", imageAlt: "Thomas Meyer Kunde" }, { - id: "5", name: "Lisa Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Lisa Schmidt Kundin" + id: "5", name: "Lisa Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2", imageAlt: "Lisa Schmidt Kundin" }, { - id: "6", name: "Klaus Hoffmann", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg", imageAlt: "Klaus Hoffmann Kunde" + id: "6", name: "Klaus Hoffmann", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg?_wi=2", imageAlt: "Klaus Hoffmann Kunde" } ]} />