<?php
$page_title = 'Web Hosting';
$meta_description = 'Fast, reliable, and secure web hosting from CVN Managed Services. Fully managed hosting solutions for businesses across Ontario.';
$service_data = [
    'title' => 'Web Hosting',
    'subtitle' => 'Fast, reliable, and secure web hosting solutions — fully managed by our expert team.',
    'label' => 'Web Hosting',
    'heading' => 'Reliable Hosting, Zero Headaches',
    'icon' => '☁️',
    'photo' => 'https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=700&q=80&fit=crop',
    'paragraphs' => [
        'Your website needs a reliable, fast, and secure home. CVN Managed Services provides fully managed web hosting solutions that keep your site online, loading fast, and protected from threats — 24/7.',
        'Unlike self-managed hosting, we handle everything: server maintenance, security updates, SSL certificates, backups, and performance optimization. You focus on your business; we keep your website running.',
    ],
    'bullets' => ['99.9% uptime SLA','Free SSL certificates','Daily automated backups','One-click staging environments','CDN integration for faster load times','WordPress and PHP application hosting'],
    'features' => [
        ['icon'=>'⚡','title'=>'Blazing Fast Speeds','desc'=>'SSD storage, LiteSpeed web servers, and CDN integration ensure your website loads in milliseconds for visitors anywhere.'],
        ['icon'=>'🛡️','title'=>'Built-in Security','desc'=>'WAF, malware scanning, DDoS protection, and automated security updates keep your site safe from threats.'],
        ['icon'=>'💾','title'=>'Automated Backups','desc'=>'Daily backups with 30-day retention. One-click restore gets you back online fast if anything goes wrong.'],
        ['icon'=>'📧','title'=>'Business Email','desc'=>'Professional email hosting with your domain name. Includes spam filtering, webmail, and mobile sync.'],
        ['icon'=>'🔧','title'=>'Fully Managed','desc'=>'We handle all server administration. No technical knowledge required — we keep everything running smoothly.'],
        ['icon'=>'📞','title'=>'Expert Support','desc'=>'Our team is available to help with any hosting-related issues, from DNS configuration to application troubleshooting.'],
    ],
    'coming_soon' => true,
];
require_once __DIR__ . '/../includes/service-page.php';
