Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-02 19:29:15 +00:00
parent a1c259552c
commit bbfdf6b792

View File

@@ -83,36 +83,16 @@ export default function PricingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
title: "Starter Plan",
subtitle: "Perfect for small teams getting started with automation",
category: "Small Business",
value: "$499/mo",
buttons: [{ text: "Get Started", href: "#contact" }],
id: "1", title: "Starter Plan", subtitle: "Perfect for small teams getting started with automation", category: "Small Business", value: "$499/mo", buttons: [{ text: "Get Started", href: "#contact" }],
},
{
id: "2",
title: "Professional Plan",
subtitle: "For growing teams with multiple workflow requirements",
category: "Mid-Market",
value: "$1,999/mo",
buttons: [{ text: "Get Started", href: "#contact" }],
id: "2", title: "Professional Plan", subtitle: "For growing teams with multiple workflow requirements", category: "Mid-Market", value: "$1,999/mo", buttons: [{ text: "Get Started", href: "#contact" }],
},
{
id: "3",
title: "Enterprise Plan",
subtitle: "Custom solutions for large organizations with complex needs",
category: "Enterprise",
value: "Custom",
buttons: [{ text: "Contact Sales", href: "#contact" }],
id: "3", title: "Enterprise Plan", subtitle: "Custom solutions for large organizations with complex needs", category: "Enterprise", value: "Custom", buttons: [{ text: "Contact Sales", href: "#contact" }],
},
{
id: "4",
title: "Developer Plan",
subtitle: "For developers and agencies building automation solutions",
category: "Developers",
value: "$99/mo",
buttons: [{ text: "Start Free Trial", href: "#contact" }],
id: "4", title: "Developer Plan", subtitle: "For developers and agencies building automation solutions", category: "Developers", value: "$99/mo", buttons: [{ text: "Start Free Trial", href: "#contact" }],
},
]}
animationType="scale-rotate"
@@ -133,35 +113,17 @@ export default function PricingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
id: "1",
title: "Can I try AutoFlow AI for free?",
content: "Yes! We offer a 14-day free trial for all plans with full feature access. No credit card required. You can explore our platform, set up workflows, and experience the full power of AutoFlow AI before committing.",
},
id: "1", title: "Can I try AutoFlow AI for free?", content: "Yes! We offer a 14-day free trial for all plans with full feature access. No credit card required. You can explore our platform, set up workflows, and experience the full power of AutoFlow AI before committing."},
{
id: "2",
title: "Is there a contract required?",
content: "No long-term contracts required. All plans are month-to-month with the ability to upgrade or downgrade anytime. Enterprise customers can negotiate annual agreements for additional discounts.",
},
id: "2", title: "Is there a contract required?", content: "No long-term contracts required. All plans are month-to-month with the ability to upgrade or downgrade anytime. Enterprise customers can negotiate annual agreements for additional discounts."},
{
id: "3",
title: "What's included in each plan?",
content: "Starter includes up to 5 workflows, Professional includes up to 50 workflows, and Enterprise has unlimited workflows. All plans include API access, integrations, email support, and a dedicated dashboard.",
},
id: "3", title: "What's included in each plan?", content: "Starter includes up to 5 workflows, Professional includes up to 50 workflows, and Enterprise has unlimited workflows. All plans include API access, integrations, email support, and a dedicated dashboard."},
{
id: "4",
title: "Can I add team members to my account?",
content: "Yes. Starter plan includes 2 team members, Professional includes 10, and Enterprise includes unlimited. Each additional team member on Starter costs $49/month.",
},
id: "4", title: "Can I add team members to my account?", content: "Yes. Starter plan includes 2 team members, Professional includes 10, and Enterprise includes unlimited. Each additional team member on Starter costs $49/month."},
{
id: "5",
title: "Do you offer discounts for annual billing?",
content: "Yes, we offer 20% discount for annual billing on all plans. Custom discounts are available for enterprise customers and volume commitments.",
},
id: "5", title: "Do you offer discounts for annual billing?", content: "Yes, we offer 20% discount for annual billing on all plans. Custom discounts are available for enterprise customers and volume commitments."},
{
id: "6",
title: "What payment methods do you accept?",
content: "We accept all major credit cards (Visa, Mastercard, American Express), ACH transfers, and wire transfers for enterprise customers. Enterprise customers can also arrange net-30 or net-60 invoicing.",
},
id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), ACH transfers, and wire transfers for enterprise customers. Enterprise customers can also arrange net-30 or net-60 invoicing."},
]}
/>
</div>