6 Commits

Author SHA1 Message Date
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 5 additions and 4 deletions

View File

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

View File

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