{
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "Kinetic Managed IT Services",
  "description": "Managed IT support and cyber security services with estimates based on active users and work devices.",
  "provider": {
    "@type": "Organization",
    "name": "Kinetic",
    "url": "https://www.kinetic.uk/"
  },
  "areaServed": {
    "@type": "Country",
    "name": "United Kingdom"
  },
  "offers": {
    "@type": "AggregateOffer",
    "priceCurrency": "GBP",
    "lowPrice": "5",
    "offerCount": "4",
    "offers": [
      {
        "@type": "Offer",
        "name": "Managed IT support per user",
        "price": "35",
        "priceCurrency": "GBP",
        "unitText": "user per month"
      },
      {
        "@type": "Offer",
        "name": "Managed IT support per device",
        "price": "25",
        "priceCurrency": "GBP",
        "unitText": "device per month"
      },
      {
        "@type": "Offer",
        "name": "Pay As You Go support hourly rate",
        "price": "135",
        "priceCurrency": "GBP",
        "unitText": "hour"
      },
      {
        "@type": "Offer",
        "name": "Pay As You Go device registration",
        "price": "5",
        "priceCurrency": "GBP",
        "unitText": "device"
      }
    ]
  }
}
