Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a8a57a68f | |||
| 02aaffa5a1 | |||
| ec59504940 | |||
| 74088f715c | |||
| 39d00e8de5 | |||
| dba7b63d25 | |||
| 92962a034d | |||
| f5e4005332 | |||
| 894b8ad3d1 | |||
| b7f319fe96 | |||
| 260dfa1fef | |||
| 1a453943ec | |||
| 2f37b53362 | |||
| ac74d8f255 | |||
| c7ef1a2ba4 | |||
| 5dc5d8ff29 |
@@ -97,6 +97,7 @@ export default function AboutPage() {
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metricsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 min-h-96 md:min-h-80"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,4 +130,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -97,6 +97,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metricsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 min-h-96 md:min-h-80"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,4 +130,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,9 +75,9 @@ export default function HomePage() {
|
||||
title="Awaken the Dragon Within"
|
||||
description="Enter the Den. Train with uncompromising intensity. Recover like never before. 24/7 access to personal training, sauna, cold plunge, and a community built on inner fire."
|
||||
tag="Where Discipline Meets Transformation"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Book Your First Session", href: "/membership" },
|
||||
{ text: "Claim Your First Session", href: "/membership" },
|
||||
{ text: "Schedule a Tour", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg?_wi=1"
|
||||
@@ -100,7 +100,7 @@ export default function HomePage() {
|
||||
imageAlt="Sauna and cold plunge recovery experience"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,7 +159,8 @@ export default function HomePage() {
|
||||
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}
|
||||
useInvertedBackground={true}
|
||||
metricsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 min-h-96 md:min-h-80"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -235,7 +236,7 @@ export default function HomePage() {
|
||||
<HeroBillboardScroll
|
||||
title="Built for Strength. Designed for Transformation."
|
||||
description="Your journey starts with a single commitment. Whether you're seeking personal training, 24/7 access, or the transformational power of recovery rituals, Dragon's Den is where inner fire meets discipline."
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "View Membership Options", href: "/membership" },
|
||||
{ text: "Request a Private Tour", href: "/contact" },
|
||||
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-mulish), sans-serif;
|
||||
font-family: var(--font-bebas-neue), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0f0f0f;
|
||||
--card: #1a1a1a;
|
||||
--background: #1a1a1a;
|
||||
--card: #2d2d2d;
|
||||
--foreground: #f5f0eb;
|
||||
--primary-cta: #c0392b;
|
||||
--primary-cta: #c41e3a;
|
||||
--primary-cta-text: #f5f0eb;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f5f0eb;
|
||||
--accent: #e67e22;
|
||||
--background-accent: #2980b9;
|
||||
--accent: #8b6914;
|
||||
--background-accent: #6b3410;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user