<?php
$page_title = 'Other Services';
$meta_description = 'CVN Managed Services offers a wide range of additional IT services. Contact us to learn what else we can do for your business.';
$service_data = [
    'title' => 'Other Services',
    'subtitle' => 'We offer a wide range of additional technology services to meet your unique business needs.',
    'label' => 'Additional Services',
    'heading' => 'We Do More Than You Think',
    'icon' => '⚙️',
    'photo' => 'https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=700&q=80&fit=crop',
    'paragraphs' => [
        'Technology is ever-evolving, and so are business needs. Beyond our core managed IT offerings, CVN Managed Services provides a range of additional services to help your business stay competitive and efficient.',
        'Not sure if we offer what you need? Contact us — chances are we can help, or we can connect you with the right resource.',
    ],
    'bullets' => ['IT consulting and technology roadmap planning','Hardware procurement and lifecycle management','Software licensing and cost optimization','Print management and device procurement','Vendor management and third-party coordination','Technology training for staff'],
    'features' => [
        ['icon'=>'🗺️','title'=>'IT Consulting','desc'=>'Strategic technology planning and roadmapping to align your IT investments with your business goals.'],
        ['icon'=>'🖨️','title'=>'Print & Device Management','desc'=>'Manage printers, scanners, and other business devices as part of your overall IT infrastructure.'],
        ['icon'=>'💼','title'=>'Vendor Management','desc'=>'We coordinate with your technology vendors on your behalf — one point of contact for all your IT needs.'],
        ['icon'=>'🎓','title'=>'Staff Technology Training','desc'=>'Help your team get the most out of their technology with tailored training sessions for common business software.'],
        ['icon'=>'🛒','title'=>'Hardware Procurement','desc'=>'We source and procure the right hardware for your needs at competitive prices, and handle setup and deployment.'],
        ['icon'=>'📋','title'=>'Compliance Support','desc'=>'Help with IT aspects of regulatory compliance relevant to your industry (PIPEDA, PCI-DSS, HIPAA considerations).'],
    ],
];
require_once __DIR__ . '/../includes/service-page.php';
