Update src/app/contact/page.tsx

This commit is contained in:
2026-03-05 11:29:12 +00:00
parent 1ce149ed2d
commit c4194c8e4a

View File

@@ -59,38 +59,23 @@ export default function ContactPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
title: "Free Consultation Call",
subtitle: "30-minute virtual session",
category: "Initial Step",
value: "Completely Free",
buttons: [
id: "1", title: "Free Consultation Call", subtitle: "30-minute virtual session", category: "Initial Step", value: "Completely Free", buttons: [
{ text: "Book Call", href: "mailto:hello@elitefitness.com" }
]
},
{
id: "2",
title: "In-Person Assessment",
subtitle: "Fitness evaluation & goal setting",
category: "Premium Start",
value: "$50 (Applied to Package)",
buttons: [
id: "2", title: "In-Person Assessment", subtitle: "Fitness evaluation & goal setting", category: "Premium Start", value: "$50 (Applied to Package)", buttons: [
{ text: "Schedule Visit", href: "mailto:hello@elitefitness.com" }
]
},
{
id: "3",
title: "Trial Training Session",
subtitle: "Full workout experience",
category: "Try Before Commit",
value: "$75 (One-time)",
buttons: [
id: "3", title: "Trial Training Session", subtitle: "Full workout experience", category: "Try Before Commit", value: "$75 (One-time)", buttons: [
{ text: "Book Trial", href: "mailto:hello@elitefitness.com" }
]
}
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -114,8 +99,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -123,8 +107,7 @@ export default function ContactPage() {
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Personal Training", href: "/services" },
{ label: "Group Classes", href: "/services" },
{ label: "Nutrition Coaching", href: "/services" },
@@ -132,8 +115,7 @@ export default function ContactPage() {
]
},
{
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" },
@@ -141,8 +123,7 @@ export default function ContactPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }