Update src/app/trainers/page.tsx
This commit is contained in:
@@ -54,11 +54,11 @@ export default function TrainersPage() {
|
||||
{
|
||||
id: "personal-trainers", groupTitle: "Personal Training Specialists", members: [
|
||||
{
|
||||
id: "1", title: "Md. Imran", subtitle: "Weight Loss & Strength Coach", detail: "Specializes in transformative fat loss programs and strength building", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg", imageAlt: "Md. Imran"},
|
||||
id: "1", title: "Md. Imran", subtitle: "Weight Loss & Strength Coach", detail: "Specializes in transformative fat loss programs and strength building", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg?_wi=5", imageAlt: "Md. Imran"},
|
||||
{
|
||||
id: "2", title: "Fatema Akter", subtitle: "Muscle Building Expert", detail: "Advanced bodybuilding and strength programming expertise", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-personal-trainer-middle-modern-gym-with-workout-plan-her-hands_496169-2795.jpg", imageAlt: "Fatema Akter"},
|
||||
id: "2", title: "Fatema Akter", subtitle: "Muscle Building Expert", detail: "Advanced bodybuilding and strength programming expertise", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-personal-trainer-middle-modern-gym-with-workout-plan-her-hands_496169-2795.jpg?_wi=2", imageAlt: "Fatema Akter"},
|
||||
{
|
||||
id: "3", title: "Jamal Uddin", subtitle: "Beginner & Fitness Coach", detail: "Creates personalized plans for first-timers and fitness newcomers", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Jamal Uddin"},
|
||||
id: "3", title: "Jamal Uddin", subtitle: "Beginner & Fitness Coach", detail: "Creates personalized plans for first-timers and fitness newcomers", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Jamal Uddin"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -77,7 +77,7 @@ export default function TrainersPage() {
|
||||
{ value: "100%", title: "Certified Professionals" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg?_wi=6"
|
||||
imageAlt="Expert training at Cherry Drops"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -92,7 +92,7 @@ export default function TrainersPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg?_wi=4"
|
||||
imageAlt="Book a training session"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user