From 402579d6a6168a92793bfc9ddfc5f895abe7b9a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:44:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.49.1