13 Commits

Author SHA1 Message Date
3a8a57a68f Update src/app/page.tsx 2026-03-11 19:33:52 +00:00
02aaffa5a1 Update src/app/page.tsx 2026-03-11 19:32:53 +00:00
ec59504940 Merge version_6 into main
Merge version_6 into main
2026-03-11 19:29:16 +00:00
74088f715c Update src/app/page.tsx 2026-03-11 19:29:12 +00:00
39d00e8de5 Update src/app/contact/page.tsx 2026-03-11 19:29:12 +00:00
dba7b63d25 Update src/app/about/page.tsx 2026-03-11 19:29:11 +00:00
92962a034d Merge version_5 into main
Merge version_5 into main
2026-03-11 19:23:06 +00:00
f5e4005332 Update src/app/styles/variables.css 2026-03-11 19:23:02 +00:00
894b8ad3d1 Update src/app/styles/base.css 2026-03-11 19:23:02 +00:00
b7f319fe96 Update src/app/page.tsx 2026-03-11 19:23:01 +00:00
260dfa1fef Merge version_4 into main
Merge version_4 into main
2026-03-11 17:22:50 +00:00
1a453943ec Update src/app/styles/variables.css 2026-03-11 17:22:46 +00:00
2f37b53362 Merge version_3 into main
Merge version_3 into main
2026-03-11 07:01:48 +00:00
5 changed files with 16 additions and 13 deletions

View File

@@ -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>
);
}
}

View File

@@ -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>
);
}
}

View File

@@ -75,7 +75,7 @@ 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: "Claim Your First Session", href: "/membership" },
{ text: "Schedule a Tour", href: "/contact" },
@@ -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" },
@@ -254,4 +255,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-mulish), sans-serif;
font-family: var(--font-bebas-neue), sans-serif;
}

View File

@@ -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);