8 Commits

Author SHA1 Message Date
4620c63aee Update theme colors 2026-06-03 19:04:38 +00:00
8247acf832 Update theme colors 2026-06-03 19:04:32 +00:00
649d035f86 Update theme colors 2026-06-03 19:04:25 +00:00
b300af3c41 Update theme colors 2026-06-03 19:04:06 +00:00
f6ca5cd5e2 Update theme colors 2026-06-03 19:03:52 +00:00
a6dc14a3c1 Update src/app/page.tsx 2026-06-03 19:01:09 +00:00
1c1f4c4bf6 Merge version_3 into main
Merge version_3 into main
2026-06-03 18:57:00 +00:00
bc2a6c19eb Merge version_3 into main
Merge version_3 into main
2026-06-03 18:56:36 +00:00
2 changed files with 7 additions and 6 deletions

View File

@@ -169,6 +169,7 @@ export default function LandingPage() {
"CreativeHub", "Innovate Solutions", "GlobalWorks", "SkillForge", "Connect Talent", "Project Nexus", "FutureCraft"]}
title="Trusted by a Growing Community"
description="Join thousands of successful professionals and clients who are transforming the way work gets done on WorkConnect."
tag="Industry Leaders Trust Us"
/>
</div>
@@ -280,4 +281,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,11 +10,11 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #eff2f6;
--card: #ffffff;
--foreground: #2a2a2a;
--primary-cta: #9B59B6;
--primary-cta-text: #ffffff;
--background: #384659;
--card: #f62727;
--foreground: #29dfee;
--primary-cta: #b83fe7;
--primary-cta-text: #000000;
--secondary-cta: #e0e0e0;
--secondary-cta-text: #2a2a2a;
--accent: #d8bfd8;