From b02cf9e2378c54825f5bcf66815cb395b6453c31 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 02:26:44 +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 fef00c1..07192cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { ]} brandName="Fade Empire" button={{ - text: "Book Now", href: "https://booksy.com"}} + text: "Book Now", href: "https://booksy.com"}} animateOnLoad={true} /> @@ -247,4 +247,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 5e023ee70c43ada7e3f0d7b6e25acf866ff23017 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 02:26:45 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fa556ce..19f4137 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; + --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #FFD700; - --primary-cta-text: #000000; - --secondary-cta: #ffffff; - --secondary-cta-text: #000000; - --accent: #DAA520; - --background-accent: #333333; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffffe6; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1