Merge version_1 into main #2
247
src/app/page.tsx
247
src/app/page.tsx
@@ -93,37 +93,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Phase One",
|
||||
title: "Identity Verified",
|
||||
subtitle: "Government-issued ID confirmation",
|
||||
description:
|
||||
"Freelancers submit government-issued identification and a verified selfie. Our verification team manually reviews and confirms identity. This badge appears on all freelancer profiles.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg?_wi=1",
|
||||
imageAlt: "Identity verification process with secure badge",
|
||||
},
|
||||
tag: "Phase One", title: "Identity Verified", subtitle: "Government-issued ID confirmation", description:
|
||||
"Freelancers submit government-issued identification and a verified selfie. Our verification team manually reviews and confirms identity. This badge appears on all freelancer profiles.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg", imageAlt: "Identity verification process with secure badge"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Phase Two",
|
||||
title: "Work Verified",
|
||||
subtitle: "Portfolio and reference validation",
|
||||
description:
|
||||
"Freelancers submit proof of past work, client references, Upwork links, or portfolio samples. We validate work history and quality indicators. This premium badge unlocks higher job visibility.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/visa-application-form-laptop_23-2149117779.jpg?_wi=1",
|
||||
imageAlt: "Work verification with portfolio review",
|
||||
},
|
||||
tag: "Phase Two", title: "Work Verified", subtitle: "Portfolio and reference validation", description:
|
||||
"Freelancers submit proof of past work, client references, Upwork links, or portfolio samples. We validate work history and quality indicators. This premium badge unlocks higher job visibility.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/visa-application-form-laptop_23-2149117779.jpg", imageAlt: "Work verification with portfolio review"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Status Tracking",
|
||||
title: "Real-Time Updates",
|
||||
subtitle: "Monitor your verification status",
|
||||
description:
|
||||
"View submission status in real-time: Not Started, Submitted, In Review, Approved, Needs Changes, or Rejected with detailed feedback for resubmission.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg?_wi=1",
|
||||
imageAlt: "Verification status dashboard",
|
||||
},
|
||||
tag: "Status Tracking", title: "Real-Time Updates", subtitle: "Monitor your verification status", description:
|
||||
"View submission status in real-time: Not Started, Submitted, In Review, Approved, Needs Changes, or Rejected with detailed feedback for resubmission.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "Verification status dashboard"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -141,37 +123,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Step 1",
|
||||
title: "Search & Filter",
|
||||
subtitle: "Find the perfect freelancer",
|
||||
description:
|
||||
"Use advanced filters: role (VA, Designer, Video Editor, SMM, etc.), verification badges, availability, hourly rate, skills, and timezone. Save searches for quick access.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg?_wi=2",
|
||||
imageAlt: "Advanced talent search filters",
|
||||
},
|
||||
tag: "Step 1", title: "Search & Filter", subtitle: "Find the perfect freelancer", description:
|
||||
"Use advanced filters: role (VA, Designer, Video Editor, SMM, etc.), verification badges, availability, hourly rate, skills, and timezone. Save searches for quick access.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "Advanced talent search filters"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Step 2",
|
||||
title: "Review Profiles",
|
||||
subtitle: "Complete professional profiles",
|
||||
description:
|
||||
"Each profile includes: verified badges, headline, skills, portfolio/work history, reviews from confirmed clients, availability status, timezone, and hourly rate.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/recruitment-consulting-venn-diagram_53876-121542.jpg?_wi=1",
|
||||
imageAlt: "Freelancer profile showcase",
|
||||
},
|
||||
tag: "Step 2", title: "Review Profiles", subtitle: "Complete professional profiles", description:
|
||||
"Each profile includes: verified badges, headline, skills, portfolio/work history, reviews from confirmed clients, availability status, timezone, and hourly rate.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/recruitment-consulting-venn-diagram_53876-121542.jpg", imageAlt: "Freelancer profile showcase"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Step 3",
|
||||
title: "Request Contact",
|
||||
subtitle: "Direct communication",
|
||||
description:
|
||||
"Clients request contact (via paid credits/subscription). Freelancers receive contact requests and can respond directly. Payment unlocks email and messaging thread.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg?_wi=1",
|
||||
imageAlt: "Contact request flow",
|
||||
},
|
||||
tag: "Step 3", title: "Request Contact", subtitle: "Direct communication", description:
|
||||
"Clients request contact (via paid credits/subscription). Freelancers receive contact requests and can respond directly. Payment unlocks email and messaging thread.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg", imageAlt: "Contact request flow"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -188,7 +152,7 @@ export default function HomePage() {
|
||||
description="Verified Profiles"
|
||||
subdescription="Identity + Work Verified"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/recruitment-consulting-venn-diagram_53876-121542.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/recruitment-consulting-venn-diagram_53876-121542.jpg"
|
||||
imageAlt="Happy client hiring verified freelancer"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -204,32 +168,16 @@ export default function HomePage() {
|
||||
tagAnimation="entrance-slide"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5000+",
|
||||
title: "Verified Freelancers",
|
||||
description: "Filipino talent pool with 2-tier verification",
|
||||
icon: Users,
|
||||
id: "1", value: "5000+", title: "Verified Freelancers", description: "Filipino talent pool with 2-tier verification", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "1200+",
|
||||
title: "Jobs Posted",
|
||||
description: "Curated remote opportunities monthly",
|
||||
icon: Briefcase,
|
||||
id: "2", value: "1200+", title: "Jobs Posted", description: "Curated remote opportunities monthly", icon: Briefcase,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Confirmed work and verified reviews",
|
||||
icon: Star,
|
||||
id: "3", value: "98%", title: "Client Satisfaction", description: "Confirmed work and verified reviews", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "150+",
|
||||
title: "Countries Served",
|
||||
description: "Global clients hiring Filipino talent",
|
||||
icon: Globe,
|
||||
id: "4", value: "150+", title: "Countries Served", description: "Global clients hiring Filipino talent", icon: Globe,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -248,71 +196,35 @@ export default function HomePage() {
|
||||
tagAnimation="entrance-slide"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Santos",
|
||||
role: "Virtual Assistant",
|
||||
testimonial:
|
||||
"STAFFED's verification system gave me credibility instantly. I landed 5 international clients in my first month. The platform's professional environment attracts quality projects.",
|
||||
icon: Briefcase,
|
||||
id: "1", name: "Maria Santos", role: "Virtual Assistant", testimonial:
|
||||
"STAFFED's verification system gave me credibility instantly. I landed 5 international clients in my first month. The platform's professional environment attracts quality projects.", icon: Briefcase,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1",
|
||||
imageAlt: "Maria Santos profile",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Maria Santos profile"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Mitchell",
|
||||
role: "Marketing Director",
|
||||
testimonial:
|
||||
"Finding reliable Filipino SMM specialists has been a game-changer. The two-tier verification means I hire with confidence. The time saved on vetting is worth every peso.",
|
||||
icon: CheckCircle,
|
||||
id: "2", name: "James Mitchell", role: "Marketing Director", testimonial:
|
||||
"Finding reliable Filipino SMM specialists has been a game-changer. The two-tier verification means I hire with confidence. The time saved on vetting is worth every peso.", icon: CheckCircle,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=1",
|
||||
imageAlt: "James Mitchell profile",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "James Mitchell profile"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carlos Reyes",
|
||||
role: "Video Editor",
|
||||
testimonial:
|
||||
"My portfolio is displayed beautifully here. Clients see my work history and past reviews immediately. I've doubled my rates since joining STAFFED and staying booked solid.",
|
||||
icon: Briefcase,
|
||||
id: "3", name: "Carlos Reyes", role: "Video Editor", testimonial:
|
||||
"My portfolio is displayed beautifully here. Clients see my work history and past reviews immediately. I've doubled my rates since joining STAFFED and staying booked solid.", icon: Briefcase,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2",
|
||||
imageAlt: "Carlos Reyes profile",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Carlos Reyes profile"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Chen",
|
||||
role: "Tech Startup Founder",
|
||||
testimonial:
|
||||
"Building a remote team across 3 time zones was overwhelming until I found STAFFED. The verified badges saved hours of screening. My developers are top-notch and verified.",
|
||||
icon: CheckCircle,
|
||||
id: "4", name: "Sarah Chen", role: "Tech Startup Founder", testimonial:
|
||||
"Building a remote team across 3 time zones was overwhelming until I found STAFFED. The verified badges saved hours of screening. My developers are top-notch and verified.", icon: CheckCircle,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=2",
|
||||
imageAlt: "Sarah Chen profile",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "Sarah Chen profile"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ana Cruz",
|
||||
role: "UI/UX Designer",
|
||||
testimonial:
|
||||
"The platform's reputation system rewards quality work. Each successful project adds to my verified work badge. Clients trust my skills before we even chat.",
|
||||
icon: Briefcase,
|
||||
id: "5", name: "Ana Cruz", role: "UI/UX Designer", testimonial:
|
||||
"The platform's reputation system rewards quality work. Each successful project adds to my verified work badge. Clients trust my skills before we even chat.", icon: Briefcase,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3",
|
||||
imageAlt: "Ana Cruz profile",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Ana Cruz profile"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Thompson",
|
||||
role: "Freelance Hiring Manager",
|
||||
testimonial:
|
||||
"We've hired 20+ freelancers through STAFFED. Zero scams, zero quality issues. The contact verification and confirmed work system is bulletproof. Best decision for scaling our team.",
|
||||
icon: CheckCircle,
|
||||
id: "6", name: "David Thompson", role: "Freelance Hiring Manager", testimonial:
|
||||
"We've hired 20+ freelancers through STAFFED. Zero scams, zero quality issues. The contact verification and confirmed work system is bulletproof. Best decision for scaling our team.", icon: CheckCircle,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=3",
|
||||
imageAlt: "David Thompson profile",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "David Thompson profile"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -332,57 +244,28 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "freelancer-free",
|
||||
badge: "Freelancer",
|
||||
badgeIcon: Zap,
|
||||
price: "Free",
|
||||
subtitle: "Build your verified profile",
|
||||
buttons={[
|
||||
id: "freelancer-free", badge: "Freelancer", badgeIcon: Zap,
|
||||
price: "Free", subtitle: "Build your verified profile", buttons: [
|
||||
{ text: "Sign Up as Freelancer", href: "/auth/signup?role=freelancer" },
|
||||
]}
|
||||
features={[
|
||||
"Create verified profile",
|
||||
"Upload portfolio/work history",
|
||||
"Access jobs feed",
|
||||
"Get identity verified",
|
||||
"Receive contact requests",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Create verified profile", "Upload portfolio/work history", "Access jobs feed", "Get identity verified", "Receive contact requests"],
|
||||
},
|
||||
{
|
||||
id: "client-basic",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$29",
|
||||
subtitle: "Per month / Pay as you go option",
|
||||
buttons={[
|
||||
id: "client-basic", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$29", subtitle: "Per month / Pay as you go option", buttons: [
|
||||
{ text: "Start Hiring", href: "/auth/signup?role=client" },
|
||||
]}
|
||||
features={[
|
||||
"Browse verified talent directory",
|
||||
"Advanced search filters",
|
||||
"Contact 10 freelancers/month",
|
||||
"Post 3 jobs/month",
|
||||
"Leave work confirmations",
|
||||
"Email support",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Browse verified talent directory", "Advanced search filters", "Contact 10 freelancers/month", "Post 3 jobs/month", "Leave work confirmations", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "client-pro",
|
||||
badge: "For Agencies",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$99",
|
||||
subtitle: "Per month / Unlimited hiring",
|
||||
buttons={[
|
||||
id: "client-pro", badge: "For Agencies", badgeIcon: Sparkles,
|
||||
price: "$99", subtitle: "Per month / Unlimited hiring", buttons: [
|
||||
{ text: "Get Pro Plan", href: "/auth/signup?role=client&plan=pro" },
|
||||
]}
|
||||
features={[
|
||||
"Unlimited freelancer contacts",
|
||||
"Unlimited job postings",
|
||||
"Priority job placement",
|
||||
"Team member accounts (3)",
|
||||
"Advanced analytics",
|
||||
"Dedicated support",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Unlimited freelancer contacts", "Unlimited job postings", "Priority job placement", "Team member accounts (3)", "Advanced analytics", "Dedicated support"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -397,7 +280,7 @@ export default function HomePage() {
|
||||
tagAnimation="entrance-slide"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg"
|
||||
imageAlt="Subscribe to STAFFED newsletter"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -414,24 +297,16 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/staffed-platform",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/staffed-platform", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/staffed_ph",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/staffed_ph", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/staffed.platform",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/staffed.platform", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:support@staffed.ph",
|
||||
ariaLabel: "Email Support",
|
||||
},
|
||||
href: "mailto:support@staffed.ph", ariaLabel: "Email Support"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,57 +58,28 @@ export default function PricingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "freelancer-free",
|
||||
badge: "Freelancer",
|
||||
badgeIcon: Zap,
|
||||
price: "Free",
|
||||
subtitle: "Build your verified profile",
|
||||
buttons={[
|
||||
id: "freelancer-free", badge: "Freelancer", badgeIcon: Zap,
|
||||
price: "Free", subtitle: "Build your verified profile", buttons: [
|
||||
{ text: "Sign Up as Freelancer", href: "/auth/signup?role=freelancer" },
|
||||
]}
|
||||
features={[
|
||||
"Create verified profile",
|
||||
"Upload portfolio/work history",
|
||||
"Access jobs feed",
|
||||
"Get identity verified",
|
||||
"Receive contact requests",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Create verified profile", "Upload portfolio/work history", "Access jobs feed", "Get identity verified", "Receive contact requests"],
|
||||
},
|
||||
{
|
||||
id: "client-basic",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$29",
|
||||
subtitle: "Per month / Pay as you go option",
|
||||
buttons={[
|
||||
id: "client-basic", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$29", subtitle: "Per month / Pay as you go option", buttons: [
|
||||
{ text: "Start Hiring", href: "/auth/signup?role=client" },
|
||||
]}
|
||||
features={[
|
||||
"Browse verified talent directory",
|
||||
"Advanced search filters",
|
||||
"Contact 10 freelancers/month",
|
||||
"Post 3 jobs/month",
|
||||
"Leave work confirmations",
|
||||
"Email support",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Browse verified talent directory", "Advanced search filters", "Contact 10 freelancers/month", "Post 3 jobs/month", "Leave work confirmations", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "client-pro",
|
||||
badge: "For Agencies",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$99",
|
||||
subtitle: "Per month / Unlimited hiring",
|
||||
buttons={[
|
||||
id: "client-pro", badge: "For Agencies", badgeIcon: Sparkles,
|
||||
price: "$99", subtitle: "Per month / Unlimited hiring", buttons: [
|
||||
{ text: "Get Pro Plan", href: "/auth/signup?role=client&plan=pro" },
|
||||
]}
|
||||
features={[
|
||||
"Unlimited freelancer contacts",
|
||||
"Unlimited job postings",
|
||||
"Priority job placement",
|
||||
"Team member accounts (3)",
|
||||
"Advanced analytics",
|
||||
"Dedicated support",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Unlimited freelancer contacts", "Unlimited job postings", "Priority job placement", "Team member accounts (3)", "Advanced analytics", "Dedicated support"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -124,29 +95,17 @@ export default function PricingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can freelancers earn money on STAFFED?",
|
||||
content:
|
||||
"Yes! Freelancers get 100% of their work earnings. STAFFED only charges clients for subscriptions or contact credits. Freelancers set their own rates and keep all project payments.",
|
||||
},
|
||||
id: "1", title: "Can freelancers earn money on STAFFED?", content:
|
||||
"Yes! Freelancers get 100% of their work earnings. STAFFED only charges clients for subscriptions or contact credits. Freelancers set their own rates and keep all project payments."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What payment methods do you accept?",
|
||||
content:
|
||||
"We support bank transfers, GCash, PayPal, and credit cards. Freelancers can withdraw earnings to their preferred payment method. Clients can pay via subscription, credit card, or bank transfer.",
|
||||
},
|
||||
id: "2", title: "What payment methods do you accept?", content:
|
||||
"We support bank transfers, GCash, PayPal, and credit cards. Freelancers can withdraw earnings to their preferred payment method. Clients can pay via subscription, credit card, or bank transfer."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there a cancellation fee?",
|
||||
content:
|
||||
"No. Client subscriptions can be cancelled anytime without penalties. Monthly billing provides flexibility. Freelancers can deactivate their profiles at any time with no fees.",
|
||||
},
|
||||
id: "3", title: "Is there a cancellation fee?", content:
|
||||
"No. Client subscriptions can be cancelled anytime without penalties. Monthly billing provides flexibility. Freelancers can deactivate their profiles at any time with no fees."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do contact credits work?",
|
||||
content:
|
||||
"Clients can purchase contact credits to reach freelancers outside their subscription. Each credit unlocks email and direct messaging with one freelancer. Unused credits roll over to the next month.",
|
||||
},
|
||||
id: "4", title: "How do contact credits work?", content:
|
||||
"Clients can purchase contact credits to reach freelancers outside their subscription. Each credit unlocks email and direct messaging with one freelancer. Unused credits roll over to the next month."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,24 +117,16 @@ export default function PricingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/staffed-platform",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/staffed-platform", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/staffed_ph",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/staffed_ph", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/staffed.platform",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/staffed.platform", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:support@staffed.ph",
|
||||
ariaLabel: "Email Support",
|
||||
},
|
||||
href: "mailto:support@staffed.ph", ariaLabel: "Email Support"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user