3 Commits

Author SHA1 Message Date
a6ca0bffc0 Update src/app/styles/variables.css 2026-06-10 04:27:23 +00:00
0566fbd359 Update src/app/page.tsx 2026-06-10 04:27:22 +00:00
fc427abb55 Merge version_2 into main
Merge version_2 into main
2026-06-10 03:54:11 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--background: #f8f8f8;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--foreground: #2c2c2c;
--primary-cta: #5A2C76;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #000f06e6;
--accent: #159c49;
--background-accent: #a8e8ba;
--secondary-cta: #f8f8f8;
--secondary-cta-text: #2c2c2c;
--accent: #CC3366;
--background-accent: #e3e3e3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);