Orient_Website/home/facts.php

15 lines
565 B
PHP
Raw Normal View History

2024-06-10 11:48:07 +00:00
<div class="container-fluid counter-facts py-5">
<div class="container ">
<div class="row ">
<div class="col-8 wow fadeInUp" data-wow-delay="0.1s">
<h2 class="text-center">Confused which destination is best? <br>Let us help you right away !</h2>
</div>
<div class="col-lg-2 row-cols-1 text-center mb-2 mb-lg-0">
2024-06-24 11:08:38 +00:00
<a href="apply.php" class="btn btn-outline-dark rounded-pill m-3 " data-bs-toggle="modal"
data-bs-target="#exampleModal" data-bs-whatever="Orient">Apply Now</a>
2024-06-10 11:48:07 +00:00
</div>
</div>
</div>
</div>