From 8553065e085323cffc4d450638c591970fedf26b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 07:31:47 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 100 ++++++++++++++++++++--------------------------- 1 file changed, 42 insertions(+), 58 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e71b3ac..bb5106c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,14 +16,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 1bd04d5d4b35601c2fc02773fe7f63f6012f2b93 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 07:31:47 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 19f4137..854d1d3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --foreground: #ffffff; + --primary-cta: #ff3d4a; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #3f3f46; + --background-accent: #27272a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);