From bda0b94e46d07effaebcd6b35e76dc3350fda16f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 19:49:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 65 ++++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5a7518..1b60cf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,6 +29,7 @@ export default function ADBPage() { - - +
+ +
+
+ +
); -} \ No newline at end of file +} From 3c33defbf72563e2894dd2b0458b7d231e00c69c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 19:49:39 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 043e00f..d1f85bb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,10 +15,10 @@ --foreground: #1B3A5C; --primary-cta: #1B3A5C; --primary-cta-text: #0a0a0a; - --secondary-cta: #f1f1f1; + --secondary-cta: #ffffff; --secondary-cta-text: #e0e0e0; - --accent: #e0e7ee; - --background-accent: #1B3A5C; + --accent: #1B3A5C; + --background-accent: #eef2f7; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);