From 29b49fd532e2a1ed89e1ac0a889ba53152b3cc1d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:58:05 +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 f62f5ac..280bbfd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLarge" - background="circleGradient" + background="sparkles-gradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -43,7 +43,7 @@ export default function LandingPage() { -- 2.49.1 From d20f46123eb19dc58ce2ac709a703121d538837a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:58:05 +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 539ce00..315edcb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #efe7dd; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1