From 572939069ab34bf5e5d0d6dc810897fb52738599 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:11:16 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 187 +++++++++-------------------------------------- 1 file changed, 34 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 348fa28..bb6adb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 12cf7f4b2733c377112f41743c9afd8332a48e03 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:11:16 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b804289..ee8d361 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #f6f0e9; --card: #efe7dd; --foreground: #2b180a; - --primary-cta: #8b5cf6; + --primary-cta: #2b180a; --primary-cta-text: #f6f0e9; --secondary-cta: #efe7dd; --secondary-cta-text: #2b180a; -- 2.49.1