From dc68fad5053db715f61cfd75f25a4f56b4b0c5d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:20:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15b51c0..8213b12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,16 +168,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alex Chen", role: "Professional Runner", company: "Olympic Athlete", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Alex Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Alex Chen"}, { id: "2", name: "Maria Rodriguez", role: "Fitness Coach", company: "FitLife Training", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-darkskinned-browneyed-brunette-longsleeved-tshirt-looks-into-camera-runs-upstairs-outdoors_197531-28721.jpg", imageAlt: "Maria Rodriguez"}, { id: "3", name: "James Thompson", role: "Basketball Player", company: "Pro League", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "James Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "James Thompson"}, { id: "4", name: "Sarah Kim", role: "Fitness Enthusiast", company: "Marathon Runner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Sarah Kim"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3", imageAlt: "Sarah Kim"}, ]} kpiItems={[ { value: "50M+", label: "Happy Athletes" }, -- 2.49.1