From d28237d7b7a18ddb7eb47c58b254501091ed29c4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:16:38 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 034e5f3..70567aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -297,4 +297,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 3913a4626aa570175fdf93f6128c2ba645f8547e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:16:38 +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 b925f2a..1cb6d9e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #25190c; - --primary-cta: #ff6207; + --background: #163430; + --card: #2A5A53; + --foreground: #F5F5F5; + --primary-cta: #C8A96A; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #2A5A53; --secondary-cta-text: #25190c; - --accent: #ffce93; - --background-accent: #e8cfa8; + --accent: #C8A96A; + --background-accent: #2A5A53; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1