diff --git a/src/app/page.tsx b/src/app/page.tsx index c9ca6f1..aba0b4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,10 +68,10 @@ export default function DentalClinicPage() { testimonials={[ { name: "Patient Excellence", handle: "4.9★ Rating", testimonial: "2500+ Happy Patients", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12672.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12672.jpg?_wi=1"}, { name: "Expert Care", handle: "20+ Years", testimonial: "Specialized Treatment", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -160,9 +160,9 @@ export default function DentalClinicPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12672.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12672.jpg?_wi=2", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=2", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/woman-emotions-studio_1303-5777.jpg", imageAlt: "Emily Rodriguez"}, {