From de0655a04b862a73c6a7ee9807462ef77c3f8031 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 04:59:06 +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 dda053a..4b65ccf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -239,4 +239,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From ff7a44ba16bc9ca7dcb8d6d9c12345fbfa2c6128 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 04:59:07 +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 69310cd..b6149bc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #ffffff; + --background: #ffffff; + --card: #fff0f5; + --foreground: #121212; + --primary-cta: #ffb7c5; --primary-cta-text: #0a0a0a; - --secondary-cta: #333333; + --secondary-cta: #000000; --secondary-cta-text: #ffffff; - --accent: #ffdf7d; - --background-accent: #1a1a1a; + --accent: #ff69b4; + --background-accent: #ffe4e9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1