From bbfdf6b7928d89e6060f93dda1f7e87d9da4d5a2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:29:15 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 58 +++++++--------------------------------- 1 file changed, 10 insertions(+), 48 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 8988dde..902c64c 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -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."}, ]} />