From 9277981f93f176d9a09c8b57db459044820a27ff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:44:38 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a4b041..504e834 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,12 +110,12 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1 From 477e8cfff36829ed906d3e360cf196ee8a65da43 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:44: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 e622df0..6d14fca 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: #000000; - --primary-cta: #000000; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #000000; - --accent: #000000; - --background-accent: #000000; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1