diff --git a/src/app/for-freelancers/page.tsx b/src/app/for-freelancers/page.tsx index fc75842..b677298 100644 --- a/src/app/for-freelancers/page.tsx +++ b/src/app/for-freelancers/page.tsx @@ -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} /> @@ -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() {