Update src/app/about/page.tsx
This commit is contained in:
@@ -47,23 +47,19 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Certified Professional",
|
||||
description: "NASM-CPT, ISSN Sports Nutritionist, CrossFit Level 1 Trainer"
|
||||
title: "Certified Professional", description: "NASM-CPT, ISSN Sports Nutritionist, CrossFit Level 1 Trainer"
|
||||
},
|
||||
{
|
||||
title: "Proven Track Record",
|
||||
description: "Successfully guided 500+ clients through complete fitness transformations"
|
||||
title: "Proven Track Record", description: "Successfully guided 500+ clients through complete fitness transformations"
|
||||
},
|
||||
{
|
||||
title: "Science-Based Methods",
|
||||
description: "Programs rooted in exercise physiology and evidence-based training principles"
|
||||
title: "Science-Based Methods", description: "Programs rooted in exercise physiology and evidence-based training principles"
|
||||
},
|
||||
{
|
||||
title: "Holistic Approach",
|
||||
description: "Combining strength training, nutrition coaching, and lifestyle modifications"
|
||||
title: "Holistic Approach", description: "Combining strength training, nutrition coaching, and lifestyle modifications"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg"
|
||||
imageAlt="Professional Fitness Trainer"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -84,23 +80,19 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Progressive Overload",
|
||||
description: "Gradually increasing training intensity to ensure continuous improvement"
|
||||
title: "Progressive Overload", description: "Gradually increasing training intensity to ensure continuous improvement"
|
||||
},
|
||||
{
|
||||
title: "Functional Movement",
|
||||
description: "Exercises that translate to real-world strength and mobility"
|
||||
title: "Functional Movement", description: "Exercises that translate to real-world strength and mobility"
|
||||
},
|
||||
{
|
||||
title: "Recovery Focus",
|
||||
description: "Emphasizing rest, sleep, and stress management for optimal results"
|
||||
title: "Recovery Focus", description: "Emphasizing rest, sleep, and stress management for optimal results"
|
||||
},
|
||||
{
|
||||
title: "Education First",
|
||||
description: "Teaching you the why behind every exercise and nutrition choice"
|
||||
title: "Education First", description: "Teaching you the why behind every exercise and nutrition choice"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg"
|
||||
imageAlt="Training Philosophy in Action"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
@@ -119,29 +111,17 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "NASM-CPT",
|
||||
subtitle: "Personal Training Certification",
|
||||
category: "Certification",
|
||||
value: "Active Since 2008"
|
||||
id: "1", title: "NASM-CPT", subtitle: "Personal Training Certification", category: "Certification", value: "Active Since 2008"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sports Nutrition",
|
||||
subtitle: "ISSN Certified Sports Nutritionist",
|
||||
category: "Specialty",
|
||||
value: "Advanced Level"
|
||||
id: "2", title: "Sports Nutrition", subtitle: "ISSN Certified Sports Nutritionist", category: "Specialty", value: "Advanced Level"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Continuing Education",
|
||||
subtitle: "Annual Training Hours",
|
||||
category: "Professional Development",
|
||||
value: "40+ Hours Yearly"
|
||||
id: "3", title: "Continuing Education", subtitle: "Annual Training Hours", category: "Professional Development", value: "40+ Hours Yearly"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,8 +130,7 @@ export default function AboutPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -159,8 +138,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Personal Training", href: "/services" },
|
||||
{ label: "Group Classes", href: "/services" },
|
||||
{ label: "Nutrition Coaching", href: "/services" },
|
||||
@@ -168,8 +146,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Email", href: "mailto:hello@elitefitness.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
@@ -177,8 +154,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user