Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 15:04:03 +00:00
parent 458f30e76c
commit 1faa38add4

View File

@@ -36,8 +36,7 @@ export default function AboutPage() {
navItems={navItems}
brandName="Cherry Drops"
button={{
text: "Call Now", href: "tel:+8801610021342"
}}
text: "Call Now", href: "tel:+8801610021342"}}
/>
</div>
@@ -74,14 +73,11 @@ export default function AboutPage() {
{
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", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg?_wi=3", imageAlt: "Md. Imran"
},
id: "1", title: "Md. Imran", subtitle: "Weight Loss & Strength Coach", detail: "Specializes in transformative fat loss programs", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg?_wi=3", imageAlt: "Md. Imran"},
{
id: "2", title: "Fatema Akter", subtitle: "Muscle Building Expert", detail: "Advanced bodybuilding and strength programming", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-personal-trainer-middle-modern-gym-with-workout-plan-her-hands_496169-2795.jpg?_wi=1", imageAlt: "Fatema Akter"
},
id: "2", title: "Fatema Akter", subtitle: "Muscle Building Expert", detail: "Advanced bodybuilding and strength programming", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-personal-trainer-middle-modern-gym-with-workout-plan-her-hands_496169-2795.jpg?_wi=1", imageAlt: "Fatema Akter"},
{
id: "3", title: "Jamal Uddin", subtitle: "Beginner & Fitness Coach", detail: "Creates personalized plans for first-timers", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Jamal Uddin"
},
id: "3", title: "Jamal Uddin", subtitle: "Beginner & Fitness Coach", detail: "Creates personalized plans for first-timers", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Jamal Uddin"},
],
},
]}