From b30aacedfde819c969c8a0ef3c7eddb3c10b04b8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 11:45:28 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc9caea..961ff11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="noise" + background="noiseDiagonalGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -41,7 +41,7 @@ export default function LandingPage() {
Date: Tue, 7 Apr 2026 11:45:28 +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 b88eb59..8e14ce5 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: #1f7cff; + --background: #02020a; + --card: #0c0c16; + --foreground: #f0f0ff; + --primary-cta: #4f46e5; --primary-cta-text: #ffffff; - --secondary-cta: #010101; + --secondary-cta: #1e1e2e; --secondary-cta-text: #ffffff; - --accent: #1f7cff; - --background-accent: #f96b2f; + --accent: #8b5cf6; + --background-accent: #1e1e2e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);