From 739f1b6f19b3cb8b2f7bf6d34bcbe3bf605ae9f4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:58:34 +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 518164f..557357f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,11 +148,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "CEO", company: "TechScale Media", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen" }, { id: "2", name: "Michael Torres", role: "Founder", company: "Authority Labs", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Torres" }, { id: "3", name: "Jessica Williams", role: "COO", company: "Growth Collective", rating: 5, @@ -160,15 +160,15 @@ export default function LandingPage() { }, { id: "4", name: "David Kumar", role: "CMO", company: "Revenue Systems", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kumar" }, { id: "5", name: "Emma Rodriguez", role: "Founder", company: "Podcast Profit Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emma Rodriguez" }, { id: "6", name: "James Sullivan", role: "VP Marketing", company: "Digital Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Sullivan" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "James Sullivan" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1