diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d326a1b..8372bcb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -20,8 +20,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Explore", - items: [ + title: "Explore", items: [ { label: "Home", href: "/" }, { label: "Trainers", href: "/trainers" }, { label: "Membership", href: "/membership" }, @@ -29,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Contact", href: "/contact" }, @@ -38,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Email", href: "mailto:info@dragonsden.gym" }, @@ -66,9 +63,7 @@ export default function ContactPage() { brandName="Dragon's Den" navItems={navItems} button={{ - text: "Start Your Journey", - href: "/membership", - }} + text: "Start Your Journey", href: "/membership"}} /> @@ -81,8 +76,8 @@ export default function ContactPage() { { value: "24/7", title: "Open for Members" }, { value: "100%", title: "Satisfaction Guaranteed" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg?_wi=2" - imageAlt: "Trainer ready to welcome you to Dragon's Den" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg" + imageAlt="Trainer ready to welcome you to Dragon's Den" mediaAnimation="opacity" useInvertedBackground={false} /> @@ -95,15 +90,9 @@ export default function ContactPage() { tagAnimation="slide-up" metrics={[ { - id: "sauna", - value: "Heat Therapy", - description: "Infrared sauna sessions for muscle recovery, detoxification, mental clarity, and the ritual of deep rest. Recovery is where transformation happens.", - }, + id: "sauna", value: "Heat Therapy", description: "Infrared sauna sessions for muscle recovery, detoxification, mental clarity, and the ritual of deep rest. Recovery is where transformation happens."}, { - id: "coldplunge", - value: "Cold Immersion", - description: "Cold plunge therapy to enhance resilience, reduce inflammation, boost cardiovascular health, and activate your nervous system's adaptation response.", - }, + id: "coldplunge", value: "Cold Immersion", description: "Cold plunge therapy to enhance resilience, reduce inflammation, boost cardiovascular health, and activate your nervous system's adaptation response."}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -114,26 +103,11 @@ export default function ContactPage() {