diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d462b65..935ad7b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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} /> @@ -114,8 +99,7 @@ export default function ContactPage() {