diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b5632a9..7024f8e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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} /> @@ -150,8 +130,7 @@ export default function AboutPage() { @@ -114,8 +99,7 @@ export default function ContactPage() { @@ -182,22 +158,13 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", - name: "Sarah's 30-Pound Loss", - price: "8 Weeks", - imageSrc: "http://img.b2bpic.net/free-photo/fit-young-women-posing-together_23-2148371794.jpg?_wi=1" + id: "1", name: "Sarah's 30-Pound Loss", price: "8 Weeks", imageSrc: "http://img.b2bpic.net/free-photo/fit-young-women-posing-together_23-2148371794.jpg" }, { - id: "2", - name: "Marcus Built Muscle Mass", - price: "12 Weeks", - imageSrc: "http://img.b2bpic.net/free-photo/tattooed-fit-man-doing-exercise-gym_343596-2601.jpg?_wi=1" + id: "2", name: "Marcus Built Muscle Mass", price: "12 Weeks", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-fit-man-doing-exercise-gym_343596-2601.jpg" }, { - id: "3", - name: "Jennifer's Strength Gain", - price: "10 Weeks", - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-women-looking-each-other-fitness-club_23-2147949515.jpg?_wi=1" + id: "3", name: "Jennifer's Strength Gain", price: "10 Weeks", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-women-looking-each-other-fitness-club_23-2147949515.jpg" } ]} gridVariant="three-columns-all-equal-width" @@ -226,8 +193,7 @@ export default function HomePage() { @@ -154,8 +127,7 @@ export default function ServicesPage() {