Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-03 11:15:34 +00:00
parent 058f892cf5
commit 2fe0851c8b

View File

@@ -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"],
},