From c4194c8e4ab5c6d3a74cf0c06361863983bec2b6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:29:12 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 35 ++++++++--------------------------- 1 file changed, 8 insertions(+), 27 deletions(-) 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() {