Merge version_1 into main #1
@@ -100,7 +100,7 @@ export default function AboutPage() {
|
||||
tag="About Us"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/diverse-international-team-of-freelancer-1773492035021-a19491d8.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/diverse-international-team-of-freelancer-1773492035021-a19491d8.png?_wi=2"
|
||||
imageAlt="Diverse international team of freelancers and clients collaborating through a digital platform"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -121,7 +121,7 @@ export default function AboutPage() {
|
||||
title: "Trust First",
|
||||
description: "We believe in transparent, secure transactions. Every freelancer is verified, every project is protected, and every payment is guaranteed.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png?_wi=3",
|
||||
imageAlt: "Trust and security foundation",
|
||||
},
|
||||
items: [
|
||||
@@ -169,7 +169,7 @@ export default function AboutPage() {
|
||||
title: "Empowering Global Talent",
|
||||
description: "We remove barriers between freelancers and opportunities. Whether you're in Cairo, Chennai, or Chiang Mai, you have equal access to world-class projects and fair compensation.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png?_wi=3",
|
||||
imageAlt: "Global empowerment and accessibility",
|
||||
},
|
||||
items: [
|
||||
|
||||
@@ -87,7 +87,7 @@ export default function FeaturesPage() {
|
||||
title: "AI Freelancer Matching",
|
||||
description: "Advanced algorithms analyze skills, experience, and project requirements to connect you with perfect-fit professionals. Get matched with the right talent in seconds. Our machine learning model continuously improves by learning from successful project completions and user feedback.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png?_wi=2",
|
||||
imageAlt: "AI matching algorithm visualization",
|
||||
},
|
||||
items: [
|
||||
@@ -102,7 +102,7 @@ export default function FeaturesPage() {
|
||||
title: "Secure Escrow & Milestone Payments",
|
||||
description: "Protect both parties with industry-standard escrow. Release payments only when work milestones are completed to your satisfaction. Our escrow system is integrated with multiple payment gateways and supports crypto withdrawals.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png?_wi=2",
|
||||
imageAlt: "Secure payment system interface",
|
||||
},
|
||||
items: [
|
||||
@@ -117,7 +117,7 @@ export default function FeaturesPage() {
|
||||
title: "Rich Portfolio Showcase",
|
||||
description: "Freelancers build comprehensive portfolios with project samples, testimonials, and certifications. Clients review detailed work history and client feedback. Enhanced analytics help freelancers understand their market positioning.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/beautiful-portfolio-showcase-interface-d-1773492037870-bfb34a15.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/beautiful-portfolio-showcase-interface-d-1773492037870-bfb34a15.png?_wi=2",
|
||||
imageAlt: "Portfolio showcase gallery",
|
||||
},
|
||||
items: [
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "NexLancer - AI Freelance Marketplace",
|
||||
description: "Connect with 200K+ global freelancers and get AI-matched talent. Secure escrow payments, instant verification, and 98% satisfaction guaranteed.",
|
||||
keywords: "freelance marketplace, AI hiring, global talent, project management, secure payments, freelancer platform, remote work",
|
||||
metadataBase: new URL("https://nexlancer.com"),
|
||||
alternates: {
|
||||
canonical: "https://nexlancer.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "NexLancer - Global AI-Powered Freelance Marketplace",
|
||||
description: "Hire top freelancers or showcase your skills. AI matching, secure payments, verified professionals.",
|
||||
url: "https://nexlancer.com",
|
||||
siteName: "NexLancer",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://nexlancer.com/og-image.png",
|
||||
alt: "NexLancer Platform",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "NexLancer - Global Freelance Marketplace",
|
||||
description: "AI-powered talent matching. Secure payments. 200K+ professionals.",
|
||||
images: ["https://nexlancer.com/twitter-image.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -125,7 +125,7 @@ export default function HomePage() {
|
||||
tag="About Us"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/diverse-international-team-of-freelancer-1773492035021-a19491d8.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/diverse-international-team-of-freelancer-1773492035021-a19491d8.png?_wi=1"
|
||||
imageAlt="Global team collaboration"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -146,7 +146,7 @@ export default function HomePage() {
|
||||
title: "AI Freelancer Matching",
|
||||
description: "Advanced algorithms analyze skills, experience, and project requirements to connect you with perfect-fit professionals. Get matched with the right talent in seconds.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/abstract-visualization-of-ai-matching-al-1773492035186-7c5bf667.png?_wi=1",
|
||||
imageAlt: "AI matching algorithm visualization",
|
||||
},
|
||||
items: [
|
||||
@@ -161,7 +161,7 @@ export default function HomePage() {
|
||||
title: "Secure Escrow & Milestone Payments",
|
||||
description: "Protect both parties with industry-standard escrow. Release payments only when work milestones are completed to your satisfaction.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/secure-payment-system-interface-showing--1773492036449-ffe93001.png?_wi=1",
|
||||
imageAlt: "Secure payment system interface",
|
||||
},
|
||||
items: [
|
||||
@@ -176,7 +176,7 @@ export default function HomePage() {
|
||||
title: "Rich Portfolio Showcase",
|
||||
description: "Freelancers build comprehensive portfolios with project samples, testimonials, and certifications. Clients review detailed work history and client feedback.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/beautiful-portfolio-showcase-interface-d-1773492037870-bfb34a15.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw7YwLFVSMDEr6vWWLNrcY17P5/beautiful-portfolio-showcase-interface-d-1773492037870-bfb34a15.png?_wi=1",
|
||||
imageAlt: "Portfolio showcase gallery",
|
||||
},
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user