Merge version_1 into main #2
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "David Martinez",
|
||||
role: "Working Professional, Age 38",
|
||||
testimonial: "I came to Dragon's Den intimidated by big gyms. Marcus met me where I was and built a program that fit my life. The 24/7 access changed everything. Recovery sessions in the sauna cleared my head after brutal work weeks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "David Martinez", role: "Working Professional, Age 38", testimonial: "I came to Dragon's Den intimidated by big gyms. Marcus met me where I was and built a program that fit my life. The 24/7 access changed everything. Recovery sessions in the sauna cleared my head after brutal work weeks.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Russo",
|
||||
role: "Software Engineer, Age 32",
|
||||
testimonial: "This place is fierce but welcoming. The cold plunge became my ritual. I'm stronger than ever, and the mental clarity I get from the recovery practices is invaluable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Elena Russo", role: "Software Engineer, Age 32", testimonial: "This place is fierce but welcoming. The cold plunge became my ritual. I'm stronger than ever, and the mental clarity I get from the recovery practices is invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Oh",
|
||||
role: "Entrepreneur, Age 45",
|
||||
testimonial: "Dragon's Den feels like a sanctuary. Real trainers who care about your form and your story. The community doesn't judge—it lifts you up.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "James Oh", role: "Entrepreneur, Age 45", testimonial: "Dragon's Den feels like a sanctuary. Real trainers who care about your form and your story. The community doesn't judge—it lifts you up.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
|
||||
]}
|
||||
title="Why Members Choose Dragon's Den"
|
||||
description="Hear directly from members who've experienced their transformation at the Den."
|
||||
|
||||
Reference in New Issue
Block a user