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() {