[
  {
    "id": "starter",
    "name": "Starter",
    "monthly": 199,
    "annual": 2030,
    "services": [
      "retail"
    ]
  },
  {
    "id": "growth",
    "name": "Growth",
    "monthly": 499,
    "annual": 5090,
    "services": [
      "retail",
      "pay",
      "dine"
    ]
  },
  {
    "id": "enterprise",
    "name": "Enterprise",
    "monthly": 1499,
    "annual": 15290,
    "services": [
      "retail",
      "pay",
      "dine",
      "flow",
      "accounting",
      "hr",
      "ai",
      "zatca",
      "wa",
      "marketing"
    ]
  }
]