added link
This commit is contained in:
parent
6499126478
commit
5719967395
@ -4027,6 +4027,12 @@ span {
|
||||
.pt-40 {
|
||||
padding-top: 40px;
|
||||
}
|
||||
.pb-10{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.pt-20{
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.hero-1 {
|
||||
position: relative;
|
||||
|
@ -21,6 +21,7 @@
|
||||
<div class="swiper-wrapper">
|
||||
<div class="swiper-slide">
|
||||
<div class="car-rentals-items">
|
||||
<a href="peugeot.php">
|
||||
<div class="car-image">
|
||||
<img src="img/Cars/peugeot_308.jpg" alt="img">
|
||||
</div>
|
||||
@ -36,7 +37,7 @@
|
||||
<i class="fa-solid fa-star"></i>
|
||||
|
||||
</div>
|
||||
<h4><a href="car-details.php">peugeot 308</a></h4>
|
||||
<h4>peugeot 308</h4>
|
||||
<h6>$70.00 <span>/ Day</span></h6>
|
||||
<div class="icon-items">
|
||||
<ul>
|
||||
@ -60,12 +61,14 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a href="peugeot.php" class="theme-btn bg-color w-100 text-center">book now <i class="fa-solid fa-arrow-right ps-1"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="car-rentals-items">
|
||||
<a href="navara.php">
|
||||
<div class="car-image">
|
||||
<img src="img/Cars/navara.jpg" alt="img">
|
||||
</div>
|
||||
@ -81,7 +84,7 @@
|
||||
<i class="fa-solid fa-star"></i>
|
||||
<span>2 Reviews</span>
|
||||
</div>
|
||||
<h4><a href="car-details.php">Navara</a></h4>
|
||||
<h4>Navara</h4>
|
||||
<h6>$70.00 <span>/ Day</span></h6>
|
||||
<div class="icon-items">
|
||||
<ul>
|
||||
@ -105,12 +108,14 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a href="navara.php" class="theme-btn bg-color w-100 text-center">book now <i class="fa-solid fa-arrow-right ps-1"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="car-rentals-items">
|
||||
<a href="beetle.php">
|
||||
<div class="car-image">
|
||||
<img src="img/Cars/beetle.jpg" alt="img">
|
||||
</div>
|
||||
@ -126,7 +131,7 @@
|
||||
<i class="fa-solid fa-star"></i>
|
||||
<span>2 Reviews</span>
|
||||
</div>
|
||||
<h4><a href="car-details.php">beetle</a></h4>
|
||||
<h4>beetle</h4>
|
||||
<h6>$70.00 <span>/ Day</span></h6>
|
||||
<div class="icon-items">
|
||||
<ul>
|
||||
@ -150,6 +155,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a href="beetle.php" class="theme-btn bg-color w-100 text-center">book now <i class="fa-solid fa-arrow-right ps-1"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -12,8 +12,9 @@
|
||||
<h6 class="title"><a href="car-grid.php">ConTact</a></h6>
|
||||
<div class="icon-box">
|
||||
<div class="icon">
|
||||
<img src="img/how-work/icon-1.png" alt="img" class="icon-1">
|
||||
<img src="img/how-work/icon-11.png" alt="img" class="icon-2">
|
||||
<img src="img/how-work/icon-2.png" alt="img" class="icon-1">
|
||||
<img src="img/how-work/icon-22.png" alt="img" class="icon-2">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
@ -23,21 +24,22 @@
|
||||
</div>
|
||||
<div class="col-xl-3 col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".4s">
|
||||
<div class="how-works-items">
|
||||
<h6 class="title"><a href="car-grid.php">Share</a></h6>
|
||||
<h6 class="title"><a href="car-grid.php">Search</a></h6>
|
||||
<div class="icon-box">
|
||||
<div class="icon">
|
||||
<img src="img/how-work/icon-2.png" alt="img" class="icon-1">
|
||||
<img src="img/how-work/icon-22.png" alt="img" class="icon-2">
|
||||
<img src="img/how-work/icon-1.png" alt="img" class="icon-1">
|
||||
<img src="img/how-work/icon-11.png" alt="img" class="icon-2">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
Let us know your travel dates, destinations, and preferences.
|
||||
Search through our luxurious and comfortable cars.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-3 col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".6s">
|
||||
<div class="how-works-items">
|
||||
<h6 class="title"><a href="car-grid.php">Recommend</a></h6>
|
||||
<h6 class="title"><a href="car-grid.php">Book</a></h6>
|
||||
<div class="icon-box">
|
||||
<div class="icon">
|
||||
<img src="img/how-work/icon-3.png" alt="img" class="icon-1">
|
||||
@ -45,21 +47,21 @@
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
We’ll recommend the best vehicle and driver for your trip.
|
||||
Book the best car of your preference.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-3 col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".8s">
|
||||
<div class="how-works-items">
|
||||
<h6 class="title"><a href="car-grid.php">Confirm</a></h6>
|
||||
<div class="icon-box">
|
||||
<h6 class="title"><a href="car-grid.php">Enjoy</a></h6>
|
||||
<div class="icon-box ">
|
||||
<div class="icon">
|
||||
<img src="img/how-work/icon-4.png" alt="img" class="icon-1">
|
||||
<img src="img/how-work/icon-44.png" alt="img" class="icon-2">
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
Confirm your booking and get ready for an unforgettable journey!
|
||||
<p class="pt-20">
|
||||
That's it. Enjoy our comfortable ride for unforgettable trips!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user