From b16cf7cdc509baaa1bc528e0a9715580aa51ab8a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 01:01:17 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 259 +++++------------------------------------------ 1 file changed, 27 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a9e29f..b148eed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,9 +21,9 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="grid" - cardStyle="gradient-radial" - primaryButtonStyle="diagonal-gradient" + background="aurora" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" headingFontWeight="extrabold" > @@ -31,22 +31,10 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From caa37687acd254ec3ee2bad937cf951b12f1cb8d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 01:01:18 +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 1a5bb9f..febc3cd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; - --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; --primary-cta-text: #f5f4f0; - --secondary-cta: #f5f4f0; + --secondary-cta: #ffffff; --secondary-cta-text: #1a1a1a; - --accent: #8a8a8a; - --background-accent: #e8e6e1; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1