From 7535aa41029bf27c003efd0331935fa27fce100f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 21:50:40 +0000 Subject: [PATCH] Update src/app/trainers/page.tsx --- src/app/trainers/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/trainers/page.tsx b/src/app/trainers/page.tsx index c2235d4..d578146 100644 --- a/src/app/trainers/page.tsx +++ b/src/app/trainers/page.tsx @@ -51,37 +51,37 @@ export default function TrainersPage() { id: "trainer-1", name: "James Mitchell", role: "Head Strength Coach", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-fit-man-working-out-indoors-with-dumbbells_23-2149175409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-fit-man-working-out-indoors-with-dumbbells_23-2149175409.jpg?_wi=2", }, { id: "trainer-2", name: "Sarah Johnson", role: "Fitness Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-smartphone-looking-camera_23-2147789608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-smartphone-looking-camera_23-2147789608.jpg?_wi=2", }, { id: "trainer-3", name: "Marcus Rodriguez", role: "Cardio & HIIT Coach", - imageSrc: "http://img.b2bpic.net/free-photo/ahlete-doing-pushups-gym-with-bare-torso-sport-lifestyle_169016-58094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ahlete-doing-pushups-gym-with-bare-torso-sport-lifestyle_169016-58094.jpg?_wi=3", }, { id: "trainer-4", name: "Emma Wilson", role: "Yoga & Flexibility", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-white-tank-top-holding-hand-chin-looking-positive-front-view_176474-46132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-white-tank-top-holding-hand-chin-looking-positive-front-view_176474-46132.jpg?_wi=2", }, { id: "trainer-5", name: "David Chen", role: "Nutrition Coach", - imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=2", }, { id: "trainer-6", name: "Lisa Anderson", role: "Recovery Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858080.jpg?_wi=3", }, ]} gridVariant="three-columns-all-equal-width"