From 572bdbc9cf79424aae9111d118ab8ed6918b5d25 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:26:38 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 172 ++++++++++++++--------------------------------- 1 file changed, 50 insertions(+), 122 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcebc16..6cc53fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,27 +16,23 @@ export default function LandingPage() { @@ -125,85 +98,40 @@ export default function LandingPage() { - - -
-- 2.49.1 From 5db293a3804118e37711776635af736e5db82c29 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:26:39 +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 651e1d8..1111748 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfbf8; - --card: #f0ede8; - --foreground: #3d352a; - --primary-cta: #7a5c3d; + --background: #ffffff; + --card: #f8faf9; + --foreground: #2d3436; + --primary-cta: #4b7f52; --primary-cta-text: #0a0a0a; - --secondary-cta: #f0ede8; + --secondary-cta: #d1e8d4; --secondary-cta-text: #fdfbf7; - --accent: #dccfc2; - --background-accent: #e8e0d5; + --accent: #a1c9e8; + --background-accent: #f0f4f0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1