Server : LiteSpeed System : Linux in-mum-web1112.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u451330669 ( 451330669) PHP Version : 8.2.27 Disable Function : NONE Directory : /home/u451330669/domains/heertourstravels.in/public_html/ |
<?php require('top.php');
?>
<!-- Breadcrumb Section Begin -->
<div class="breadcrumb-option spad set-bg" data-setbg="img/breadcrumb-bg.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="breadcrumb__text">
<h2>Gallery Page</h2>
<div class="breadcrumb__links">
<a href="index.php">Home</a>
<span>Gallery Page</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Latest Section Begin -->
<section class="latest spad">
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-8 col-sm-6">
<div class="section-title">
<span>OUR VEHICLES BRANDS & TYPE
</span>
<h2>Find Your<strong> Best Routes</strong>.</h2>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="latest__btn">
<a href="#" class="primary-btn normal-btn">View All</a>
</div>
</div>
</div>
<div class="row">
<?php
$get_services=get_services($con,8);
foreach ($get_services as $list) {
?>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="latest__item">
<div class="latest__item__pic">
<img src="<?php echo PRODUCT_IMAGE_SITE_PATH.$list['image']?>" alt="">
</div>
<div class="latest__item__text">
<h4><?php echo $list['services']?></h4>
<span><?php echo $list['description']?></span>
<a href="#">Read more</a>
</div>
</div>
</div>
<?php
} ?>
</div>
</div>
</section>
<!-- Latest Section End -->
<?php require('footer.php')
?>