From b93969d774b8ba358ec6a7709762447455c61ae3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:45:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be31a3b..5a60bd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ahmad Rashid", role: "Competitive Fighter", company: "Hybrid Academy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Ahmad Rashid testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Ahmad Rashid testimonial" }, { id: "2", name: "Maya Chen", role: "Fitness Coach", company: "Member since Year 2", rating: 5, @@ -145,15 +145,15 @@ export default function LandingPage() { }, { id: "4", name: "Sarah Williams", role: "Fitness Enthusiast", company: "Adult Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", imageAlt: "Sarah Williams testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg?_wi=1", imageAlt: "Sarah Williams testimonial" }, { id: "5", name: "David Lim", role: "Student Athlete", company: "Student Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "David Lim testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "David Lim testimonial" }, { id: "6", name: "Elena Rodriguez", role: "Kickboxing Instructor", company: "Program Lead", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", imageAlt: "Elena Rodriguez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg?_wi=2", imageAlt: "Elena Rodriguez testimonial" } ]} /> -- 2.49.1