From 5eda31ce06e53f6d58a1e36218ab28bb4702c215 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:13:43 +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 5cfb817..aae1b98 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 447989a9a5a039950cf05cd6c41ae7fd9621533e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:13: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 a77f1bc..fcdb781 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -242,4 +242,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 6263db7d2742453b2fc5ed6278c11c24d16dfe3d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:13:44 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5f144b6..d9493cd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; - --card: #f7fffa; - --foreground: #001a0a; - --primary-cta: #0a7039; + --background: #fffef8; + --card: #faf8f3; + --foreground: #2d2416; + --primary-cta: #d4742f; --primary-cta-text: #fafffb; --secondary-cta: #ffffff; --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbf8e; + --accent: #e8b896; + --background-accent: #f5dcc8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1