From c9253ea81e77578c197d7f601acff438da76b3e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:47:33 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ff84de..5af82b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 31d59ac2222685eb3ca87c42cc609cbae815b98d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:47:33 +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 e7de9a6..55149f0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; + --background: #F5F5F0; --card: #171717; - --foreground: #ededed; - --primary-cta: #ffffff; + --foreground: #0A0A0A; + --primary-cta: #D4AF37; --primary-cta-text: #0a0a0a; - --secondary-cta: #a3a3a3; + --secondary-cta: #F5F5F0; --secondary-cta-text: #ffffffe6; - --accent: #3b82f6; - --background-accent: #1f2937; + --accent: #D4AF37; + --background-accent: #E5E5DF; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1