7 Commits

Author SHA1 Message Date
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
b8d9ea3e9e Update src/app/page.tsx 2026-06-03 18:56:57 +00:00
bc2a6c19eb Merge version_3 into main
Merge version_3 into main
2026-06-03 18:56:36 +00:00
84bf98a5a9 Update src/app/page.tsx 2026-06-03 18:56:33 +00:00
0e936801f5 Merge version_2 into main
Merge version_2 into main
2026-06-03 18:55:01 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg", imageAlt: "Hands interacting with a transparent tablet"},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-medium-shot_52683-99762.jpg", imageAlt: "People collaborating on a virtual whiteboard"},
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-medium-shot_52683-99762.jpg?_wi=1", imageAlt: "People collaborating on a virtual whiteboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/website-hosting-concept-with-hands-holding-tablet_23-2149406779.jpg", imageAlt: "Platform interface for C2C transactions"},
{
@@ -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>
@@ -219,8 +220,8 @@ export default function LandingPage() {
tag="Get in Touch"
title="Ready to Connect? Let's Talk!"
description="Have questions, feedback, or need support? Our team is here to help you navigate WorkConnect and make your experience seamless."
imageSrc="http://img.b2bpic.net/free-photo/engineer-writes-ai-code-laptop_482257-96435.jpg"
imageAlt="Abstract network of interconnected nodes"
imageSrc="http://img.b2bpic.net/free-photo/people-working-together-medium-shot_52683-99762.jpg?_wi=2"
imageAlt="People collaborating on a virtual whiteboard"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Your Email Address"

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #eff2f6;
--background: #384659;
--card: #ffffff;
--foreground: #2a2a2a;
--primary-cta: #9B59B6;