From c928898f1547a996ee94868a73d3d4f22fb89558 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 01:15:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8f8b55..02430ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,19 +62,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "CEO, TechVenture", testimonial: "Elevate transformed our marketing strategy completely. Our leads increased by 340% in six months.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg?_wi=1" }, { name: "Michael Chen", handle: "Founder, CloudScale", testimonial: "The team's expertise in digital strategy is unmatched. They truly understand our market.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6867.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6867.jpg?_wi=1" }, { name: "Emma Rodriguez", handle: "CMO, GrowthCo", testimonial: "Finally, a marketing partner who delivers results. Their strategic approach is game-changing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/busy-young-attractive-smiling-man-sitting-co-working-open-office-holding-laptop_285396-1768.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/busy-young-attractive-smiling-man-sitting-co-working-open-office-holding-laptop_285396-1768.jpg?_wi=1" }, { name: "David Kim", handle: "Director, InnovateLabs", testimonial: "Professional, strategic, and results-driven. Exactly what we needed to scale our brand.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -197,22 +197,22 @@ export default function LandingPage() {