diff --git a/src/app/page.tsx b/src/app/page.tsx index a11c27e..52c6131 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Mitchell", role: "Owner", company: "Mitchell Transport", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James Mitchell" }, { id: "2", name: "Sarah Anderson", role: "Fleet Manager", company: "Anderson Logistics", rating: 5, @@ -138,7 +138,7 @@ export default function LandingPage() { }, { id: "3", name: "Marcus Johnson", role: "Business Owner", company: "Johnson Auto Sales", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Marcus Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { id: "4", name: "Jennifer Lee", role: "Service Director", company: "Elite Auto Group", rating: 5,