Bohora-rental/parts/Testimonial.php

89 lines
4.1 KiB
PHP
Raw Permalink Normal View History

2025-01-09 20:07:52 +05:45
<!--Testimonial Section Start -->
2025-02-19 13:32:46 +05:45
<section class="testimonial-section-3 bg-cover padding-t-sm padding-b-sm fix"
style="background-image: url('img/testimonial/bg-testimonial-home3.png');">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="title">Our Customers Saying</h2>
</div>
</div>
<div class="testimonial-wrapper-2">
<div class="swiper testimonial-slider-3">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-single-items">
<div class="testimonial-img bg-cover " style="background-image: url('img/person.jpg');">
2025-01-08 18:14:24 +05:45
</div>
2025-02-19 13:32:46 +05:45
<div class="testimonial-content mt-3">
<div class="name-job mb-3">
<h3 class="name text-center">
Umesh Pandey
</h3>
2025-01-09 20:07:52 +05:45
2025-02-19 13:32:46 +05:45
<h4 class="job text-center">Founder & CEO of Motif Education Abroad (P) Ltd.</h4>
2025-01-08 18:14:24 +05:45
</div>
2025-02-19 13:32:46 +05:45
<p class="text-center">
“I had an amazing trip with Puran Bohara from Bohara Car Rental. The driver was
professional, the car was comfortable, and the experience was unforgettable!
</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-single-items">
<div class="testimonial-img bg-cover" style="background-image: url('img/person.jpg');">
2025-01-08 18:14:24 +05:45
</div>
2025-02-19 13:32:46 +05:45
<div class="testimonial-content mt-3">
<div class="name-job mb-3">
<h3 class="name text-center">
Nawaraj Karkee
</h3>
<h4 class="job">Customer</h4>
2025-01-08 18:14:24 +05:45
</div>
2025-02-19 13:32:46 +05:45
<p>
“Highly recommend Bohara Car Rental for anyone traveling in Nepal. They made my
journey so smooth and enjoyable!
</p>
2025-01-08 18:14:24 +05:45
</div>
</div>
</div>
2025-02-19 13:32:46 +05:45
<div class="swiper-slide">
<div class="testimonial-single-items">
<div class="testimonial-img bg-cover" style="background-image: url('img/person.jpg');">
</div>
<div class="testimonial-content mt-3">
<div class="name-job mb-3">
<h3 class="name text-center">
Shirley Smith
</h3>
<h4 class="job">Customer</h4>
</div>
<p>
This is due to their excellent service, competitive pricing and customer support.
Its throughly refresing to get such a personal touch.
</p>
</div>
2025-01-09 20:07:52 +05:45
</div>
</div>
2025-01-08 18:14:24 +05:45
</div>
</div>
2025-02-19 13:32:46 +05:45
<div class="client-img-items">
<div class="array-button wow fadeInUp" data-wow-delay=".6s">
<button class="array-next "><i class="fa-solid fa-arrow-left-long"></i></button>
<button class="array-prev"><i class="fa-solid fa-arrow-right-long"></i></button>
</div>
</div>
</div>
</div>
</section>