From f06388bf486a73512f6081f811581c26348bc887 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 11:19:27 +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 7684169..c46884b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 47eb0548859f772be70b5d32cc12b2808786a735 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 11:19:28 +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 8d08c9f..42538b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -278,4 +278,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From d070872f59fd7c4db76d2970706654d19eae3529 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 11:19:29 +0000 Subject: [PATCH 3/3] 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 90ee71e..74e749f 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: #341f51;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + /* --background: #000802;; + --card: #0b1a0b;; + --foreground: #e6ffe6;; + --primary-cta: #80da9b;; + --secondary-cta: #07170b;; + --accent: #38714a;; + --background-accent: #2c6541;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --background: #000802;; + --card: #0b1a0b;; + --foreground: #e6ffe6;; + --primary-cta: #80da9b;; + --secondary-cta: #07170b;; + --accent: #38714a;; + --background-accent: #2c6541;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1