Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/luxvegatech.com/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: antivirus-security.php

Path: /home2/outerorb/luxvegatech.com/antivirus-security.php

Size: 7.17 KB

Permissions: 0666

<?php
$page_title = 'Endpoint Security & Antivirus Reseller | LuxVegaTech';
$page_description = 'Managed endpoint security & antivirus reseller services with AI threat detection, deployment, and incident response from LuxVegaTech.';
require __DIR__ . '/inc/head.php';
?>
<body>
<?php require __DIR__ . '/inc/header.php'; ?>

    <!-- Page Header Start -->
    <div class="page-header">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-12">
                    <div class="page-header-box">
                        <h1 data-cursor="-opaque">Endpoint Security & <span>Antivirus Reseller</span></h1>
                        <nav>
                            <ol class="breadcrumb">
                                <li class="breadcrumb-item"><a href="<?= base_url('index.php') ?>">home</a></li>
                                <li class="breadcrumb-item"><a href="<?= base_url('services.php') ?>">services</a></li>
                                <li class="breadcrumb-item active" aria-current="page">Endpoint Security</li>
                            </ol>
                        </nav>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Page Header End -->

    <div class="page-service-single">
        <div class="container">
            <div class="row">
                <div class="col-lg-8">
                    <div class="service-single-content">
                        <div class="page-single-image">
                            <figure class="image-anime reveal">
                                <img src="<?= base_url('images/antivirus-reseller.jpg') ?>" alt="Endpoint security and antivirus management">
                            </figure>
                        </div>
                        <div class="service-entry">
                            <p>LuxVegaTech helps businesses purchase, deploy, and manage enterprise-grade antivirus and endpoint security platforms from trusted vendors. We simplify licensing, rollout, and ongoing administration so your team can stay focused on work, not security overhead.</p>
                            <p>Our managed service covers AI-assisted threat detection, device policy enforcement, central dashboard monitoring, and incident response support to help you contain threats quickly and keep endpoints protected.</p>

                            <div class="service-solution-box">
                                <h2>What we deliver</h2>
                                <div class="service-solution-grid">
                                    <div class="service-step-card">
                                        <span class="service-step-number">01</span>
                                        <div class="service-step-icon"><img src="<?= base_url('images/icon-how-work-step-1.svg') ?>" alt=""></div>
                                        <h3>AI threat detection</h3>
                                        <p>Behavior-based scanning and ransomware protection for laptops, desktops, and servers.</p>
                                    </div>
                                    <div class="service-step-card">
                                        <span class="service-step-number">02</span>
                                        <div class="service-step-icon"><img src="<?= base_url('images/icon-how-work-step-2.svg') ?>" alt=""></div>
                                        <h3>Deployment and licensing</h3>
                                        <p>Fast rollout, vendor licensing support, and centralized policy management.</p>
                                    </div>
                                    <div class="service-step-card">
                                        <span class="service-step-number">03</span>
                                        <div class="service-step-icon"><img src="<?= base_url('images/icon-how-work-step-3.svg') ?>" alt=""></div>
                                        <h3>Incident response</h3>
                                        <p>Rapid support for suspicious activity, malware events, and containment workflows.</p>
                                    </div>
                                </div>
                            </div>

                            <div class="service-impact-box">
                                <h2>Why clients choose this service</h2>
                                <div class="service-impact-grid">
                                    <div class="service-impact-card"><div class="icon-box"><img src="<?= base_url('images/icon-approach-1.svg') ?>" alt=""></div><div class="service-impact-card-content"><h3>Flexible vendor options</h3><p>Match the right antivirus platform and license level to each environment.</p></div></div>
                                    <div class="service-impact-card"><div class="icon-box"><img src="<?= base_url('images/icon-approach-2.svg') ?>" alt=""></div><div class="service-impact-card-content"><h3>Managed updates</h3><p>Keep protection current with automated updates and policy tuning.</p></div></div>
                                    <div class="service-impact-card"><div class="icon-box"><img src="<?= base_url('images/icon-approach-3.svg') ?>" alt=""></div><div class="service-impact-card-content"><h3>Compliance support</h3><p>Endpoint controls that help you maintain security and audit readiness.</p></div></div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="col-lg-4">
                    <div class="page-single-sidebar">
                        <div class="page-catagery-list">
                            <h3>Related services</h3>
                            <ul>
                                <li><a href="<?= base_url('it-support.php') ?>">IT Support & Managed Services</a></li>
                                <li><a href="<?= base_url('ai-digital-marketing.php') ?>">AI Digital Marketing</a></li>
                                <li><a href="<?= base_url('social-media-profiling.php') ?>">Social Media Profiling</a></li>
                            </ul>
                        </div>
                        <div class="sidebar-cta-box">
                            <div class="sidebar-cta-logo"><img src="<?= base_url('images/luxvegatech-logo.png') ?>" alt=""></div>
                            <div class="sidebar-cta-content"><h3>Secure your endpoints</h3><p>Talk to our security team for a free antivirus and endpoint protection review.</p></div>
                            <div class="sidebar-cta-contact"><ul><li><a href="tel:<?= htmlspecialchars(CONTACT_PHONE) ?>"><img src="<?= base_url('images/icon-phone-gradiant.svg') ?>" alt=""><?= htmlspecialchars(CONTACT_PHONE) ?></a></li><li><a href="mailto:<?= htmlspecialchars(CONTACT_EMAIL) ?>"><img src="<?= base_url('images/icon-mail-gradiant.svg') ?>" alt=""><?= htmlspecialchars(CONTACT_EMAIL) ?></a></li></ul></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

<?php require __DIR__ . '/inc/footer.php'; ?>
</body>
</html>

← Back to Directory Edit File 🔒 Chmod

WP File Manager