diff --git a/src/app/page.tsx b/src/app/page.tsx index 71565c4..f99adb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,28 +68,20 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "One-on-One Personal Training", - tags: ["Personalized", "1 Hour Sessions"], - imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=1" + id: "1", title: "One-on-One Personal Training", tags: ["Personalized", "1 Hour Sessions"], + imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg" }, { - id: "2", - title: "Group Fitness Classes", - tags: ["Community", "High Energy"], - imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-having-fun-zumba-class_23-2149074874.jpg?_wi=1" + id: "2", title: "Group Fitness Classes", tags: ["Community", "High Energy"], + imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-having-fun-zumba-class_23-2149074874.jpg" }, { - id: "3", - title: "Nutrition Coaching", - tags: ["Holistic", "Meal Planning"], - imageSrc: "http://img.b2bpic.net/free-photo/daughter-visiting-her-parents-their-home_23-2149050681.jpg?_wi=1" + id: "3", title: "Nutrition Coaching", tags: ["Holistic", "Meal Planning"], + imageSrc: "http://img.b2bpic.net/free-photo/daughter-visiting-her-parents-their-home_23-2149050681.jpg" }, { - id: "4", - title: "Online Training Programs", - tags: ["Remote", "Flexible Schedule"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-fitness-instructor-advising-her-clients-about-abs-exercises-while-using-laptop-home_637285-5053.jpg?_wi=1" + id: "4", title: "Online Training Programs", tags: ["Remote", "Flexible Schedule"], + imageSrc: "http://img.b2bpic.net/free-photo/happy-fitness-instructor-advising-her-clients-about-abs-exercises-while-using-laptop-home_637285-5053.jpg" } ]} animationType="slide-up" @@ -112,23 +104,19 @@ export default function HomePage() { useInvertedBackground={true} bulletPoints={[ { - title: "Certified Professional", - description: "NASM-CPT, ISSN Sports Nutritionist, CrossFit Level 1" + title: "Certified Professional", description: "NASM-CPT, ISSN Sports Nutritionist, CrossFit Level 1" }, { - title: "Proven Track Record", - description: "Helped 500+ clients achieve transformation in strength, weight loss, and endurance" + title: "Proven Track Record", description: "Helped 500+ clients achieve transformation in strength, weight loss, and endurance" }, { - title: "Science-Based Methods", - description: "Programs backed by latest research in exercise physiology and nutrition science" + title: "Science-Based Methods", description: "Programs backed by latest research in exercise physiology and nutrition science" }, { - title: "Personalized Approach", - description: "Custom programs tailored to your body type, fitness level, and lifestyle" + title: "Personalized Approach", description: "Custom programs tailored to your body type, fitness level, and lifestyle" } ]} - imageSrc="http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg" imageAlt="Professional Fitness Trainer" mediaAnimation="slide-up" imagePosition="right" @@ -147,29 +135,17 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "500+", - subtitle: "Clients Trained", - category: "Success Rate", - value: "95% Satisfaction" + id: "1", title: "500+", subtitle: "Clients Trained", category: "Success Rate", value: "95% Satisfaction" }, { - id: "2", - title: "15+", - subtitle: "Years of Experience", - category: "Expertise", - value: "Multiple Certifications" + id: "2", title: "15+", subtitle: "Years of Experience", category: "Expertise", value: "Multiple Certifications" }, { - id: "3", - title: "12,000+", - subtitle: "Training Hours Delivered", - category: "Dedication", - value: "Continuous Learning" + id: "3", title: "12,000+", subtitle: "Training Hours Delivered", category: "Dedication", value: "Continuous Learning" } ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> @@ -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() {