diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a4eb33..f3131ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,19 +55,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "@mesquite_homeowner", testimonial: "Their work has always been quality work. Fast response and showed up quickly when I needed them.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-crate-with-vivid-potted-plants-garden_23-2147844282.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-crate-with-vivid-potted-plants-garden_23-2147844282.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { name: "Mike Rodriguez", handle: "@local_business_owner", testimonial: "Fabulous folks… highly recommend. They treated my yard like it was their own.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg", imageAlt: "Mike Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg?_wi=1", imageAlt: "Mike Rodriguez" }, { name: "Jennifer Lee", handle: "@mesquite_resident", testimonial: "Responsive, reliable, and honest. Best lawn care service in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23606.jpg", imageAlt: "Jennifer Lee" + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23606.jpg?_wi=1", imageAlt: "Jennifer Lee" }, { name: "David Smith", handle: "@desert_homeowner", testimonial: "Professional team that shows up on time and delivers exactly what they promise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-using-phone_1303-24913.jpg", imageAlt: "David Smith" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-using-phone_1303-24913.jpg?_wi=1", imageAlt: "David Smith" } ]} testimonialRotationInterval={5000} @@ -193,19 +193,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "Mesquite, NV Homeowner", testimonial: "Their work has always been quality work. Fast response and showed up quickly when I needed them. Highly professional team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-crate-with-vivid-potted-plants-garden_23-2147844282.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-holding-crate-with-vivid-potted-plants-garden_23-2147844282.jpg?_wi=2", imageAlt: "Sarah Johnson" }, { id: "2", name: "Mike Rodriguez", handle: "Local Business Owner", testimonial: "Fabulous folks… highly recommend. They treated my yard like it was their own. Best service I've experienced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg", imageAlt: "Mike Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg?_wi=2", imageAlt: "Mike Rodriguez" }, { id: "3", name: "Jennifer Lee", handle: "Mesquite Resident", testimonial: "Responsive, reliable, and honest. They communicate clearly and deliver exactly what they promise. Best in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23606.jpg", imageAlt: "Jennifer Lee" + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23606.jpg?_wi=2", imageAlt: "Jennifer Lee" }, { id: "4", name: "David Smith", handle: "Desert Homeowner", testimonial: "Professional team that shows up on time and delivers quality work every single time. I recommend them to all my neighbors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-using-phone_1303-24913.jpg", imageAlt: "David Smith" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-using-phone_1303-24913.jpg?_wi=2", imageAlt: "David Smith" } ]} />