5 Commits

Author SHA1 Message Date
27076b85e8 Update src/app/styles/variables.css 2026-03-31 14:04:09 +00:00
7823dcb4c6 Update src/app/page.tsx 2026-03-31 14:04:08 +00:00
434fb955ef Merge version_1 into main
Merge version_1 into main
2026-03-31 13:56:46 +00:00
23ecc129da Merge version_1 into main
Merge version_1 into main
2026-03-31 13:56:22 +00:00
517c1e9a48 Merge version_1 into main
Merge version_1 into main
2026-03-31 13:55:56 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -132,4 +132,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #0a0a0a;
--card: #111111; --card: #1a1a1a;
--foreground: #ffffff; --foreground: #f5f5f5;
--primary-cta: #FFD700; --primary-cta: #ffdf7d;
--primary-cta-text: #000000; --primary-cta-text: #000000;
--secondary-cta: #FFA500; --secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #333333; --accent: #b8860b;
--background-accent: #222222; --background-accent: #8b6914;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);