From 61ae13ba18e76485a5f309d88f2ed8d7a5bd6253 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 00:19:52 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 444b7cb..13a572c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,6 +45,7 @@ export default function LandingPage() {
-- 2.49.1 From 1f4e7d3bacbf077b2db425d7e2b6388429d0cde8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 00:19:53 +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 5c93459..d2dae91 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfbfb; + --background: #f5f5f5; --card: #ffffff; - --foreground: #0a1526; - --primary-cta: #0a1526; + --foreground: #333333; + --primary-cta: #6b7280; --primary-cta-text: #ffffff; - --secondary-cta: #c5a059; + --secondary-cta: #d1d5db; --secondary-cta-text: #ffffff; - --accent: #c5a059; - --background-accent: #f3eee5; + --accent: #9ca3af; + --background-accent: #e5e7eb; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1