diff --git a/src/app/page.tsx b/src/app/page.tsx
index e18e3f7..09be100 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
@@ -51,54 +45,31 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 9b4db67..89125f7 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #F8FAFC;
- --card: #ffffff;
- --foreground: #111827;
- --primary-cta: #6366F1;
+ --background: #0a0a0a;
+ --card: #1a1a1a;
+ --foreground: #ffffff;
+ --primary-cta: #106EFB;
--primary-cta-text: #ffffff;
- --secondary-cta: #22C55E;
+ --secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
- --accent: #0F172A;
- --background-accent: #E2E8F0;
+ --accent: #535353;
+ --background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);