5 Commits

Author SHA1 Message Date
1a8f5ceb8f Update theme colors 2026-03-29 13:21:26 +00:00
fdd60d4ac4 Update src/app/page.tsx 2026-03-29 13:11:50 +00:00
e14a6ecce8 Merge version_1 into main
Merge version_1 into main
2026-03-29 13:05:40 +00:00
5fc42eb5aa Merge version_1 into main
Merge version_1 into main
2026-03-29 13:05:16 +00:00
a9c07d6227 Merge version_1 into main
Merge version_1 into main
2026-03-29 13:04:51 +00:00
2 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);