27 lines
1.4 KiB
PHP
27 lines
1.4 KiB
PHP
<!-- ABOUT US AREA START -->
|
|
<div class="ltn__about-us-area pt-120 pb-120">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-6 align-self-center">
|
|
<div class="about-us-img-wrap about-img-left">
|
|
<img src="<?php echo get_template_directory_uri(); ?>/img/others/about.png" alt="About Us 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">About Us</h6>
|
|
<h1 class="section-title">ABC Hospitality</h1>
|
|
|
|
</div>
|
|
<p>Welcome to ABC Hospitality Business, an esteemed player in the field of uniform craftsmanship.
|
|
Operating under the legal entity ABC Hospitality Business, we take pride in our pivotal role in
|
|
the supply and trading of meticulously crafted uniforms, reinforcing our commitment to
|
|
excellence in the dynamic hospitality industry.</p>
|
|
</div>
|
|
<a href="about-us.php"> <button class='btn btn-custom-color'>Read More</button></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- ABOUT US AREA END --> |