4 Commits

Author SHA1 Message Date
91914f5e09 Merge version_2 into main
Merge version_2 into main
2026-05-07 22:09:30 +00:00
7e8da41400 Update src/app/styles/variables.css 2026-05-07 22:09:24 +00:00
098dad1aee Update src/app/page.tsx 2026-05-07 22:09:23 +00:00
e7ee1722ac Merge version_1 into main
Merge version_1 into main
2026-05-07 22:07:04 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #f0fdfc;
--card: #ccfbf1;
--foreground: #0f172a;
--primary-cta: #0d9488;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #ffffff;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #99f6e4;
--background-accent: #5eead4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);