diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b8a0f5..df12a03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,27 +166,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Norwich", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial" }, { id: "2", name: "Michael Chen", role: "Landlord", company: "Norfolk Property", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Michael Chen testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Michael Chen testimonial" }, { id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Local Shop", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Emily Rodriguez testimonial" }, { id: "4", name: "David Kim", role: "Elderly Resident", company: "Norwich", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Kim testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "David Kim testimonial" }, { id: "5", name: "Jessica Brown", role: "Family Home Owner", company: "Norwich", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Brown testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5", imageAlt: "Jessica Brown testimonial" }, { id: "6", name: "Robert Wilson", role: "Property Manager", company: "Norfolk Lettings", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Robert Wilson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=6", imageAlt: "Robert Wilson testimonial" }, ]} />