diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 83b1621..5ff51e9 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -44,20 +44,17 @@ export default function PricingPage() { tag="Pricing Plans" plans={[ { - id: "startup", tag: "Startup Package", price: "$15,000", period: "/project", description: - "Perfect for ambitious startups launching their digital presence with web and mobile.", button: { text: "Get Started", href: "/contact" }, + id: "startup", tag: "Startup Package", price: "$15,000", period: "/project", description: "Perfect for ambitious startups launching their digital presence with web and mobile.", button: { text: "Get Started", href: "/contact" }, featuresTitle: "What's Included:", features: [ "Custom website design & development", "iOS/Android mobile app (choose one)", "Basic AI automation setup", "2 months of technical support", "Performance analytics & optimization"], }, { - id: "growth", tag: "Growth Package", price: "$45,000", period: "/project", description: - "For growing companies needing comprehensive digital solutions across web, mobile, and AI.", button: { text: "Schedule Call", href: "/contact" }, + id: "growth", tag: "Growth Package", price: "$45,000", period: "/project", description: "For growing companies needing comprehensive digital solutions across web, mobile, and AI.", button: { text: "Schedule Call", href: "/contact" }, featuresTitle: "What's Included:", features: [ "Enterprise website platform", "iOS & Android native apps", "Advanced AI receptionist system", "Workflow automation setup", "6 months dedicated support", "Advanced analytics & optimization", "Multilanguage support (EN/AR/Kurdish)"], }, { - id: "enterprise", tag: "Enterprise Retainer", price: "$12,000", period: "/month", description: - "For large enterprises requiring ongoing digital transformation, continuous innovation, and dedicated partnership.", button: { text: "Discuss Partnership", href: "/contact" }, + id: "enterprise", tag: "Enterprise Retainer", price: "$12,000", period: "/month", description: "For large enterprises requiring ongoing digital transformation, continuous innovation, and dedicated partnership.", button: { text: "Discuss Partnership", href: "/contact" }, featuresTitle: "What's Included:", features: [ "Unlimited design & development requests", "Continuous platform optimization", "Custom AI & automation systems", "24/7 priority support", "Quarterly strategy reviews", "Team training & knowledge transfer", "Advanced compliance & security", "Multilanguage platform management"], },