4 Commits

Author SHA1 Message Date
c58df836ad Update theme colors 2026-05-01 03:28:02 +00:00
1c5d891812 Update src/app/styles/variables.css 2026-05-01 03:26:51 +00:00
d71c50a3e4 Update src/app/page.tsx 2026-05-01 03:26:51 +00:00
75919e3cf2 Merge version_2 into main
Merge version_2 into main
2026-05-01 03:24:36 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -22,10 +22,10 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="large"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
background="noiseDiagonalGradient"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
headingFontWeight="bold"
>
<ReactLenis root>

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #fdfdfd;
--foreground: #1a1a1a;
--primary-cta: #e63946;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #e63946;
--background-accent: #f3f3f3;
--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);