From bba4ec9ff24d5eeff2c5e7e6251161bc9984e1f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:12 +0000 Subject: [PATCH] Update src/app/trainers/page.tsx --- src/app/trainers/page.tsx | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/app/trainers/page.tsx b/src/app/trainers/page.tsx index 03fab80..e9a3038 100644 --- a/src/app/trainers/page.tsx +++ b/src/app/trainers/page.tsx @@ -15,7 +15,7 @@ export default function TrainersPage() { { name: "Facilities", id: "/facilities" }, { name: "Trainers", id: "/trainers" }, { name: "Membership", id: "/membership" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; return ( @@ -36,7 +36,8 @@ export default function TrainersPage() { navItems={navItems} brandName="Cherry Drops" button={{ - text: "Call Now", href: "tel:+8801610021342"}} + text: "Call Now", href: "tel:+8801610021342" + }} /> @@ -54,13 +55,16 @@ 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?_wi=5", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Jamal Uddin" + } + ] + } ]} /> @@ -74,10 +78,10 @@ export default function TrainersPage() { tagAnimation="slide-up" metrics={[ { value: "50+", title: "Years of Combined Experience" }, - { value: "100%", title: "Certified Professionals" }, + { value: "100%", title: "Certified Professionals" } ]} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg?_wi=6" + imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg" imageAlt="Expert training at Cherry Drops" mediaAnimation="slide-up" /> @@ -92,7 +96,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?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg" imageAlt="Book a training session" mediaAnimation="slide-up" mediaPosition="right" @@ -111,25 +115,25 @@ export default function TrainersPage() { { label: "About Us", href: "/about" }, { label: "Facilities", href: "/facilities" }, { label: "Trainers", href: "/trainers" }, - { label: "Membership", href: "/membership" }, - ], + { label: "Membership", href: "/membership" } + ] }, { title: "Contact Info", items: [ { label: "Call: 01610-021342", href: "tel:+8801610021342" }, { label: "Location: Dhaka 1219", href: "#" }, { label: "Open Daily Until 11 PM", href: "#" }, - { label: "Email Support", href: "#" }, - ], + { label: "Email Support", href: "#" } + ] }, { title: "Facilities", items: [ { label: "Modern Equipment", href: "/facilities" }, { label: "Trainers", href: "/trainers" }, { label: "Steam Room", href: "/facilities" }, - { label: "Massage Services", href: "/facilities" }, - ], - }, + { label: "Massage Services", href: "/facilities" } + ] + } ]} copyrightText="© 2025 Cherry Drops Fitness & Life Style. All rights reserved. Professional gym in Dhaka, Bangladesh." />