diff --git a/src/app/page.tsx b/src/app/page.tsx index 04843ef..42fd3af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,11 +56,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "This agency completely transformed our marketing strategy. Our conversion rates increased by 145% in just 6 months.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "Professional, strategic, and results-driven. They understood our vision and executed flawlessly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" } ]} testimonialRotationInterval={5000}