From ba27357222f79d6d6d22973af72e6f4c3626f10f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:07:27 +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 af1d174..bd5add4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,12 +163,12 @@ export default function LandingPage() { cardAnimation="slide-up" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Mitchell" }, - { id: "2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson" }, - { id: "3", name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Elena Rossi" }, - { id: "4", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson" }, + { id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, + { id: "2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson" }, + { id: "3", name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Elena Rossi" }, + { id: "4", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Thompson" }, { id: "5", name: "Lisa Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Lisa Chen" }, - { id: "6", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Williams" } + { id: "6", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Williams" } ]} /> -- 2.49.1