diff --git a/src/app/page.tsx b/src/app/page.tsx index 7417c93..2720635 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "@sarahm_clarksville", testimonial: "Owen saved me over $1000 and fixed the issue in less than 15 minutes. I won't use anyone else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg", imageAlt: "Sarah M., satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg?_wi=1", imageAlt: "Sarah M., satisfied customer" }, { name: "David T.", handle: "@davidtrusted", testimonial: "Showed up within the hour during a heat wave when others said they were booked. Incredible service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg", imageAlt: "David T., satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg?_wi=1", imageAlt: "David T., satisfied customer" } ]} testimonialRotationInterval={6000} @@ -171,22 +171,22 @@ export default function LandingPage() {