Update src/app/pricing/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function PricingPage() {
|
||||
description="Simple, fair pricing for freelancers and clients. No hidden fees. Choose the plan that works best for your needs."
|
||||
tag="Pricing Plans"
|
||||
tagIcon={CreditCard}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -96,16 +96,20 @@ export default function PricingPage() {
|
||||
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."},
|
||||
"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."},
|
||||
"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."},
|
||||
"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."},
|
||||
"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>
|
||||
@@ -117,16 +121,20 @@ 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