Update src/app/for-freelancers/page.tsx

This commit is contained in:
2026-03-06 15:38:15 +00:00
parent 1e8fce52e2
commit 052d6d970c

View File

@@ -33,9 +33,7 @@ export default function ForFreelancersPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Start Hiring",
href: "/get-started",
}}
text: "Start Hiring", href: "/get-started"}}
animateOnLoad={true}
/>
</div>
@@ -47,33 +45,23 @@ export default function ForFreelancersPage() {
tag="Trusted by 50,000+ Professionals"
tagIcon={Star}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrwHHprv8NCrrmiVrG5gUrrNS/a-modern-freelancing-platform-dashboard--1772811313654-8196b6b5.png?_wi=4",
imageAlt: "Freelancer dashboard interface",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrwHHprv8NCrrmiVrG5gUrrNS/a-modern-freelancing-platform-dashboard--1772811313654-8196b6b5.png", imageAlt: "Freelancer dashboard interface"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrwHHprv8NCrrmiVrG5gUrrNS/close-up-of-a-professional-job-card-disp-1772811313795-c96f4f39.png?_wi=4",
imageAlt: "Professional job card",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrwHHprv8NCrrmiVrG5gUrrNS/close-up-of-a-professional-job-card-disp-1772811313795-c96f4f39.png", imageAlt: "Professional job card"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrwHHprv8NCrrmiVrG5gUrrNS/step-by-step-illustration-showing-a-free-1772811314354-3b52b26e.png?_wi=5",
imageAlt: "Freelancer workflow steps",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrwHHprv8NCrrmiVrG5gUrrNS/step-by-step-illustration-showing-a-free-1772811314354-3b52b26e.png", imageAlt: "Freelancer workflow steps"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrwHHprv8NCrrmiVrG5gUrrNS/professional-headshot-of-a-young-male-fr-1772811313232-e8a1e604.png?_wi=4",
imageAlt: "Freelancer testimonial",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrwHHprv8NCrrmiVrG5gUrrNS/professional-headshot-of-a-young-male-fr-1772811313232-e8a1e604.png", imageAlt: "Freelancer testimonial"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrwHHprv8NCrrmiVrG5gUrrNS/professional-headshot-of-a-female-freela-1772811313245-ee2fdd50.png?_wi=4",
imageAlt: "Freelancer testimonial",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrwHHprv8NCrrmiVrG5gUrrNS/professional-headshot-of-a-female-freela-1772811313245-ee2fdd50.png", imageAlt: "Freelancer testimonial"},
]}
buttons={[
{ text: "Create Your Profile", href: "/signup-freelancer" },
@@ -93,34 +81,16 @@ export default function ForFreelancersPage() {
tagAnimation="slide-up"
features={[
{
id: "step1",
label: "1",
title: "Create Your Profile",
items: [
"Set up your professional profile",
"Showcase your skills and experience",
"Upload your portfolio work",
],
id: "step1", label: "1", title: "Create Your Profile", items: [
"Set up your professional profile", "Showcase your skills and experience", "Upload your portfolio work"],
},
{
id: "step2",
label: "2",
title: "Browse & Bid on Projects",
items: [
"Explore thousands of job listings",
"Filter by skills and budget",
"Submit winning proposals",
],
id: "step2", label: "2", title: "Browse & Bid on Projects", items: [
"Explore thousands of job listings", "Filter by skills and budget", "Submit winning proposals"],
},
{
id: "step3",
label: "3",
title: "Deliver & Get Paid",
items: [
"Work directly with clients",
"Track milestones and progress",
"Receive secure payments",
],
id: "step3", label: "3", title: "Deliver & Get Paid", items: [
"Work directly with clients", "Track milestones and progress", "Receive secure payments"],
},
]}
animationType="opacity"
@@ -135,10 +105,7 @@ export default function ForFreelancersPage() {
<TextSplitAbout
title="Why Freelancers Choose FreelanceHub"
description={[
"We're built specifically for freelancers who want to succeed. Our platform removes barriers and connects you directly with quality clients seeking your expertise.",
"Earn 80% of your project value with no hidden fees. Our transparent pricing and secure escrow system ensures you're always protected.",
"Join a thriving community of 50,000+ successful freelancers earning sustainable income from projects they love. Your growth is our mission.",
]}
"We're built specifically for freelancers who want to succeed. Our platform removes barriers and connects you directly with quality clients seeking your expertise.", "Earn 80% of your project value with no hidden fees. Our transparent pricing and secure escrow system ensures you're always protected.", "Join a thriving community of 50,000+ successful freelancers earning sustainable income from projects they love. Your growth is our mission."]}
buttons={[
{ text: "Explore Opportunities", href: "/jobs" },
{ text: "Start Your Profile", href: "/signup-freelancer" },
@@ -153,13 +120,9 @@ export default function ForFreelancersPage() {
<FooterLogoReveal
logoText="FreelanceHub"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ThemeProvider>