From 389692c688bfe3a129dcb6fef9afe4a80f21ea0f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:01:41 +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 7e67a59..629ec16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="grid" + background="noiseDiagonalGradient" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -204,4 +204,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From f1a528b3a6a8ba7b3b88aab073b47bb801626f50 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:01:42 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 75177bb..e3e68c2 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: #120006; + --background: #fffafa; + --card: #fff7f7; + --foreground: #1a0000; --primary-cta: #e63946; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #120006; - --accent: #e2e2e2; - --background-accent: #f9f9f9; + --accent: #f5c4c7; + --background-accent: #f09199; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1