|
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/ | |
|
Path: /home2/outerorb/luxvegatech.com/partners.php
Size: 3.1 KB
Permissions: 0666
<?php
$page_title = 'Partners & Certifications | LuxVegaTech';
$page_description = 'Explore LuxVegaTech partner relationships, certifications, and technology alliances that power our services.';
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 class="wow fadeInUp" data-cursor="-opaque">Partners & <span>Certifications</span></h1>
<nav class="wow fadeInUp" data-wow-delay="0.2s">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<?= base_url('index.php') ?>">home</a></li>
<li class="breadcrumb-item active" aria-current="page">Partners</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<div class="about-us">
<div class="container">
<div class="row section-row align-items-center">
<div class="col-lg-12">
<div class="section-title section-title-center">
<h3 class="wow fadeInUp">Our Partners</h3>
<h2 class="text-effect wow fadeInUp" data-wow-delay="0.2s" data-cursor="-opaque">Trusted by leading technology and security brands</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="service-item"><div class="service-item-content"><h3>Endpoint Security Vendors</h3><p>Partnerships with leading antivirus and threat detection platforms to protect devices and networks.</p></div></div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="service-item"><div class="service-item-content"><h3>Cloud & Infrastructure</h3><p>Technology alliances that help us scale secure networks, cloud services, and hybrid deployments.</p></div></div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.4s">
<div class="service-item"><div class="service-item-content"><h3>Marketing Platforms</h3><p>Integrations with analytics, ad management, and automation tools for smarter campaigns.</p></div></div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="service-item"><div class="service-item-content"><h3>Analytics & AI</h3><p>Partnered platforms that power our customer intelligence, reporting, and optimization work.</p></div></div>
</div>
</div>
</div>
</div>
<?php require __DIR__ . '/inc/footer.php'; ?>
</body>
</html>