<?php
$page_title = 'Website Design';
$meta_description = 'Professional website design from CVN Managed Services. Custom, mobile-optimized websites that convert visitors into customers across Ontario.';
$service_data = [
    'title' => 'Website Design',
    'subtitle' => 'Custom, high-converting websites that represent your brand and grow your business.',
    'label' => 'Web Design',
    'heading' => 'Websites That Work for Your Business',
    'icon' => '🎨',
    'photo' => 'https://images.unsplash.com/photo-1547658719-da2b51169166?w=700&q=80&fit=crop',
    'paragraphs' => [
        'Your website is often the first impression a potential customer has of your business. CVN Managed Services creates professional, custom websites that not only look great but are strategically designed to convert visitors into paying customers.',
        'Every website we build is mobile-optimized, fast-loading, SEO-ready, and easy to manage. We handle everything from design and development to launch and ongoing maintenance.',
    ],
    'bullets' => ['Custom design tailored to your brand','Mobile-first, responsive design','SEO-optimized from the ground up','Fast loading speeds and performance optimization','Content Management System (CMS) integration','Ongoing maintenance and security updates'],
    'features' => [
        ['icon'=>'🎨','title'=>'Custom Design','desc'=>'No cookie-cutter templates. Every design is custom-built to reflect your brand identity and appeal to your target audience.'],
        ['icon'=>'📱','title'=>'Mobile Optimized','desc'=>'Over 60% of web traffic is mobile. We design for mobile first, ensuring your site looks and performs perfectly on every device.'],
        ['icon'=>'⚡','title'=>'Fast Performance','desc'=>'Slow websites lose customers. We optimize every site for speed — fast load times improve user experience and Google rankings.'],
        ['icon'=>'🔍','title'=>'SEO Ready','desc'=>'Built with SEO best practices from day one. Proper structure, meta tags, schema markup, and technical optimization included.'],
        ['icon'=>'🛒','title'=>'E-Commerce Ready','desc'=>'Need to sell online? We build full e-commerce solutions with secure payment processing, inventory management, and order tracking.'],
        ['icon'=>'🛡️','title'=>'Secure & Maintained','desc'=>'We keep your website secure with SSL certificates, regular updates, security monitoring, and ongoing technical maintenance.'],
    ],
    'coming_soon' => true,
];
require_once __DIR__ . '/../includes/service-page.php';
