diff --git a/src/app/page.tsx b/src/app/page.tsx index a57d72b..d198612 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Johnson", role: "Vehicle Owner", company: "Johnson City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Johnson - satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Johnson - satisfied customer" }, { id: "2", name: "Sarah Williams", role: "Family of 3", company: "Kingsport", rating: 5, @@ -140,11 +140,11 @@ export default function LandingPage() { }, { id: "5", name: "Robert Jackson", role: "Fleet Manager", company: "East Tennessee", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Jackson - business customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert Jackson - business customer" }, { id: "6", name: "Amanda Rhodes", role: "Car Enthusiast", company: "Kingsport", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Amanda Rhodes - enthusiast customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Amanda Rhodes - enthusiast customer" } ]} gridVariant="three-columns-all-equal-width"