11 Commits

Author SHA1 Message Date
c130e27a00 Update theme colors 2026-04-24 16:46:52 +00:00
b12097b7a5 Update theme colors 2026-04-24 16:44:01 +00:00
664323492f Update theme colors 2026-04-24 16:43:33 +00:00
60602bb247 Update theme colors 2026-04-24 16:38:01 +00:00
624cc213e8 Update src/app/styles/variables.css 2026-04-24 15:23:44 +00:00
561cc0a591 Update src/app/page.tsx 2026-04-24 15:23:44 +00:00
8139ad6b38 Merge version_3 into main
Merge version_3 into main
2026-04-24 15:20:19 +00:00
806050c925 Merge version_3 into main
Merge version_3 into main
2026-04-20 12:20:26 +00:00
3a86f95912 Merge version_3 into main
Merge version_3 into main
2026-04-19 15:19:18 +00:00
566aebad54 Merge version_3 into main
Merge version_3 into main
2026-04-19 15:12:28 +00:00
9b459c3bc7 Merge version_2 into main
Merge version_2 into main
2026-04-17 16:07:34 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -23,10 +23,10 @@ export default function LandingPage() {
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="none"
cardStyle="layered-gradient"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
headingFontWeight="light"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -172,4 +172,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #0A0A0C;
--card: #A8A8C0;
--card: #1E1E26;
--foreground: #F2F2F7;
--primary-cta: #8E0000;
--primary-cta-text: #F2F2F7;
--secondary-cta: #1900FF;
--secondary-cta-text: #F2F2F7;
--secondary-cta: #F2F2F7;
--secondary-cta-text: #0A0A0C;
--accent: #FF00C8;
--background-accent: #00E8FF;
--background-accent: #1E1E26;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);