From 669edff1d655d705e68cbfcd8cd0d9c61a92b808 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:18:49 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 128 ++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 97 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c4fd8c..e156490 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,28 +19,22 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="aurora" - cardStyle="glass-depth" - primaryButtonStyle="double-inset" - secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + background="none" + cardStyle="solid" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" + headingFontWeight="bold" > @@ -205,29 +149,19 @@ export default function LandingPage() { Date: Tue, 31 Mar 2026 12:18:49 +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 4fd73bf..f117002 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: #000612e6; - --primary-cta: #15479c; + --background: #f8f4f4; + --card: #ffffff; + --foreground: #1a1a1a; + --primary-cta: #c0392b; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #c0392b; + --background-accent: #fef2f2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1