Update src/app/trainers/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user