From 3a8a57a68fd18f829fb40f3bd447d4e1a1f42ac1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:33:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 901c2db..14d8292 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,7 +156,7 @@ export default function HomePage() { { 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.", valueClassName: "text-lg md:text-xl lg:text-2xl line-clamp-1"}, + 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={true} -- 2.49.1