diff --git a/src/app/page.tsx b/src/app/page.tsx index d305309..393dd72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Mitchell", role: "Homeowner", company: "Riverside Heights", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "John Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "John Mitchell" }, { id: "2", name: "Sarah Chen", role: "Property Manager", company: "Downtown Properties LLC", rating: 5, @@ -128,7 +128,7 @@ export default function LandingPage() { }, { id: "3", name: "Michael Rodriguez", role: "Business Owner", company: "Martinez Construction", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Rodriguez" }, { id: "4", name: "Emily Watson", role: "Homeowner", company: "Oak Street Residence", rating: 5,