From 455872b4382bd1d67c4fb265def8e3a28713af15 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:18:44 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 300dcfa..989ce24 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 75738d7d2e0be11286b0fe38cc8915213fcbbc0a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:18:44 +0000 Subject: [PATCH 2/3] 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 c28ac61..7c20b07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,4 +177,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 7277bd3c951bd9e024d3736b7df753fe320c82c1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:18:45 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 52897fb..e596044 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #250c0d;; - --primary-cta: #b82b40;; + /* --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #0052b3;; + --primary-cta: #0052b3;; --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; */ + --accent: #ffffff;; + --background-accent: #e8f4ff;; */ - --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #250c0d;; - --primary-cta: #b82b40;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #0052b3;; + --primary-cta: #0052b3;; --primary-cta-text: #f7f6f7;; --secondary-cta: #ffffff;; --secondary-cta-text: #250c0d;; - --accent: #b90941;; - --background-accent: #e8a8b6;; + --accent: #ffffff;; + --background-accent: #e8f4ff;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1