[
    {
        "service_type": "remote-support",
        "name": "Essential Remote Support",
        "tagline": "For up to 25 endpoints",
        "price": 40,
        "currency": "USD",
        "billing_cycle": "month",
        "features": "Remote assistance (attended)|Basic endpoint monitoring|Ticket-based support|Email response within 4h|Monthly summary report",
        "cta_label": "Get Started",
        "cta_url": "/remote-support#essential",
        "is_featured": false,
        "is_active": true,
        "sort_order": 1
    },
    {
        "service_type": "remote-support",
        "name": "Managed Cloud Services",
        "tagline": "Cloud-first teams & SaaS workloads",
        "price": 99,
        "currency": "USD",
        "billing_cycle": "month",
        "features": "Cloud server administration|24/7 monitoring & alerts|Patching & updates|Backup checks & restore tests|Security hardening baseline",
        "cta_label": "Get Started",
        "cta_url": "/remote-support#cloud-managed",
        "is_featured": true,
        "is_active": true,
        "sort_order": 2
    },
    {
        "service_type": "remote-support",
        "name": "Managed On-Premises IT",
        "tagline": "Offices, branches, data rooms",
        "price": 199,
        "currency": "USD",
        "billing_cycle": "month",
        "features": "Servers & network devices|Firewall management|Backup & DR oversight|Endpoint support|Monthly health report",
        "cta_label": "Get Started",
        "cta_url": "/remote-support#on-premises",
        "is_featured": false,
        "is_active": true,
        "sort_order": 3
    },
    {
        "service_type": "remote-support",
        "name": "Enterprise SLA",
        "tagline": "Hybrid, compliance-driven operations",
        "price": 0,
        "currency": "USD",
        "billing_cycle": "custom",
        "features": "Dedicated SLA & priority support|Hybrid cloud + on-premises|Named engineering lead|Compliance support (ISO, SOC, PDPL)|Quarterly business review",
        "cta_label": "Contact Sales",
        "cta_url": "/remote-support#enterprise",
        "is_featured": false,
        "is_active": true,
        "sort_order": 4
    }
]