diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3b1dd26..6819474 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -45,40 +45,28 @@ export default function ServicesPage() { 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=2" + 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=2" + 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=2" + 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=2" + 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" }, { - id: "5", - title: "Strength Training Bootcamp", - tags: ["Intense", "Group Training"], - imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=3" + id: "5", title: "Strength Training Bootcamp", tags: ["Intense", "Group Training"], + imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg" }, { - id: "6", - title: "Recovery & Mobility Sessions", - tags: ["Wellness", "Rehabilitation"], - imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg?_wi=2" + id: "6", title: "Recovery & Mobility Sessions", tags: ["Wellness", "Rehabilitation"], + imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg" } ]} animationType="slide-up" @@ -99,38 +87,23 @@ export default function ServicesPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "Personal Training Package", - subtitle: "1-on-1 Sessions · Monthly", - category: "Premium", - value: "$280/month", - buttons: [ + id: "1", title: "Personal Training Package", subtitle: "1-on-1 Sessions · Monthly", category: "Premium", value: "$280/month", buttons: [ { text: "Get Started", href: "/contact" } ] }, { - id: "2", - title: "Group Fitness Membership", - subtitle: "Unlimited Classes · Monthly", - category: "Popular", - value: "$120/month", - buttons: [ + id: "2", title: "Group Fitness Membership", subtitle: "Unlimited Classes · Monthly", category: "Popular", value: "$120/month", buttons: [ { text: "Join Now", href: "/contact" } ] }, { - id: "3", - title: "Online Coaching Program", - subtitle: "Custom Plans · Flexible", - category: "Remote", - value: "$80/month", - buttons: [ + id: "3", title: "Online Coaching Program", subtitle: "Custom Plans · Flexible", category: "Remote", value: "$80/month", buttons: [ { text: "Start Online", href: "/contact" } ] } ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> @@ -154,8 +127,7 @@ export default function ServicesPage() {