diff --git a/src/app/page.tsx b/src/app/page.tsx index 052b86b..f4f66b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,16 +108,16 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "seymoresaysmore", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Customer testimonial" + id: "1", name: "seymoresaysmore", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Customer testimonial" }, { id: "2", name: "Happy Client", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Customer review" }, { - id: "3", name: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Satisfied customer" + id: "3", name: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Satisfied customer" }, { - id: "4", name: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Loyal client" + id: "4", name: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Loyal client" } ]} />