From b7f319fe96caeb1bb4d26aa729d32ec85d5d9035 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:23:01 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f65f94..3ba89e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -159,7 +159,7 @@ 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} /> @@ -235,7 +235,7 @@ export default function HomePage() { Date: Wed, 11 Mar 2026 19:23:02 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index d97fa01..203d68e 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-mulish), sans-serif; + font-family: var(--font-bebas-neue), sans-serif; } -- 2.49.1 From f5e4005332dd92f1691d4c96eda1285cb71b344c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:23:02 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index abb931c..ee95d6d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0f0f0f; - --card: #1a1a1a; + --background: #1a1a1a; + --card: #2d2d2d; --foreground: #f5f0eb; - --primary-cta: #dc2626; + --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); -- 2.49.1