From 1e727533792ff3f7544bc20fa381d594c8bba252 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 08:24:17 +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 fdb4691..acb5dc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,8 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLargeSizeLargeTitles" - background="circleGradient" - cardStyle="outline" + background="noise" + cardStyle="soft-shadow" primaryButtonStyle="flat" secondaryButtonStyle="solid" headingFontWeight="medium" @@ -329,4 +329,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 27b5da651ca81cde30ca742dea8d46a3c05b4954 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 08:24:17 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a9fbe49..ef75a7b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0A0A0A; - --card: #111827; - --foreground: #ffffff; - --primary-cta: #D4AF37; - --primary-cta-text: #0A0A0A; - --secondary-cta: #3B82F6; - --secondary-cta-text: #ffffff; - --accent: #D4AF37; - --background-accent: #111827; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; + --primary-cta-text: #fbfaff; + --secondary-cta: #ffffff; + --secondary-cta-text: #0f0022; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1