From a5dc37dd12234997b4777d15aed7d70146286060 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:23:50 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++------------------------------------------ 1 file changed, 16 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2873e2..3e2b8e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From a9c1e6762cca23092c63d8d931b50758526e9c22 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:23:50 +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 07fc961..17df0d2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #1a1a1a; - --primary-cta: #1c1c1c; + --background: #fff0d3; + --card: #fdf7e8; + --foreground: #2e3a23; + --primary-cta: #2e3a23; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #fff0d3; --secondary-cta-text: #1a1a1a; - --accent: #15479c; - --background-accent: #e2e2e2; + --accent: #2e3a23; + --background-accent: #f3e1bf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1