From e447f1768e69f4a1958fc0e533deff62ca8815ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:03:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 340d108..42c3bbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,7 +175,7 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen, Creative Director" + id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen, Creative Director" }, { id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "Marcus Johnson, Strategy Lead" @@ -208,15 +208,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Jessica Martinez", handle: "@jessicam_ceo", testimonial: "CreativeFlow transformed our social presence completely. Our engagement went from 2% to 15% in just three months. Absolutely incredible team!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jessica Martinez" }, { id: "2", name: "Alex Thompson", handle: "@alexthompson", testimonial: "The content strategy they developed was exactly what we needed. They truly understand our brand and audience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Alex Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Alex Thompson" }, { id: "3", name: "Priya Kapoor", handle: "@priyak_ventures", testimonial: "Working with CreativeFlow is like having a world-class marketing team in-house. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Priya Kapoor" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Priya Kapoor" }, { id: "4", name: "Michael Brown", handle: "@mbrown_digital", testimonial: "The ROI we've seen is outstanding. Their data-driven approach really makes the difference.", rating: 5, @@ -228,7 +228,7 @@ export default function LandingPage() { }, { id: "6", name: "James Wilson", handle: "@jameswilson_co", testimonial: "Their attention to detail and commitment to our goals is exceptional. Truly a partnership, not just a vendor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Wilson" }, ]} ariaLabel="Client testimonials section" -- 2.49.1