From 5616111f61482afa0ddcf0756f4eb00f5942fbe0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 10:52:24 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2755ee..765e6b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -267,7 +267,6 @@ export default function FitCoachPage() { inputPlaceholder="Enter your email for instant access" buttonText="Get Free Plan" termsText="Instant download. No spam, unsubscribe anytime. Join 2,500+ members getting results with our proven training methods." - containerClassName="bg-red-500" /> -- 2.49.1 From ab399b3c3234815d049d0e7ad41f866efcf37993 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 10:52:25 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 881dc4f..91dedaa 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #159c49;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + /* --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #120a00e6;; + --primary-cta: #ff8c42;; + --secondary-cta: #f9f9f9;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #159c49;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #120a00e6;; + --primary-cta: #ff8c42;; + --secondary-cta: #f9f9f9;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1