|
|
|
|
@@ -21,8 +21,7 @@ export default function TrainersPage() {
|
|
|
|
|
|
|
|
|
|
const footerColumns = [
|
|
|
|
|
{
|
|
|
|
|
title: "Explore",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Explore", items: [
|
|
|
|
|
{ label: "Home", href: "/" },
|
|
|
|
|
{ label: "Trainers", href: "/trainers" },
|
|
|
|
|
{ label: "Membership", href: "/membership" },
|
|
|
|
|
@@ -30,8 +29,7 @@ export default function TrainersPage() {
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Community",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Community", items: [
|
|
|
|
|
{ label: "About Us", href: "/about" },
|
|
|
|
|
{ label: "Our Story", href: "/about" },
|
|
|
|
|
{ label: "Contact", href: "/contact" },
|
|
|
|
|
@@ -39,8 +37,7 @@ export default function TrainersPage() {
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Connect",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Connect", items: [
|
|
|
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
|
|
|
{ label: "Facebook", href: "https://facebook.com" },
|
|
|
|
|
{ label: "Email", href: "mailto:info@dragonsden.gym" },
|
|
|
|
|
@@ -68,9 +65,7 @@ export default function TrainersPage() {
|
|
|
|
|
brandName="Dragon's Den"
|
|
|
|
|
navItems={navItems}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Start Your Journey",
|
|
|
|
|
href: "/membership",
|
|
|
|
|
}}
|
|
|
|
|
text: "Start Your Journey", href: "/membership"}}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -85,33 +80,13 @@ export default function TrainersPage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
team={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Marcus Stone",
|
|
|
|
|
role: "Head Coach & Founder",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-58843.jpg?_wi=2",
|
|
|
|
|
imageAlt: "Marcus Stone, Head Coach & Founder",
|
|
|
|
|
},
|
|
|
|
|
id: "1", name: "Marcus Stone", role: "Head Coach & Founder", imageSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-58843.jpg?_wi=2", imageAlt: "Marcus Stone, Head Coach & Founder"},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Sarah Chen",
|
|
|
|
|
role: "Strength & Conditioning Specialist",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-posing-outdoors_23-2147600761.jpg?_wi=2",
|
|
|
|
|
imageAlt: "Sarah Chen, Strength & Conditioning Specialist",
|
|
|
|
|
},
|
|
|
|
|
id: "2", name: "Sarah Chen", role: "Strength & Conditioning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-posing-outdoors_23-2147600761.jpg?_wi=2", imageAlt: "Sarah Chen, Strength & Conditioning Specialist"},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "James Rivera",
|
|
|
|
|
role: "Functional Movement Coach",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg?_wi=2",
|
|
|
|
|
imageAlt: "James Rivera, Functional Movement Coach",
|
|
|
|
|
},
|
|
|
|
|
id: "3", name: "James Rivera", role: "Functional Movement Coach", imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg?_wi=2", imageAlt: "James Rivera, Functional Movement Coach"},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
name: "Maya Patel",
|
|
|
|
|
role: "Recovery & Mobility Expert",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
|
|
|
|
imageAlt: "Maya Patel, Recovery & Mobility Expert",
|
|
|
|
|
},
|
|
|
|
|
id: "4", name: "Maya Patel", role: "Recovery & Mobility Expert", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Maya Patel, Recovery & Mobility Expert"},
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
@@ -125,26 +100,14 @@ export default function TrainersPage() {
|
|
|
|
|
tag="Expert Disciplines"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "strength",
|
|
|
|
|
title: "Strength & Power Development",
|
|
|
|
|
tags: ["Periodized Programming", "Peak Performance"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080463.jpg?_wi=2",
|
|
|
|
|
imageAlt: "Strength training specialization",
|
|
|
|
|
},
|
|
|
|
|
id: "strength", title: "Strength & Power Development", tags: ["Periodized Programming", "Peak Performance"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080463.jpg?_wi=2", imageAlt: "Strength training specialization"},
|
|
|
|
|
{
|
|
|
|
|
id: "movement",
|
|
|
|
|
title: "Movement Quality & Mobility",
|
|
|
|
|
tags: ["Injury Prevention", "Functional Fitness"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/reflection-male-athlete-stretching-his-muscle-leaning-reflective-glass_23-2148124083.jpg?_wi=2",
|
|
|
|
|
imageAlt: "Movement and mobility coaching",
|
|
|
|
|
},
|
|
|
|
|
id: "movement", title: "Movement Quality & Mobility", tags: ["Injury Prevention", "Functional Fitness"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/reflection-male-athlete-stretching-his-muscle-leaning-reflective-glass_23-2148124083.jpg?_wi=2", imageAlt: "Movement and mobility coaching"},
|
|
|
|
|
{
|
|
|
|
|
id: "recovery",
|
|
|
|
|
title: "Recovery & Performance Optimization",
|
|
|
|
|
tags: ["Sauna Protocol", "Nutrition Science"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-sauna-warm-light-wellness-mood-sauna-pause_169016-69224.jpg?_wi=1",
|
|
|
|
|
imageAlt: "Recovery optimization",
|
|
|
|
|
},
|
|
|
|
|
id: "recovery", title: "Recovery & Performance Optimization", tags: ["Sauna Protocol", "Nutrition Science"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-sauna-warm-light-wellness-mood-sauna-pause_169016-69224.jpg?_wi=1", imageAlt: "Recovery optimization"},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -162,29 +125,11 @@ export default function TrainersPage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "David Martinez",
|
|
|
|
|
role: "Client of Marcus Stone",
|
|
|
|
|
testimonial: "Marcus didn't just write me a program—he understood my life, my struggles, and my goals. His coaching method combines fierce accountability with genuine care. I'm stronger than ever.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=2",
|
|
|
|
|
imageAlt: "David Martinez",
|
|
|
|
|
},
|
|
|
|
|
id: "1", name: "David Martinez", role: "Client of Marcus Stone", testimonial: "Marcus didn't just write me a program—he understood my life, my struggles, and my goals. His coaching method combines fierce accountability with genuine care. I'm stronger than ever.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=2", imageAlt: "David Martinez"},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Elena Russo",
|
|
|
|
|
role: "Client of Sarah Chen",
|
|
|
|
|
testimonial: "Sarah's approach to strength training is different. She emphasizes quality, sustainability, and listening to your body. Her programming helped me become stronger without injury. She's brilliant.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=2",
|
|
|
|
|
imageAlt: "Elena Russo",
|
|
|
|
|
},
|
|
|
|
|
id: "2", name: "Elena Russo", role: "Client of Sarah Chen", testimonial: "Sarah's approach to strength training is different. She emphasizes quality, sustainability, and listening to your body. Her programming helped me become stronger without injury. She's brilliant.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=2", imageAlt: "Elena Russo"},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "Sophie Laurent",
|
|
|
|
|
role: "Client of Sarah Chen",
|
|
|
|
|
testimonial: "I was terrified of lifting. Sarah met me with patience and expertise. She saw potential in me I didn't see in myself. Now I'm confident, strong, and I actually love training.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-wonderful-young-woman_158595-4762.jpg?_wi=2",
|
|
|
|
|
imageAlt: "Sophie Laurent",
|
|
|
|
|
},
|
|
|
|
|
id: "3", name: "Sophie Laurent", role: "Client of Sarah Chen", testimonial: "I was terrified of lifting. Sarah met me with patience and expertise. She saw potential in me I didn't see in myself. Now I'm confident, strong, and I actually love training.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-wonderful-young-woman_158595-4762.jpg?_wi=2", imageAlt: "Sophie Laurent"},
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
carouselMode="buttons"
|
|
|
|
|
|