changes
This commit is contained in:
@ -0,0 +1,81 @@
|
||||
<?php include('partials/header.php'); ?>
|
||||
|
||||
<!-- BREADCRUMB AREA START -->
|
||||
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
||||
data-bg="img/bg/breadcrumb.png">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="ltn__breadcrumb-inner ltn__breadcrumb-inner-2 justify-content-between">
|
||||
<div class="section-title-area ltn__section-title-2">
|
||||
|
||||
<h1 class="section-title white-color">Our Values</h1>
|
||||
</div>
|
||||
<div class="ltn__breadcrumb-list">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li>Our Values</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- BREADCRUMB AREA END -->
|
||||
|
||||
<!-- OUR HISTORY AREA START -->
|
||||
<div class="ltn__our-history-area pb-100">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="ltn__our-history-inner">
|
||||
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
||||
<div class="ltn__product-tab-content-inner">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 align-self-center">
|
||||
<div class="about-us-img-wrap about-img-left">
|
||||
<img src="img/service/expansion.png" alt="Image">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 align-self-center">
|
||||
<div class="about-us-info-wrap">
|
||||
<div class="section-title-area ltn__section-title-2">
|
||||
<h6 class="section-subtitle ltn__secondary-color"></h6>
|
||||
<h3 class="section-title mt-80" style="color:#017BAA">Global Expansion
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
<p>ABC Hospitality doesn't just expand globally; we do so strategically with
|
||||
a localized touch. Our global expansion initiatives are designed not
|
||||
only to reach new markets and clientele but also to pioneer quality
|
||||
assurance and ethical practices on a global scale. By choosing us, you
|
||||
opt for a partner with extensive experience and capabilities in
|
||||
navigating international markets while maintaining a personalized and
|
||||
localized approach.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ltn__tab-menu text-uppercase">
|
||||
<div class="nav">
|
||||
<a data-bs-toggle="tab"">Strategic global market presence</a>
|
||||
<a data-bs-toggle=" tab">Pioneering quality assurance globally</a>
|
||||
<a data-bs-toggle="tab">Highest Standard</a>
|
||||
<a data-bs-toggle="tab">Dedication</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- OUR HISTORY AREA END -->
|
||||
|
||||
<?php include('partials/footer.php'); ?>
|
Reference in New Issue
Block a user