changes
This commit is contained in:
@ -0,0 +1,85 @@
|
||||
<?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/quality.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 ">
|
||||
|
||||
<h3 class="section-title mt-80" style="color:#017BAA">Quality Assurance
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
<p>At ABC Hospitality, quality is not merely a standard; it is our
|
||||
unwavering obsession. We engage in meticulous scrutiny of each product
|
||||
and service, consistently surpassing industry benchmarks. Our commitment
|
||||
to excellence is unmistakably demonstrated through exhaustive measures
|
||||
ensuring unparalleled quality. The relentless pursuit of perfection
|
||||
defines our ethos, setting us apart in a fiercely competitive market.
|
||||
With the highest standards as our benchmark, we dedicate ourselves to
|
||||
providing a level of quality that goes beyond expectations. In this
|
||||
pursuit, our dedication stands out, underscoring a culture driven by an
|
||||
unyielding commitment to deliver excellence in every aspect of our
|
||||
offerings.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ltn__tab-menu text-uppercase">
|
||||
<div class="nav">
|
||||
<a data-bs-toggle="tab"">Relentless</a>
|
||||
<a data-bs-toggle=" tab">Pirsuit</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