From a919fa1e6a67906bb8b48abfcc4d6f7a249e5b66 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:47:55 +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 4f33e12..542e208 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,8 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="blurBottom" - cardStyle="glass-elevated" + background="none" + cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" headingFontWeight="normal" @@ -248,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 558e97a7d2d1fc630cbb9bf68c49f96e5b75731b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:47:56 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd9ebfc..018e8e2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120006e6; - --primary-cta: #e63946; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --secondary-cta: #000000; + --secondary-cta-text: #ffffff; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1