diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 772e9aa..8d50ddc 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -53,7 +53,7 @@ export default function ReviewsPage() { handle: "@homeowner_tampa", testimonial: "Joe and his guys are respectful of your home and are efficient and personable. Highly recommend! They fixed our outlet issue quickly and professionally.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg?_wi=2", imageAlt: "customer portrait professional", }, { @@ -62,7 +62,7 @@ export default function ReviewsPage() { handle: "@sarahj_construction", testimonial: "Jose Cruz responded quickly and solved our outlet repair issue right away. Best electrician in Tampa! We've used them for multiple projects and they never disappoint.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", imageAlt: "customer portrait homeowner", }, { @@ -71,7 +71,7 @@ export default function ReviewsPage() { handle: "@landlord_tampabay", testimonial: "Best priced electrician and excellent service. They came on time and finished early. Very professional and clean work. Will definitely call them again for our properties.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "customer portrait satisfied", }, { @@ -80,7 +80,7 @@ export default function ReviewsPage() { handle: "@property_manager", testimonial: "Trusted them with multiple properties. Always reliable, professional, and get the job done right. Outstanding customer service every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=2", imageAlt: "customer portrait business", }, ]} @@ -89,7 +89,7 @@ export default function ReviewsPage() {