From d71c50a3e484700fe7f8da0580af9202ab04ad39 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:26:51 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3128092..be6bc02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,10 +22,10 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="large" - background="aurora" - cardStyle="glass-elevated" - primaryButtonStyle="shadow" - secondaryButtonStyle="glass" + background="noiseDiagonalGradient" + cardStyle="outline" + primaryButtonStyle="diagonal-gradient" + secondaryButtonStyle="solid" headingFontWeight="bold" > -- 2.49.1 From 1c5d8918126cbac3577ce10c9d608f78468e59a4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:26:51 +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 706310e..7a98f12 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: #fdfdfd; - --foreground: #1a1a1a; - --primary-cta: #e63946; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #fff5f5e6; + --primary-cta: #ff7a7a; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #e63946; - --background-accent: #f3f3f3; + --accent: #ff0000; + --background-accent: #7f1d1d; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1