From 5f15ca95f7e6272d7fe9863515d03608221ffa73 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:29:20 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4dc914..8e112c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,8 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 144d3b2c732170fe2c3ae616a0dc0ab772e279c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:29:20 +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 018e8e2..394df93 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; --primary-cta: #106EFB; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; --accent: #535353; --background-accent: #106EFB; -- 2.49.1