From 54dc69d738a042d82499edce480693fd85813641 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 03:03:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9051d40..98d347e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,27 +166,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahchen_ceo", testimonial: "MarketingPro completely transformed our brand presence. Their strategic approach and creative execution resulted in a 340% increase in qualified leads within six months.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1" }, { id: "2", name: "Michael Rodriguez", handle: "@mrodriguez", testimonial: "The team's expertise in digital marketing and their ability to understand our target audience is exceptional. They've become an essential partner in our growth strategy.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { id: "3", name: "Emma Watson", handle: "@emmawatson_brand", testimonial: "Outstanding creative work combined with data-driven insights. MarketingPro delivered a comprehensive campaign that exceeded all our expectations and metrics.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2" }, { id: "4", name: "David Park", handle: "@davidpark_founder", testimonial: "Professional, responsive, and results-oriented. MarketingPro has been instrumental in scaling our startup from zero to a recognized brand in our industry.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { id: "5", name: "Lisa Thompson", handle: "@lisathompson", testimonial: "Exceptional team that genuinely cares about client success. Their innovative approaches and transparent communication made our marketing journey seamless.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3" }, { id: "6", name: "James Wilson", handle: "@jameswilson_biz", testimonial: "Working with MarketingPro was a game-changer for our business. Their strategic expertise and creative excellence delivered results we didn't think were possible.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" } ]} /> -- 2.49.1