From 922e871d890858a28b87344b20ab70d12b9c5133 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 04:15:58 +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 a9f566e..d12abd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 60c1ac961833b93e3db1fb213ed3428337eb913d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 04:15:58 +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 c75d614..b174cb3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbf9f4; - --card: #fdfdfd; - --foreground: #1a1a1a; - --primary-cta: #c8102e; + --background: #f7f6f7; + --card: #ffffff; + --foreground: #1b0c25; + --primary-cta: #1b0c25; --primary-cta-text: #f7f6f7; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #250c0d; - --accent: #f39c12; - --background-accent: #fdf5e6; + --accent: #ff93e4; + --background-accent: #e8a8c3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1