<?php
$page_title = 'Network Improvements';
$meta_description = 'Optimize your business network with CVN Managed Services. Faster, more reliable, and more secure networking for businesses across South Western Ontario.';
$service_data = [
    'title' => 'Network Improvements',
    'subtitle' => 'Faster, more reliable, and more secure network infrastructure for your business.',
    'label' => 'What We Do',
    'heading' => 'Upgrade Your Network Infrastructure',
    'icon' => '🌐',
    'photo' => 'https://images.unsplash.com/photo-1558494949-ef010cbdcc31?w=700&q=80&fit=crop',
    'paragraphs' => [
        'A slow or unreliable network is one of the biggest drags on business productivity. CVN Managed Services offers a comprehensive Network Improvement Program designed to assess, redesign, and optimize your business network for maximum speed, reliability, and security.',
        'Whether you\'re experiencing slow internet speeds, poor WiFi coverage, network bottlenecks, or security vulnerabilities, our team will diagnose the root cause and implement targeted solutions that deliver measurable results.',
    ],
    'bullets' => ['Network assessment and site surveys','WiFi design and optimization','Firewall and security configuration','VLAN segmentation for security','SD-WAN and bandwidth management','Cabling, switching, and routing upgrades'],
    'features' => [
        ['icon'=>'📡','title'=>'WiFi Optimization','desc'=>'Eliminate dead zones and ensure full coverage across your entire facility with enterprise-grade access points and proper RF planning.'],
        ['icon'=>'🔒','title'=>'Network Security','desc'=>'Implement next-generation firewalls, intrusion prevention, and network segmentation to protect your business from cyber threats.'],
        ['icon'=>'⚡','title'=>'Performance Tuning','desc'=>'Identify and resolve bandwidth bottlenecks, optimize QoS settings, and ensure critical applications always get the bandwidth they need.'],
        ['icon'=>'🗺️','title'=>'Site Surveys','desc'=>'Professional on-site surveys to document your existing network and plan improvements with precision before implementation begins.'],
        ['icon'=>'📊','title'=>'Monitoring & Alerting','desc'=>'Continuous network monitoring to detect issues proactively — we know about outages before they impact your business.'],
        ['icon'=>'🔧','title'=>'Hardware Upgrades','desc'=>'Recommend and install the right switches, routers, access points, and cabling to meet your current and future needs.'],
    ],
];
require_once __DIR__ . '/../includes/service-page.php';
