From 3f78f654735dacc2549474a576752235289c8dc5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:57:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ac6ac7..deb02d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="floatingGradient" + background="none" cardStyle="solid" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -91,7 +91,7 @@ export default function LandingPage() { Date: Tue, 31 Mar 2026 18:57:26 +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 2cd3674..fe53d78 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #010912; - --card: #152840; - --foreground: #e6f0ff; - --primary-cta: #cee7ff; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #1a1a1a; + --primary-cta: #1c1c1c; --primary-cta-text: #f5f4f0; - --secondary-cta: #0e1a29; + --secondary-cta: #f0f0f0; --secondary-cta-text: #1a1a1a; - --accent: #3f5c79; - --background-accent: #004a93; + --accent: #e5e5e5; + --background-accent: #f4f4f4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1