diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 5c027a0..cdbd27f 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -71,7 +71,8 @@ export default function PricingPage() { brandName="OpenFlow AI" navItems={navItems} button={{ - text: "See Your 10-Minute Setup", href: "/contact"}} + text: "See Your 10-Minute Setup", href: "/contact" + }} /> @@ -81,33 +82,42 @@ export default function PricingPage() { { id: "1", price: "Custom", name: "Starter", buttons: [ { - text: "Get Started", href: "/contact"}, + text: "Get Started", href: "/contact" + }, { - text: "Learn More", href: "#"}, + text: "Learn More", href: "#" + }, ], features: [ - "1 AI Agent", "Up to 1,000 queries/month", "Slack integration", "Email support", "30-day onboarding"], + "1 AI Agent", "Up to 1,000 queries/month", "Slack integration", "Email support", "30-day onboarding" + ], }, { id: "2", badge: "Most Popular", badgeIcon: Sparkles, price: "Custom", name: "Professional", buttons: [ { - text: "Get Started", href: "/contact"}, + text: "Get Started", href: "/contact" + }, { - text: "Chat with Sales", href: "/contact"}, + text: "Chat with Sales", href: "/contact" + }, ], features: [ - "Up to 3 AI Agents", "Unlimited queries", "All channels (Slack, intranet, web)", "Priority support", "Custom integrations", "Analytics dashboard"], + "Up to 3 AI Agents", "Unlimited queries", "All channels (Slack, intranet, web)", "Priority support", "Custom integrations", "Analytics dashboard" + ], }, { id: "3", price: "Custom", name: "Enterprise", buttons: [ { - text: "Contact Sales", href: "/contact"}, + text: "Contact Sales", href: "/contact" + }, { - text: "Schedule Demo", href: "/contact"}, + text: "Schedule Demo", href: "/contact" + }, ], features: [ - "Unlimited AI Agents", "White-label deployment", "Advanced security & compliance", "Dedicated success manager", "Custom training", "SLA guarantee (99.9% uptime)"], + "Unlimited AI Agents", "White-label deployment", "Advanced security & compliance", "Dedicated success manager", "Custom training", "SLA guarantee (99.9% uptime)" + ], }, ]} title="Simple, Transparent Pricing" @@ -124,16 +134,20 @@ export default function PricingPage() { metrics={[ { id: "1", icon: TrendingUp, - title: "Ticket Reduction", value: "65%"}, + title: "Ticket Reduction", value: "65%" + }, { id: "2", icon: Clock, - title: "Time to Deploy", value: "<10 min"}, + title: "Time to Deploy", value: "<10 min" + }, { id: "3", icon: Users, - title: "Employee Adoption", value: "94%"}, + title: "Employee Adoption", value: "94%" + }, { id: "4", icon: DollarSign, - title: "Cost Savings", value: "45%"}, + title: "Cost Savings", value: "45%" + }, ]} title="OpenFlow AI Impact" description="Measurable results across enterprise deployments" @@ -148,13 +162,15 @@ export default function PricingPage() {