Update src/app/services/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,8 +127,7 @@ export default function ServicesPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -163,8 +135,7 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Personal Training", href: "/services" },
|
||||
{ label: "Group Classes", href: "/services" },
|
||||
{ label: "Nutrition Coaching", href: "/services" },
|
||||
@@ -172,8 +143,7 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -181,8 +151,7 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
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