Bohora-rental/parts/Testimonial.php
2025-02-19 13:32:46 +05:45

89 lines
4.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--Testimonial Section Start -->
<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');">
</div>
<div class="testimonial-content mt-3">
<div class="name-job mb-3">
<h3 class="name text-center">
Umesh Pandey
</h3>
<h4 class="job text-center">Founder & CEO of Motif Education Abroad (P) Ltd.</h4>
</div>
<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');">
</div>
<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>
</div>
<p>
“Highly recommend Bohara Car Rental for anyone traveling in Nepal. They made my
journey so smooth and enjoyable!
</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');">
</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>
</div>
</div>
</div>
</div>
<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>