diff --git a/src/app/page.tsx b/src/app/page.tsx index 413395f..6223842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,19 +191,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Designer", company: "Creative Studios", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "2", name: "Marcus Chen", role: "Tech Lead", company: "Innovation Labs", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Chen" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Marcus Chen" }, { id: "3", name: "Emma Rodriguez", role: "Entrepreneur", company: "Startup Hub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Emma Rodriguez" }, { id: "4", name: "James Thompson", role: "Barista", company: "Coffee Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "James Thompson" } ]} />