From f4d88ef9f9499647e9fdc4832712b1ed0a98598f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:59:06 +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 4f2affa..b9c403d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,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, @@ -146,15 +146,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