4 Commits

Author SHA1 Message Date
5f2cd17d7a Update theme colors 2026-03-05 22:26:51 +00:00
facded039a Update src/app/page.tsx 2026-03-05 22:25:15 +00:00
0e804e24d7 Merge version_1 into main
Merge version_1 into main
2026-03-05 22:24:28 +00:00
b8a892e6f9 Merge version_1 into main
Merge version_1 into main
2026-03-05 22:18:00 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "services" }
]}
buttonAnimation="slide-up"
titleClassName="text-black"
/>
</div>

View File

@@ -15,7 +15,7 @@
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #221616;
--secondary-cta: #f9f9f9;
--secondary-cta: #281a1a;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;