<?php
$page_title = 'Dedicated Server Hosting';
$meta_description = 'Enterprise dedicated server hosting from CVN Managed Services. Maximum performance, security, and reliability for your business.';
$service_data = [
    'title' => 'Dedicated Server Hosting',
    'subtitle' => 'Enterprise-grade dedicated servers for businesses that demand maximum performance and reliability.',
    'label' => 'Dedicated Hosting',
    'heading' => 'Power, Performance & Control',
    'icon' => '🗄️',
    'photo' => 'https://images.unsplash.com/photo-1600267175161-cfaa711b4a81?w=700&q=80&fit=crop',
    'paragraphs' => [
        'Dedicated server hosting gives your business exclusive access to physical server hardware — no sharing resources with other customers. This means maximum performance, enhanced security, and complete control over your hosting environment.',
        'CVN Managed Services manages your dedicated servers end-to-end: hardware, OS, security patching, monitoring, and support. You get enterprise-grade infrastructure without the complexity of managing it yourself.',
    ],
    'bullets' => ['Fully managed server administration','24/7 proactive monitoring and alerting','Automated backups and disaster recovery','Custom hardware configurations available','DDoS protection and advanced security','Flexible OS options: Linux & Windows Server'],
    'features' => [
        ['icon'=>'⚡','title'=>'Maximum Performance','desc'=>'Dedicated resources mean no noisy neighbors. Your applications get full CPU, RAM, and storage performance — all the time.'],
        ['icon'=>'🔒','title'=>'Enhanced Security','desc'=>'Isolated hardware reduces your attack surface. Combined with our security stack, your data stays protected.'],
        ['icon'=>'🎛️','title'=>'Full Control','desc'=>'Root/admin access gives you complete control over your server environment — install any software, configure any service.'],
        ['icon'=>'📈','title'=>'Scalable Resources','desc'=>'As your business grows, your server can grow with it. Upgrade RAM, storage, or add additional servers as needed.'],
        ['icon'=>'🔧','title'=>'Fully Managed','desc'=>'Our team handles all server administration tasks — OS updates, security patches, monitoring, and troubleshooting.'],
        ['icon'=>'☁️','title'=>'Backup & Recovery','desc'=>'Automated daily backups with rapid restore capabilities. Your data is safe even if the unexpected happens.'],
    ],
    'coming_soon' => true,
];
require_once __DIR__ . '/../includes/service-page.php';
