22 Commits

Author SHA1 Message Date
aa321d800f Merge version_10 into main
Merge version_10 into main
2026-06-03 19:05:02 +00:00
551603bdc5 Merge version_10 into main
Merge version_10 into main
2026-06-03 19:04:58 +00:00
65253766db Update theme fonts 2026-06-03 19:04:58 +00:00
e53a398525 Update theme fonts 2026-06-03 19:04:57 +00:00
df926fcf90 Update theme colors 2026-06-03 19:04:52 +00:00
c47670cbc0 Merge version_9 into main
Merge version_9 into main
2026-06-03 19:04:44 +00:00
4620c63aee Update theme colors 2026-06-03 19:04:38 +00:00
ace086d57a Merge version_8 into main
Merge version_8 into main
2026-06-03 19:04:35 +00:00
8247acf832 Update theme colors 2026-06-03 19:04:32 +00:00
5ecde5eb78 Merge version_7 into main
Merge version_7 into main
2026-06-03 19:04:28 +00:00
649d035f86 Update theme colors 2026-06-03 19:04:25 +00:00
951da5d532 Merge version_6 into main
Merge version_6 into main
2026-06-03 19:04:09 +00:00
b300af3c41 Update theme colors 2026-06-03 19:04:06 +00:00
930221de18 Merge version_5 into main
Merge version_5 into main
2026-06-03 19:03:55 +00:00
f6ca5cd5e2 Update theme colors 2026-06-03 19:03:52 +00:00
be388e43b1 Merge version_4 into main
Merge version_4 into main
2026-06-03 19:01:13 +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
4 changed files with 21 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Nunito } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -41,8 +42,13 @@ export const metadata: Metadata = {
},
};
const nunito = Nunito({
variable: "--font-nunito",
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
@@ -54,7 +60,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${nunito.variable} antialiased`}>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<Tag />
{children}
<script

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

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-font-family: var(--font-nunito), sans-serif;), sans-serif;
font-family: var(--font-open-sans), sans-serif;), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-font-family: var(--font-nunito), sans-serif;), sans-serif;
font-family: var(--font-inter), sans-serif;), sans-serif;
}

View File

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