From c392e476936aa4ddb72f76b5222a1dc27855c6b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:02:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30811f7..f0ba28a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,8 +132,8 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 81443e421804e7ef18a0e056c630f88ff215a76a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:02:39 +0000 Subject: [PATCH 2/2] 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 5b17fed..cc9d3b7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #fbf9f4; - --card: #f4efe9; - --foreground: #2d241d; - --primary-cta: #1e6056; + --card: #f7f2ea; + --foreground: #1c1c1c; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #2d241d; + --secondary-cta: #e8bea8; --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #d4b483; + --accent: #0a7039; + --background-accent: #e8cfa8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1