diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a6b4d5..d7dd8c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,19 +154,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahjohns", testimonial: "Max has brought so much joy to our family. The team at PawsHaven made the adoption process so smooth and supportive!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", handle: "@mchen1987", testimonial: "Luna is the perfect addition to our home. Thank you PawsHaven for taking such great care of her before we met!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "The whole adoption experience was wonderful. The staff really helped us find the right pet for our lifestyle.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", handle: "@davidkim_", testimonial: "Charlie has changed our lives for the better. PawsHaven's care and support made all the difference!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=4", imageAlt: "David Kim" } ]} showRating={true}