From 320263398f4ec201e743fef2e1c23060d5c992a0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:50:13 +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 6d417d4..f387d18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -282,4 +282,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From a5c1b2d46ae5237d9c3f59f83627f6a475647e36 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:50:14 +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 d45b6e6..9c91185 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #fcf6ec; --secondary-cta: #ffffff; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1