From ccbdef0227c9339a82f4ddf07709687d79cfb8a3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:26:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1b43c2..c2637c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function SocialFlowLanding() { testimonials={[ { name: "Jennifer Martinez", handle: "CEO, Tech Innovations Inc.", testimonial: "SocialFlow transformed our social strategy completely. Engagement increased by 240% in just three months!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Jennifer Martinez"}, { name: "David Chen", handle: "Marketing Director, Fashion Forward", testimonial: "Professional, creative, and results-driven. They truly understand our brand voice and audience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "David Chen"}, ]} buttons={[ { text: "Get Started", href: "#contact" }, @@ -157,17 +157,17 @@ export default function SocialFlowLanding() {