diff --git a/src/app/page.tsx b/src/app/page.tsx index e9c143a..d0ed920 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "EventPro orchestrated our annual conference flawlessly. Exceptional attention to detail and professional execution.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { name: "Michael Chen", handle: "Director, Global Events", testimonial: "Their expertise in government advocacy events is unmatched. Highly recommended for corporate clients.", rating: 5, @@ -62,7 +62,7 @@ export default function LandingPage() { }, { name: "Emily Rodriguez", handle: "Marketing Director, BrandCo", testimonial: "Innovative brand activation campaigns that drove real engagement and results. True professionals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Emily Rodriguez" } ]} testimonialRotationInterval={5000}