<?php
$page_title = 'VOIP Phone Systems';
$meta_description = 'Modern VOIP phone systems from CVN Managed Services. Cost-effective, feature-rich business communications for South Western Ontario businesses.';
$service_data = [
    'title' => 'VOIP Phone Systems',
    'subtitle' => 'Modern, cost-effective business phone systems powered by Voice over IP technology.',
    'label' => 'Business Communications',
    'heading' => 'Upgrade Your Business Communications',
    'icon' => '📞',
    'photo' => 'https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=700&q=80&fit=crop',
    'paragraphs' => [
        'Traditional phone systems are expensive to install, maintain, and scale. VOIP (Voice over Internet Protocol) delivers all the features of an enterprise phone system at a fraction of the cost — over your existing internet connection.',
        'CVN Managed Services designs, installs, and manages VOIP phone systems for businesses of all sizes. From a single office to multiple locations, we have a solution that fits your needs and budget.',
    ],
    'bullets' => ['Local and toll-free numbers','Auto-attendant / IVR menus','Call forwarding and voicemail to email','Mobile app for working on the go','Conference calling and video meetings','Integration with business software (CRM, etc.)'],
    'features' => [
        ['icon'=>'💰','title'=>'Significant Cost Savings','desc'=>'VOIP typically costs 50-75% less than traditional phone systems. Lower monthly bills, no expensive hardware maintenance.'],
        ['icon'=>'📱','title'=>'Work From Anywhere','desc'=>'Take your business number anywhere with mobile apps. Calls follow you whether you\'re in the office, at home, or on the road.'],
        ['icon'=>'🏢','title'=>'Professional Features','desc'=>'Auto-attendant, call queues, hunt groups, voicemail, and conferencing — all the features of an enterprise system.'],
        ['icon'=>'🔌','title'=>'Easy to Scale','desc'=>'Add or remove lines instantly. No need for expensive hardware changes — just a few clicks in the admin portal.'],
        ['icon'=>'🔧','title'=>'Fully Managed','desc'=>'We handle all setup, configuration, and ongoing maintenance. Technical issues are handled by our team so you don\'t have to.'],
        ['icon'=>'🔗','title'=>'CRM Integration','desc'=>'Connect your phone system with your CRM, help desk, or other business tools for enhanced productivity and call logging.'],
    ],
];
require_once __DIR__ . '/../includes/service-page.php';
