|
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/industries.php
Size: 3.98 KB
Permissions: 0666
<?php
$page_title = 'Industries We Serve | LuxVegaTech';
$page_description = 'LuxVegaTech supports small businesses, healthcare, real estate, retail, and professional services with tailored IT and marketing solutions.';
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">Industries <span>We Serve</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">Industries</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<div class="our-services">
<div class="container">
<div class="row section-row">
<div class="col-lg-12">
<div class="section-title section-title-center">
<h3 class="wow fadeInUp">Industries</h3>
<h2 class="wow fadeInUp" data-wow-delay="0.2s" data-cursor="-opaque">Built for your industry</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 wow fadeInUp">
<div class="service-item">
<div class="service-item-content"><h3>Healthcare</h3><p>Secure patient data, support hybrid work, and scale digital marketing for healthcare providers.</p></div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="service-item">
<div class="service-item-content"><h3>Real Estate</h3><p>Protect property data, support remote teams, and generate leads with targeted AI campaigns.</p></div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.4s">
<div class="service-item">
<div class="service-item-content"><h3>Retail & E-commerce</h3><p>Keep point-of-sale systems safe, optimize customer journeys, and grow sales with marketing automation.</p></div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="service-item">
<div class="service-item-content"><h3>Professional Services</h3><p>Support consultants, lawyers, and agencies with reliable IT and client-facing digital experiences.</p></div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.8s">
<div class="service-item">
<div class="service-item-content"><h3>Startups</h3><p>Launch faster with scalable IT, security, and marketing systems that grow with your business.</p></div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="1s">
<div class="service-item">
<div class="service-item-content"><h3>Nonprofits</h3><p>Stretch limited budgets with efficient tech support and marketing that reaches donors and stakeholders.</p></div>
</div>
</div>
</div>
</div>
</div>
<?php require __DIR__ . '/inc/footer.php'; ?>
</body>
</html>