diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c69dee..dae78e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,27 +151,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Mitchell", role: "Homeowner", company: "Chicago, IL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "John Mitchell testimonial photo" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "John Mitchell testimonial photo" }, { id: "2", name: "Sarah Johnson", role: "Property Manager", company: "Downtown Commercial", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson testimonial photo" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Sarah Johnson testimonial photo" }, { id: "3", name: "Michael Chen", role: "Restaurant Owner", company: "Chen's Kitchen", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen testimonial photo" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen testimonial photo" }, { id: "4", name: "Emily Rodriguez", role: "Real Estate Agent", company: "Rodriguez Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emily Rodriguez testimonial photo" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial photo" }, { id: "5", name: "David Park", role: "Homeowner", company: "Suburban Homes", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Park testimonial photo" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "David Park testimonial photo" }, { id: "6", name: "Lisa Thompson", role: "Building Manager", company: "Twin Towers LLC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Lisa Thompson testimonial photo" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Lisa Thompson testimonial photo" }, ]} title="What Our Customers Say"