From 61945650a6ceadbc0b40457727492a49a41e4b5f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 05:58:46 +0000 Subject: [PATCH 1/2] 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 1bb8aeb..aaf3f01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -222,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From c953a4cc7929d8ed957a9e09f5df87b575765c31 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 05:58:47 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0fdb09b..8c3ca3f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffefe; - --card: #f6f7f4; - --foreground: #080908; - --primary-cta: #0e3a29; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #120006e6; + --primary-cta: #e63946; --primary-cta-text: #fffefe; - --secondary-cta: #e7eecd; + --secondary-cta: #f9f9f9; --secondary-cta-text: #080908; - --accent: #35c18b; - --background-accent: #ecebe4; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1