[
  {
    "plan_name": "Starter",
    "plan_key": "starter",
    "student_limit": 150,
    "price": 40000,
    "price_per_student": "auto",
    "price_per_term": "auto",
    "price_per_year": "auto",
    "currency": "NGN",
    "billing_period": "yearly",
    "description": "For schools with up to 150 students",
    "features": [
      "Up to 150 students",
      "Unlimited staff",
      "Website management",
      "Basic finance",
      "Parent mobile app",
      "Basic support",
      "Trial available"
    ],
    "has_trial": true,
    "trial_days": "Term ends",
    "is_popular": false,
    "order": 1
  },
  {
    "plan_name": "Growth",
    "plan_key": "growth",
    "student_limit": 350,
    "price": 70000,
    "currency": "NGN",
    "billing_period": "yearly",
    "description": "For schools with up to 350 students",
    "features": [
      "Up to 350 students",
      "Unlimited staff",
      "Website management",
      "Advanced finance",
      "Parent mobile app",
      "Email support"
    ],
    "has_trial": false,
    "is_popular": true,
    "order": 2
  },
  {
    "plan_name": "Standard",
    "plan_key": "standard",
    "student_limit": 500,
    "price": 120000,
    "currency": "NGN",
    "billing_period": "yearly",
    "description": "For schools with up to 500 students",
    "features": [
      "Up to 500 students",
      "Unlimited staff",
      "Website management",
      "Complete finance suite",
      "Parent mobile app",
      "Priority support",
      "Custom reports"
    ],
    "has_trial": false,
    "is_popular": false,
    "order": 3
  },
  {
    "plan_name": "Enterprise",
    "plan_key": "enterprise",
    "student_limit": null,
    "price": null,
    "currency": "NGN",
    "billing_period": "custom",
    "description": "For schools with more than 500 students",
    "features": [
      "Unlimited students",
      "Unlimited staff",
      "Website management",
      "Complete finance suite",
      "Parent mobile app",
      "Dedicated support",
      "Advanced custom reports",
      "API access",
      "Custom integrations",
      "White-label solution"
    ],
    "has_trial": false,
    "is_custom_pricing": true,
    "contact_for_pricing": true,
    "is_popular": false,
    "order": 4
  }
]