From f5d0d0dbcde6511fda2737be971d9d24ae0a93f7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:43:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6238906..b1b0dad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,16 +57,16 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Fitness Enthusiast", testimonial: "FitZone changed my life! The trainers are incredible and the community is so supportive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg?_wi=1"}, { name: "Sarah Chen", handle: "Professional", testimonial: "Best gym experience ever. The equipment is top-notch and the atmosphere is motivating.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg?_wi=1"}, { name: "David Williams", handle: "Transformation Success", testimonial: "I've seen amazing results in just 6 months. Highly recommend FitZone!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg?_wi=1"}, { name: "Emma Rodriguez", handle: "Class Participant", testimonial: "The classes are fun, challenging, and the instructors really care about your progress.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=1"}, ]} /> @@ -189,13 +189,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "James Patterson", role: "Business Owner", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg"}, + id: "1", name: "James Patterson", role: "Business Owner", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg?_wi=2"}, { - id: "2", name: "Nicole Adams", role: "Marketing Manager", company: "Creative Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg"}, + id: "2", name: "Nicole Adams", role: "Marketing Manager", company: "Creative Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg?_wi=2"}, { - id: "3", name: "Robert Wilson", role: "Fitness Enthusiast", company: "Independent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg"}, + id: "3", name: "Robert Wilson", role: "Fitness Enthusiast", company: "Independent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg?_wi=2"}, { - id: "4", name: "Amanda Foster", role: "Healthcare Professional", company: "Medical Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg"}, + id: "4", name: "Amanda Foster", role: "Healthcare Professional", company: "Medical Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=2"}, ]} kpiItems={[ { value: "95%", label: "Goal Achievement Rate" },