| | <!doctype html> |
| | <html lang="en"> |
| | <head> |
| | <meta charset="UTF-8" /> |
| | <link rel="shortcut icon" href="./images/favicon/favicon.png"> |
| | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| | <title>24/7 Managed NOC Services | IT Infrastructure Monitoring</title> |
| | <meta name="description" content="VLC's 24/7 Managed NOC Services provide proactive IT infrastructure monitoring, incident response & network security for business continuity."/> |
| | <meta name="keywords" content="managed NOC services, 24/7 IT monitoring, network operations center, IT infrastructure management, proactive incident response"/> |
| | <link rel="canonical" href="https://www.vlcsolutions.com/managed-noc-services.html" /> |
| | |
| | <meta name="twitter:card" content="summary_large_image"> |
| | <meta name="twitter:title" content="24/7 Managed NOC Services | VLC Solutions"> |
| | <meta name="twitter:description" content="Proactive IT infrastructure monitoring & incident response with our 24/7 Managed NOC Services for minimized downtime."> |
| | <meta name="twitter:image:src" content="https://www.vlcsolutions.com/images/logo/VLC_Logo.png"> |
| | |
| |
|
| | |
| | <script src="https://cdn.tailwindcss.com"></script> |
| | <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| | <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| | <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| |
|
| | |
| | <style id="vlc-brand-theme"> |
| | :root{ |
| | --vlc-navy:#002060; |
| | --vlc-navy-700:#001a50; |
| | --vlc-sky:#00A0E9; |
| | --vlc-leaf:#8DC63F; |
| | --vlc-leaf-700:#79b32e; |
| | --vlc-ink:#1F2A44; |
| | --vlc-tint:#F5F7FF; |
| | --vlc-leaf-tint:#F3FAEA; |
| | --vlc-card:#ffffff; |
| | } |
| | html,body{width:100%;margin:0;padding:0} |
| | body{ color:#1f2937; overflow-x:hidden } |
| | .service-card:hover{ transform:translateY(-4px); box-shadow:0 16px 28px -8px rgba(0,32,96,.18), 0 10px 14px -6px rgba(0,32,96,.10) } |
| | .chip{ background:linear-gradient(135deg,var(--vlc-navy),#0b3b8f); color:#fff } |
| | .btn-primary{ background:var(--vlc-navy); color:#fff } |
| | .btn-primary:hover{ background:var(--vlc-navy-700) } |
| | .btn-accent{ background:var(--vlc-leaf); color:#0b2a66 } |
| | .btn-accent:hover{ background:var(--vlc-leaf-700) } |
| | .link-brand{ color:var(--vlc-navy) } |
| | .link-brand:hover{ color:var(--vlc-leaf) } |
| | |
| | |
| | .card-accent{ position:relative; } |
| | .card-accent:before{ content:""; position:absolute; inset:0 0 auto 0; height:4px; background:linear-gradient(90deg,var(--vlc-leaf),var(--vlc-sky)); } |
| | |
| | |
| | .pattern-navy{ |
| | background: |
| | radial-gradient(24px 24px at 10% 10%, rgba(255,255,255,.06) 0 6px, transparent 7px), |
| | radial-gradient(24px 24px at 60% 30%, rgba(255,255,255,.05) 0 6px, transparent 7px), |
| | radial-gradient(24px 24px at 30% 70%, rgba(255,255,255,.04) 0 6px, transparent 7px), |
| | linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.12)); |
| | background-color:var(--vlc-navy); |
| | } |
| | |
| | |
| | footer a:hover{ color:var(--vlc-leaf) } |
| | |
| | |
| | .card-body{ display:flex; flex-direction:column; height:100% } |
| | .card-cta{ margin-top:auto } |
| | </style> |
| | |
| | <script src="https://analytics.ahrefs.com/analytics.js" data-key="jcrS4NwPF1CB1Z4lNmgDKQ" async></script> |
| | |
| | |
| | <script async src="https://www.googletagmanager.com/gtag/js?id=G-GH6WBJWXS8"></script> |
| | <script type="application/ld+json"> |
| | { |
| | "@context": "https://schema.org/", |
| | "@type": "Service", |
| | "name": "Managed NOC Services", |
| | "alternateName": "24/7 Network Operations Center", |
| | "description": "Proactive IT infrastructure monitoring, incident response and network security management services.", |
| | "provider": { |
| | "@type": "Organization", |
| | "name": "VLC Solutions", |
| | "url": "https://vlcsolutions.com" |
| | }, |
| | "serviceType": "IT infrastructure monitoring", |
| | "areaServed": { |
| | "@type": "Country", |
| | "name": "United States" |
| | }, |
| | "hasOfferCatalog": { |
| | "@type": "OfferCatalog", |
| | "name": "NOC Services", |
| | "itemListElement": [ |
| | { |
| | "@type": "Offer", |
| | "itemOffered": { |
| | "@type": "Service", |
| | "name": "24/7 Monitoring" |
| | } |
| | }, |
| | { |
| | "@type": "Offer", |
| | "itemOffered": { |
| | "@type": "Service", |
| | "name": "Incident Response" |
| | } |
| | } |
| | ] |
| | } |
| | } |
| | </script> |
| | </head> |
| |
|
| | <body class="font-sans antialiased"> |
| | |
| | <header class="bg-white text-[var(--vlc-navy)] shadow-md sticky top-0 z-50"> |
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| | <div class="flex justify-between h-16"> |
| | <a href="./index.html" class="flex items-center gap-2"> |
| | <img src="https://huggingface.co/spaces/vlcsolutions/ai-turbobiz-accelerate-with-intelligence/resolve/main/images/VLC_Logo.png" alt="VLC Solutions" class="h-10"> |
| | </a> |
| |
|
| | <nav class="hidden md:flex items-center gap-2"> |
| | <a href="./who-we-serve.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Who We Serve</a> |
| | |
| | <div class="relative group"> |
| | <button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false"> |
| | Solutions <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i> |
| | </button> |
| | <div class="absolute left-0 top-full mt-2 min-w-[220px] bg-white border border-gray-200 rounded-md shadow-md p-2 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0"> |
| | <a href="./solutions.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Business Central Apps</a> |
| | <a href="./magento-connector-with-business-central.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Magento Connector</a> |
| | </div> |
| | </div> |
| |
|
| | <div class="relative group"> |
| | <button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false"> |
| | Services <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i> |
| | </button> |
| | <div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0"> |
| | <a href="./services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Services Overview</a> |
| | <a href="./choosing-advisory-services-for-your-business.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Advisory Services</a> |
| | <a href="./software-implementation-partner.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Implementation Services</a> |
| | <a href="./managed-application-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Managed Application Services</a> |
| | <a href="./managed-it-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Managed IT Services</a> |
| | <a href="./compliance-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Compliance Services</a> |
| | <a href="./cloud-services-for-microsoft-dynamics.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Cloud Services</a> |
| | </div> |
| | </div> |
| |
|
| | <div class="relative group"> |
| | <button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false"> |
| | Industries <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i> |
| | </button> |
| | <div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0"> |
| | <a href="./industries.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Industries Overview</a> |
| | <a href="./microsoft-dynamics-365-business-central-for-distribution.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Distribution</a> |
| | <a href="./ecommerce-development-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">E-Commerce</a> |
| | <a href="./government-contractors.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Government Contractors</a> |
| | <a href="./microsoft-dynamics-365-for-manufacturing.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Manufacturing</a> |
| | </div> |
| | </div> |
| |
|
| | <div class="relative group"> |
| | <button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false"> |
| | Products <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i> |
| | </button> |
| | <div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0"> |
| | <a href="./products.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Products Overview</a> |
| | <a href="./microsoft-dynamics-365.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Dynamics 365</a> |
| | <a href="./microsoft-dynamics-365-business-central.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Business Central</a> |
| | <a href="./power-platform.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Power Platform</a> |
| | <a href="./microsoft-365.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Microsoft 365</a> |
| | <a href="./magento-commerce.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Magento Commerce</a> |
| | <a href="./magento-connector-with-business-central.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Magento Connector</a> |
| | </div> |
| | </div> |
| |
|
| | <div class="relative group"> |
| | <button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false"> |
| | Who We Are <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i> |
| | </button> |
| | <div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0"> |
| | <a href="./who-we-are.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Overview</a> |
| | <a href="./partner.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Partner</a> |
| | <a href="./terms-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Terms</a> |
| | <a href="./privacy.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Privacy Policy</a> |
| | <a href="./protecting-our-clients.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Client Protection</a> |
| | <a href="./blog/" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Blog</a> |
| | <a href="./case-studies.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Case Studies</a> |
| | <a href="./contact-us.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Contact VLC</a> |
| | </div> |
| | </div> |
| | <a href="./contact-us.html" class="bg-[#002060] hover:bg-[#001a50] text-white px-4 py-2 rounded-md text-sm font-medium">Let's Connect</a> |
| | </nav> |
| | <button id="mobile-menu-button" class="md:hidden inline-flex items-center p-2 rounded-md text-gray-500 hover:bg-gray-100" aria-label="Open menu"> |
| | <i data-feather="menu"></i> |
| | </button> |
| | </div> |
| | |
| | <div id="mobile-menu" class="md:hidden hidden absolute top-full left-0 right-0 bg-white shadow-lg z-50"> |
| | <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3"> |
| | <a href="./who-we-serve.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Who We Serve</a> |
| | |
| | <div class="relative"> |
| | <button onclick="toggleMobileDropdown('solutions-dropdown')" class="w-full flex justify-between items-center px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50"> |
| | <span>Solutions</span> |
| | <i data-feather="chevron-down" class="w-4 h-4"></i> |
| | </button> |
| | <div id="solutions-dropdown" class="hidden pl-4"> |
| | <a href="./solutions.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Business Central Apps</a> |
| | <a href="./magento-connector-with-business-central.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Magento Connector</a> |
| | </div> |
| | </div> |
| |
|
| | <div class="relative"> |
| | <button onclick="toggleMobileDropdown('services-dropdown')" class="w-full flex justify-between items-center px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50"> |
| | <span>Services</span> |
| | <i data-feather="chevron-down" class="w-4 h-4"></i> |
| | </button> |
| | <div id="services-dropdown" class="hidden pl-4"> |
| | <a href="./services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Services Overview</a> |
| | <a href="./choosing-advisory-services-for-your-business.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Advisory Services</a> |
| | <a href="./software-implementation-partner.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Implementation Services</a> |
| | <a href="./managed-application-services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Managed Application Services</a> |
| | <a href="./managed-it-services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Managed IT Services</a> |
| | <a href="./compliance-services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Compliance Services</a> |
| | <a href="./cloud-services-for-microsoft-dynamics.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Cloud Services</a> |
| | </div> |
| | </div> |
| |
|
| | <div class="relative"> |
| | <button onclick="toggleMobileDropdown('industries-dropdown')" class="w-full flex justify-between items-center px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50"> |
| | <span>Industries</span> |
| | <i data-feather="chevron-down" class="w-4 h-4"></i> |
| | </button> |
| | <div id="industries-dropdown" class="hidden pl-4"> |
| | <a href="./industries.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Industries Overview</a> |
| | <a href="./microsoft-dynamics-365-business-central-for-distribution.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Distribution</a> |
| | <a href="./ecommerce-development-services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">E-Commerce</a> |
| | <a href="./government-contractors.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Government Contractors</a> |
| | <a href="./microsoft-dynamics-365-for-manufacturing.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Manufacturing</a> |
| | </div> |
| | </div> |
| |
|
| | <div class="relative"> |
| | <button onclick="toggleMobileDropdown('products-dropdown')" class="w-full flex justify-between items-center px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50"> |
| | <span>Products</span> |
| | <i data-feather="chevron-down" class="w-4 h-4"></i> |
| | </button> |
| | <div id="products-dropdown" class="hidden pl-4"> |
| | <a href="./products.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Products Overview</a> |
| | <a href="./microsoft-dynamics-365.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Dynamics 365</a> |
| | <a href="./microsoft-dynamics-365-business-central.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Business Central</a> |
| | <a href="./power-platform.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Power Platform</a> |
| | <a href="./microsoft-365.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Microsoft 365</a> |
| | <a href="./magento-commerce.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Magento Commerce</a> |
| | <a href="./magento-connector-with-business-central.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Magento Connector</a> |
| | </div> |
| | </div> |
| |
|
| | <div class="relative"> |
| | <button onclick="toggleMobileDropdown('about-dropdown')" class="w-full flex justify-between items-center px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50"> |
| | <span>Who We Are</span> |
| | <i data-feather="chevron-down" class="w-4 h-4"></i> |
| | </button> |
| | <div id="about-dropdown" class="hidden pl-4"> |
| | <a href="./who-we-are.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Overview</a> |
| | <a href="./partner.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Partner</a> |
| | <a href="./terms-services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Terms</a> |
| | <a href="./privacy.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Privacy Policy</a> |
| | <a href="./protecting-our-clients.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Client Protection</a> |
| | <a href="./blog/" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Blog</a> |
| | <a href="./case-studies.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Case Studies</a> |
| | <a href="./contact-us.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Contact VLC</a> |
| | </div> |
| | </div> |
| | <a href="./contact-us.html" class="block w-full text-center bg-[#002060] hover:bg-[#001a50] text-white px-4 py-2 rounded-md text-base font-medium">Let's Connect</a> |
| | </div> |
| | </div> |
| | </div> |
| | </header> |
| | <section class="text-white py-16 md:py-22 relative overflow-hidden"> |
| |
|
| | |
| | <div class="absolute inset-0 bg-[url('https://huggingface.co/spaces/vlcsolutions/vlc-noc-command-center/resolve/main/images/managed-noc-services-banner.png')] bg-cover bg-center z-0"></div> |
| |
|
| | |
| | <div class="absolute inset-0 bg-[rgba(4,23,46,0.65)] z-0"></div> |
| |
|
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10"> |
| |
|
| | <h1 class="text-3xl md:text-5xl font-bold mb-4 text-[#F9FBFF] |
| | drop-shadow-[0_2px_6px_rgba(0,0,0,0.6)]" |
| | data-aos="fade-up"> |
| | Achieve stability across your organization. |
| | </h1> |
| |
|
| | <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto text-[#E5EEF7] |
| | drop-shadow-[0_1px_4px_rgba(0,0,0,0.5)]" |
| | data-aos="fade-up" data-aos-delay="100"> |
| | Stop Managing Downtime. Start Utilizing VLC's 24/7 Managed NOC |
| | </p> |
| |
|
| | <a href="#contact" |
| | class="btn-accent inline-block px-8 py-3 rounded-md font-bold text-lg drop-shadow-md" |
| | data-aos="fade-up" data-aos-delay="200"> |
| | Request Your Resilience Plan |
| | </a> |
| |
|
| | </div> |
| | </section> |
| |
|
| |
|
| |
|
| | |
| | <section class="py-16 bg-white"> |
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| | <div class="md:flex items-center gap-12"> |
| | <div class="md:w-1/2 mb-8 md:mb-0" data-aos="fade-right"> |
| | <h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-6">Seamless IT Operations with VLC Managed NOC Services</h2> |
| | <p class="text-lg text-gray-600 mb-6">In today's fast-paced digital world, IT is more than just support—it's the backbone of your business. VLC's 24/7 Managed NOC Services provide operational stability and efficiency, allowing your team to focus on strategic growth while ensuring your infrastructure runs securely, reliably, and proactively.</p> |
| | <ul class="space-y-3 mb-6"> |
| | <li class="flex items-start gap-3"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)] mt-1 flex-shrink-0"></i> |
| | <span>24/7 monitoring of servers, networks, and applications</span> |
| | </li> |
| | <li class="flex items-start gap-3"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)] mt-1 flex-shrink-0"></i> |
| | <span>Proactive issue detection and resolution</span> |
| | </li> |
| | <li class="flex items-start gap-3"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)] mt-1 flex-shrink-0"></i> |
| | <span>Enterprise-grade security monitoring</span> |
| | </li> |
| | </ul> |
| | <a href="#contact" class="btn-primary inline-block px-6 py-3 rounded-md font-bold">Get a custom quote for Managed IT</a> |
| | </div> |
| | <div class="md:w-1/2" data-aos="fade-left"> |
| | <img src="https://huggingface.co/spaces/vlcsolutions/vlc-noc-command-center/resolve/main/images/managed-noc-services-main-banner.png" alt="NOC Operations Center" > |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-16 bg-[var(--vlc-tint)]"> |
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| | <h2 class="text-3xl font-bold text-center text-[var(--vlc-navy)] mb-12" data-aos="fade-up">Our Services</h2> |
| | <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| | <div class="bg-white p-6 rounded-xl shadow-md card-accent" data-aos="fade-up"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="layout" class="text-[var(--vlc-sky)] w-6 h-6"></i> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)]">NOC Design and Structure</h3> |
| | </div> |
| | <p class="text-gray-600">Build a high-performing network operations center customized to your business requirements.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-md card-accent" data-aos="fade-up" data-aos-delay="100"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="monitor" class="text-[var(--vlc-sky)] w-6 h-6"></i> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)]">24/7 IT Infrastructure Monitoring</h3> |
| | </div> |
| | <p class="text-gray-600">Maintain constant vigilance to ensure uninterrupted operations and early issue detection.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-md card-accent" data-aos="fade-up" data-aos-delay="200"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="alert-triangle" class="text-[var(--vlc-sky)] w-6 h-6"></i> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)]">24/7 Incident Response</h3> |
| | </div> |
| | <p class="text-gray-600">Resolve issues quickly and proactively to minimize downtime across your systems.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-md card-accent" data-aos="fade-up"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="message-square" class="text-[var(--vlc-sky)] w-6 h-6"></i> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)]">Communication Control</h3> |
| | </div> |
| | <p class="text-gray-600">Manage and optimize all communication platforms efficiently for seamless operations.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-md card-accent" data-aos="fade-up" data-aos-delay="100"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="git-merge" class="text-[var(--vlc-sky)] w-6 h-6"></i> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)]">Patch Management</h3> |
| | </div> |
| | <p class="text-gray-600">Keep all systems current and secure with consistent updates and maintenance.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-md card-accent" data-aos="fade-up" data-aos-delay="200"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="hard-drive" class="text-[var(--vlc-sky)] w-6 h-6"></i> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)]">Data Backup and Storage</h3> |
| | </div> |
| | <p class="text-gray-600">Protect the integrity and accessibility of your critical business data.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-md card-accent" data-aos="fade-up"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="shield" class="text-[var(--vlc-sky)] w-6 h-6"></i> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)]">Security Software Deployment</h3> |
| | </div> |
| | <p class="text-gray-600">Provide complete protection against cyber threats with active software management.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-md card-accent" data-aos="fade-up" data-aos-delay="100"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="search" class="text-[var(--vlc-sky)] w-6 h-6"></i> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)]">Threat Analysis and Prevention</h3> |
| | </div> |
| | <p class="text-gray-600">Implement proactive measures to detect and prevent potential network attacks.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-md card-accent" data-aos="fade-up" data-aos-delay="200"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="server" class="text-[var(--vlc-sky)] w-6 h-6"></i> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)]">HP, Dell, and IBM Managed NOC Services</h3> |
| | </div> |
| | <p class="text-gray-600">Expert NOC management tailored for HP, Dell, and IBM infrastructure.</p> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| | |
| | <section class="py-16 bg-white"> |
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| | <h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-8 text-center" data-aos="fade-up">Covered IT Infrastructure Components</h2> |
| | <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6"> |
| | <div class="bg-[var(--vlc-tint)] p-6 rounded-xl" data-aos="fade-up"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="server" class="text-[var(--vlc-leaf)] w-6 h-6"></i> |
| | <h3 class="text-lg font-bold text-[var(--vlc-navy)]">Servers</h3> |
| | </div> |
| | <p class="text-gray-600">Comprehensive monitoring and management of all server infrastructure.</p> |
| | </div> |
| | <div class="bg-[var(--vlc-tint)] p-6 rounded-xl" data-aos="fade-up" data-aos-delay="100"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="cpu" class="text-[var(--vlc-leaf)] w-6 h-6"></i> |
| | <h3 class="text-lg font-bold text-[var(--vlc-navy)]">Applications</h3> |
| | </div> |
| | <p class="text-gray-600">Ensure optimal performance of all business-critical applications.</p> |
| | </div> |
| | <div class="bg-[var(--vlc-tint)] p-6 rounded-xl" data-aos="fade-up" data-aos-delay="200"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="globe" class="text-[var(--vlc-leaf)] w-6 h-6"></i> |
| | <h3 class="text-lg font-bold text-[var(--vlc-navy)]">Websites</h3> |
| | </div> |
| | <p class="text-gray-600">24/7 uptime monitoring and performance optimization.</p> |
| | </div> |
| | <div class="bg-[var(--vlc-tint)] p-6 rounded-xl" data-aos="fade-up" data-aos-delay="300"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="database" class="text-[var(--vlc-leaf)] w-6 h-6"></i> |
| | <h3 class="text-lg font-bold text-[var(--vlc-navy)]">Databases</h3> |
| | </div> |
| | <p class="text-gray-600">Proactive management and optimization of database systems.</p> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-16 bg-[var(--vlc-leaf-tint)]"> |
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| | <h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-8 text-center" data-aos="fade-up">Business Benefits</h2> |
| | <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6"> |
| | <div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="check-circle" class="text-[var(--vlc-leaf)] w-6 h-6"></i> |
| | <h3 class="text-lg font-bold text-[var(--vlc-navy)]">Minimized Downtime</h3> |
| | </div> |
| | <p class="text-gray-600">Proactive monitoring and rapid incident response to keep your systems running.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up" data-aos-delay="100"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="check-circle" class="text-[var(--vlc-leaf)] w-6 h-6"></i> |
| | <h3 class="text-lg font-bold text-[var(--vlc-navy)]">Enhanced Security</h3> |
| | </div> |
| | <p class="text-gray-600">Comprehensive protection against cyber threats and vulnerabilities.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up" data-aos-delay="200"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="check-circle" class="text-[var(--vlc-leaf)] w-6 h-6"></i> |
| | <h3 class="text-lg font-bold text-[var(--vlc-navy)]">Operational Efficiency</h3> |
| | </div> |
| | <p class="text-gray-600">Streamlined IT operations that free your team to focus on strategic initiatives.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="check-circle" class="text-[var(--vlc-leaf)] w-6 h-6"></i> |
| | <h3 class="text-lg font-bold text-[var(--vlc-navy)]">Cost Savings</h3> |
| | </div> |
| | <p class="text-gray-600">Reduce IT management costs by 20-30% through proactive maintenance.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up" data-aos-delay="100"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="check-circle" class="text-[var(--vlc-leaf)] w-6 h-6"></i> |
| | <h3 class="text-lg font-bold text-[var(--vlc-navy)]">Scalability</h3> |
| | </div> |
| | <p class="text-gray-600">IT infrastructure that grows seamlessly with your business needs.</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up" data-aos-delay="200"> |
| | <div class="flex items-center gap-3 mb-3"> |
| | <i data-feather="check-circle" class="text-[var(--vlc-leaf)] w-6 h-6"></i> |
| | <h3 class="text-lg font-bold text-[var(--vlc-navy)]">Business Continuity</h3> |
| | </div> |
| | <p class="text-gray-600">Reliable systems that protect your revenue and reputation.</p> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| | |
| | <section class="py-16 pattern-navy"> |
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> |
| | <div class="bg-white/90 backdrop-blur-sm p-8 rounded-2xl shadow-xl"> |
| | <h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-6" data-aos="fade-up">Proven Results</h2> |
| | <p class="text-xl text-gray-700 max-w-4xl mx-auto mb-8" data-aos="fade-up" data-aos-delay="100"> |
| | VLC has helped over 1,000 businesses reduce IT-related downtime by an average of 30% within the first year. |
| | </p> |
| | |
| | <div class="grid md:grid-cols-3 gap-6 max-w-5xl mx-auto"> |
| | <div class="bg-white p-6 rounded-xl border-t-4 border-[var(--vlc-leaf)] shadow-lg" data-aos="fade-up"> |
| | <div class="text-5xl font-bold text-[var(--vlc-navy)] mb-3">98%</div> |
| | <p class="text-gray-600">Client satisfaction with support and performance improvements</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl border-t-4 border-[var(--vlc-sky)] shadow-lg" data-aos="fade-up" data-aos-delay="100"> |
| | <div class="text-5xl font-bold text-[var(--vlc-navy)] mb-3">20-30%</div> |
| | <p class="text-gray-600">Average cost savings in IT management</p> |
| | </div> |
| | <div class="bg-white p-6 rounded-xl border-t-4 border-[var(--vlc-navy)] shadow-lg" data-aos="fade-up" data-aos-delay="200"> |
| | <div class="text-5xl font-bold text-[var(--vlc-navy)] mb-3">0</div> |
| | <p class="text-gray-600">Data breaches in the last five years</p> |
| | </div> |
| | </div> |
| |
|
| | <div class="mt-10 bg-[var(--vlc-leaf-tint)] p-6 rounded-xl border-l-4 border-[var(--vlc-leaf)]" data-aos="fade-up"> |
| | <p class="text-lg text-[var(--vlc-navy)]"> |
| | "With over 20 years of experience across Distribution, E-commerce, Government, and Manufacturing, VLC delivers enterprise-grade expertise to organizations of all sizes." |
| | </p> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| | |
| | <section class="py-16 bg-white"> |
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> |
| | <h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-6" data-aos="fade-up">Turn IT Into a Strategic Asset</h2> |
| | <p class="text-xl text-gray-700 max-w-4xl mx-auto mb-8" data-aos="fade-up" data-aos-delay="100"> |
| | Whether scaling operations or stabilizing IT systems, VLC Managed NOC Services give your team the confidence to grow, innovate, and stay competitive. |
| | </p> |
| | <p class="text-gray-700 max-w-3xl mx-auto mb-8" data-aos="fade-up" data-aos-delay="200"> |
| | From predictive analytics to comprehensive coverage across servers, workstations, cloud, and virtual environments, we ensure your IT becomes a driver of productivity, efficiency, and business success. |
| | </p> |
| | <a href="#contact" class="btn-primary inline-block px-8 py-3 rounded-md font-bold text-lg" data-aos="fade-up">Ready to make IT certainly a strategic asset?</a> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-16 bg-[var(--vlc-tint)]"> |
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| | <div class="grid md:grid-cols-3 gap-8"> |
| | <div data-aos="fade-up"> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Capabilities</h3> |
| | <ul class="space-y-2 text-gray-700"> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Real-time Monitoring |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Proactive Issue Resolution |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Network Security Management |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Cloud Integration |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Data Backup Solutions |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Risk Mitigation |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Compliance Assurance |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Scalable Solutions |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> 24/7 Support |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Incident Response |
| | </li> |
| | </ul> |
| | </div> |
| | <div data-aos="fade-up" data-aos-delay="100"> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Benefits</h3> |
| | <ul class="space-y-2 text-gray-700"> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Minimized Downtime |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Improved Security |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Increased Efficiency |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Cost Savings |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Enhanced Productivity |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Risk Reduction |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Faster Resolution |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Seamless Scalability |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Operational Continuity |
| | </li> |
| | </ul> |
| | </div> |
| | <div data-aos="fade-up" data-aos-delay="200"> |
| | <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Features</h3> |
| | <ul class="space-y-2 text-gray-700"> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Automated Alerts |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Custom Dashboards |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Predictive Maintenance |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Data Encryption |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Regular Updates |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Remote Management |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Vulnerability Scanning |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Incident Reporting |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Performance Optimization |
| | </li> |
| | <li class="flex items-center gap-2"> |
| | <i data-feather="check" class="text-[var(--vlc-leaf)]"></i> Disaster Recovery |
| | </li> |
| | </ul> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-16 bg-white" id="contact"> |
| | <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> |
| | <h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-6" data-aos="fade-up">HP, Dell & IBM Managed NOC Services</h2> |
| | <button id="downloadBtn" class="btn-primary px-8 py-3 rounded-md font-bold text-lg" data-aos="fade-up"> |
| | Download Now |
| | </button> |
| | <form id="send_email_to_customer" action="./HP_Dell_and_IBM_Managed_NOC.php" method="post" class="hidden mt-8 bg-white p-8 rounded-xl shadow-md max-w-md mx-auto" data-aos="fade-up"> |
| | <div class="modal-content"> |
| | <h4 class="modal-title text-xl font-bold text-[var(--vlc-navy)] mb-4">Enter your email to download</h4> |
| | <span id="error" class="hidden text-red-500 text-sm mb-2">Please enter valid business email.</span> |
| | <input class="w-full px-4 py-2 border border-gray-300 rounded-md mb-4 focus:outline-none focus:ring-2 focus:ring-[var(--vlc-leaf)]" |
| | name="customer_email" id="customer_email" type="email" placeholder="Business Email *" required autocomplete="off"/> |
| | <input type="submit" value="Submit" id="distribution_btn" class="btn-primary w-full py-2 rounded-md font-bold"/> |
| | <input type="hidden" id="g-recaptcha-response-two" name="g-recaptcha-response-two"> |
| | <input type="hidden" name="action" value="validate_captcha_two"> |
| | </div> |
| | </form> |
| | </div> |
| | </section> |
| |
|
| | <div class="bg-[var(--vlc-tint)] p-8 md:p-12 rounded-xl" data-aos="fade-up"> |
| | <div class="max-w-4xl mx-auto"> |
| | <h3 class="text-2xl md:text-3xl font-bold text-[var(--vlc-navy)] mb-6 text-center">Optimize Your IT Infrastructure with Managed NOC Services</h3> |
| | <p class="text-lg text-gray-600 mb-8 text-center">Enhance operational stability and efficiency with our 24/7 Network Operations Center services for proactive monitoring and incident management.</p> |
| | <div class="bg-white rounded-xl shadow-xl p-8 mx-auto max-w-2xl border-t-4 border-[var(--vlc-leaf)]"> |
| | <h2 class="text-xl font-bold text-center mb-6 text-[var(--vlc-navy)]">Get to know more about VLC Managed NOC Services</h2> |
| | <form id="contactform" method="post" action="./managed_noc_services.php" enctype="multipart/form-data"> |
| | <input type="hidden" id="g-recaptcha-response" name="g-recaptcha-response"> |
| | <input type="hidden" name="action" value="validate_captcha"> |
| |
|
| | <div class="grid md:grid-cols-2 gap-4 mb-4"> |
| | <div> |
| | <label class="block text-sm font-medium mb-1 text-[var(--vlc-navy)]">First Name <span class="text-red-500">*</span></label> |
| | <input type="text" name="first_name" id="first_name" required |
| | class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-[var(--vlc-leaf)]"> |
| | </div> |
| | <div> |
| | <label class="block text-sm font-medium mb-1 text-[var(--vlc-navy)]">Last Name <span class="text-red-500">*</span></label> |
| | <input type="text" name="last_name" id="last_name" required |
| | class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-[var(--vlc-leaf)]"> |
| | </div> |
| | </div> |
| |
|
| | <div class="mb-4"> |
| | <label class="block text-sm font-medium mb-1 text-[var(--vlc-navy)]">Organization Name <span class="text-red-500">*</span></label> |
| | <input type="text" name="company" id="company" required |
| | class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-[var(--vlc-leaf)]"> |
| | </div> |
| |
|
| | <div class="mb-4"> |
| | <label class="block text-sm font-medium mb-1 text-[var(--vlc-navy)]">Business Email <span class="text-red-500">*</span></label> |
| | <input type="email" name="email" id="email" required |
| | class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-[var(--vlc-leaf)]"> |
| | <p id="email_error" class="text-red-500 text-sm hidden">Please enter valid email.</p> |
| | </div> |
| |
|
| | <div class="mb-4"> |
| | <label class="block text-sm font-medium mb-1 text-[var(--vlc-navy)]">Business Phone Number <span class="text-red-500">*</span></label> |
| | <input type="text" name="phone_number" id="phone_number" required |
| | class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-[var(--vlc-leaf)]"> |
| | </div> |
| |
|
| | <div class="mb-4"> |
| | <label class="block text-sm font-medium mb-1 text-[var(--vlc-navy)]">Note <span class="text-red-500">*</span></label> |
| | <textarea name="note" id="note" rows="4" required |
| | class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-[var(--vlc-leaf)]"></textarea> |
| | </div> |
| |
|
| | <div class="text-xs mb-4"> |
| | <p>Our privacy practices, and how we are committed to protecting and respecting your privacy, please review our <a href="./privacy.html" class="text-[var(--vlc-sky)] hover:underline" target="_blank">Privacy Policy</a>.</p> |
| | <p class="mt-2">By clicking submit below, you consent to allow VLC Solutions to store and process the personal information submitted above to provide you the content requested.</p> |
| | </div> |
| | <button type="submit" class="w-full bg-gradient-to-r from-[var(--vlc-leaf)] to-[var(--vlc-sky)] hover:from-[var(--vlc-leaf-700)] hover:to-[var(--vlc-sky)] text-[var(--vlc-navy)] font-bold py-3 px-4 rounded-md transition duration-300"> |
| | Get in Touch |
| | </button> |
| | </form> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| | |
| | <footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8"> |
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| | <div class="grid md:grid-cols-3 gap-10 mb-10"> |
| | <div> |
| | <h3 class="font-bold mb-3">Contact Us</h3> |
| | <div class="text-gray-300 space-y-3"> |
| | <div class="flex items-start"> |
| | <i data-feather="map-pin" class="w-5 h-5 mr-3"></i> |
| | <span>1900 E Golf Rd, Suite 950<br>Schaumburg, IL 60173</span> |
| | </div> |
| | <div class="flex items-center"> |
| | <i data-feather="phone" class="w-5 h-5 mr-3"></i> |
| | <span>+1 (224) 955-1818</span> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | <div> |
| | <h3 class="font-bold mb-3">Quick Links</h3> |
| | <div class="grid grid-cols-2 gap-4 text-gray-300"> |
| | <ul class="space-y-2"> |
| | <li><a href="./index.html" class="hover:text-white">Home</a></li> |
| | <li><a href="./who-we-are.html" class="hover:text-white">About Us</a></li> |
| | <li><a href="./solutions.html" class="hover:text-white">Solutions</a></li> |
| | <li><a href="./services.html" class="hover:text-white">Services</a></li> |
| | <li><a href="./industries.html" class="hover:text-white">Industries</a></li> |
| | </ul> |
| | <ul class="space-y-2"> |
| | <li><a href="./products.html" class="hover:text-white">Products</a></li> |
| | <li><a href="./who-we-serve.html" class="hover:text-white">Who We Serve</a></li> |
| | <li><a href="./blog/" class="hover:text-white">Blog</a></li> |
| | <li><a href="./case-studies.html" class="hover:text-white">Case Studies</a></li> |
| | <li><a href="./contact-us.html" class="hover:text-white">Contact Us</a></li> |
| | </ul> |
| | </div> |
| | </div> |
| |
|
| | <div> |
| | <h3 class="font-bold mb-3">VLC Solutions</h3> |
| | <p class="text-gray-300 mb-4">Empowering Your Business through Intelligent AI-enabled IT Solutions</p> |
| | <div class="flex gap-4"> |
| | <a href="https://www.linkedin.com/company/vlc-solutions-llc" target="_blank" class="text-gray-300 hover:text-white" aria-label="LinkedIn"> |
| | <i data-feather="linkedin" class="w-5 h-5"></i> |
| | </a> |
| | <a href="https://www.instagram.com/vlcsolutionsllc/" target="_blank" class="text-gray-300 hover:text-white" aria-label="Instagram"> |
| | <i data-feather="instagram" class="w-5 h-5"></i> |
| | </a> |
| | <a href="https://x.com/vlcsolutions" target="_blank" class="text-gray-300 hover:text-white" aria-label="Twitter / X"> |
| | <i data-feather="twitter" class="w-5 h-5"></i> |
| | </a> |
| | <a href="https://www.pinterest.com/vlcsolutions/" target="_blank" class="group" aria-label="Pinterest"> |
| | <img src="https://cdn.simpleicons.org/pinterest/9ca3af" class="w-5 h-5 transition group-hover:invert" alt="Pinterest"> |
| | </a> |
| | <a href="https://www.youtube.com/@vlcsolutions/" target="_blank" class="text-gray-300 hover:text-white" aria-label="YouTube"> |
| | <i data-feather="youtube" class="w-5 h-5"></i> |
| | </a> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | <div class="border-t border-[var(--vlc-navy-700)] pt-6 text-center text-gray-300"> |
| | © 2025 VLC Solutions. All rights reserved. |
| | </div> |
| | </div> |
| | </footer> |
| | <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> |
| | <script> |
| | |
| | $(document).ready(function() { |
| | |
| | $('#downloadBtn').click(function() { |
| | $('#send_email_to_customer').toggleClass('hidden'); |
| | }); |
| | |
| | |
| | $('body').append('<button id="toTopBtn" class="fixed bottom-8 right-8 bg-[var(--vlc-navy)] text-white w-12 h-12 rounded-full shadow-lg opacity-0 transition-opacity duration-300 flex items-center justify-center"><i data-feather="arrow-up"></i></button>'); |
| | feather.replace(); |
| | |
| | $(window).scroll(function() { |
| | if ($(this).scrollTop() > 50) { |
| | $('#toTopBtn').fadeIn(); |
| | } else { |
| | $('#toTopBtn').fadeOut(); |
| | } |
| | }); |
| | |
| | $('#toTopBtn').click(function() { |
| | $("html, body").animate({ |
| | scrollTop: 0 |
| | }, 1000); |
| | return false; |
| | }); |
| | |
| | |
| | function getUrlVars() { |
| | let vars = [], hash; |
| | let hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&'); |
| | for(let i = 0; i < hashes.length; i++) { |
| | hash = hashes[i].split('='); |
| | vars.push(hash[0]); |
| | vars[hash[0]] = hash[1]; |
| | } |
| | return vars; |
| | } |
| | |
| | $('#email_error').hide(); |
| | let result = getUrlVars()["result"]; |
| | if(typeof(result) != 'undefined'){ |
| | if(result.includes('success')) { |
| | alert('Thank you for your submission! We will contact you soon.'); |
| | } else { |
| | alert('There was an error with your submission. Please try again.'); |
| | } |
| | } |
| | }); |
| | function removeQuery() { |
| | let url = window.location.href; |
| | let a = url.indexOf("?"); |
| | let b = url.substring(a); |
| | let c = url.replace(b,""); |
| | window.location.href = c; |
| | } |
| | |
| | function showDownloadForm() { |
| | document.getElementById('send_email_to_customer').classList.toggle('hidden'); |
| | } |
| | |
| | document.addEventListener('DOMContentLoaded', () => { |
| | |
| | if (window.AOS) { |
| | AOS.init({ |
| | duration: 800, |
| | easing: 'ease-in-out', |
| | once: true, |
| | mirror: false, |
| | offset: 120, |
| | disable: window.innerWidth < 768 |
| | }); |
| | } |
| | |
| | |
| | if (window.feather) { |
| | feather.replace(); |
| | } |
| | |
| | |
| | const mobileMenuButton = document.getElementById('mobile-menu-button'); |
| | const mobileMenu = document.getElementById('mobile-menu'); |
| | |
| | if (mobileMenuButton && mobileMenu) { |
| | mobileMenuButton.addEventListener('click', () => { |
| | |
| | mobileMenu.classList.toggle('hidden'); |
| | |
| | |
| | const icon = mobileMenuButton.querySelector('i'); |
| | if (mobileMenu.classList.contains('hidden')) { |
| | feather.icons.menu.replace(); |
| | } else { |
| | feather.icons.x.replace(); |
| | } |
| | }); |
| | } |
| | |
| | |
| | window.toggleMobileDropdown = function(id) { |
| | const dropdown = document.getElementById(id); |
| | dropdown.classList.toggle('hidden'); |
| | |
| | |
| | const button = dropdown.previousElementSibling; |
| | const icon = button.querySelector('i'); |
| | if (dropdown.classList.contains('hidden')) { |
| | feather.icons['chevron-down'].replace(); |
| | } else { |
| | feather.icons['chevron-up'].replace(); |
| | } |
| | }; |
| | |
| | }); |
| | |
| | |
| | window.addEventListener('resize', function() { |
| | if (window.AOS && AOS.refreshHard) { |
| | AOS.refreshHard(); |
| | } |
| | }); |
| | </script> |
| | <script src="https://www.google.com/recaptcha/api.js?render=6LfWu2YcAAAAAPooSewjuw82sSxhAdh657M4VvzT"></script> |
| | <script> |
| | grecaptcha.ready(function() { |
| | grecaptcha.execute('6LfWu2YcAAAAAPooSewjuw82sSxhAdh657M4VvzT', {action:'validate_captcha'}) |
| | .then(function(token) { |
| | document.getElementById('g-recaptcha-response').value = token; |
| | }); |
| | }); |
| | </script> |
| |
|
| | </body> |
| | </html> |