3 Commits

Author SHA1 Message Date
e27a340e1c Update src/app/styles/variables.css 2026-03-09 03:26:44 +00:00
ca4831e101 Update src/app/page.tsx 2026-03-09 03:26:43 +00:00
c84498c5c7 Merge version_3 into main
Merge version_3 into main
2026-03-04 18:00:49 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -12,8 +12,8 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000612e6; --foreground: #000000;
--primary-cta: #15479c; --primary-cta: #d4af37;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6; --secondary-cta-text: #000612e6;