Bohora-rental/parts/Testimonial.php
2025-02-16 17:55:34 +05:45

78 lines
4.5 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">
<p>
“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 class="name-job">
<h3 class="name">
Umesh Pandey
</h3>
<span class="job">Founder & CEO of Motif Education Abroad (P) Ltd.</span>
</div>
</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">
<p>
“Highly recommend Bohara Car Rental for anyone traveling in Nepal. They made my journey so smooth and enjoyable!
</p>
<div class="name-job">
<h3 class="name">
Nawaraj Karkee
</h3>
<span class="job">Customer</span>
</div>
</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">
<p>
This is due to their excellent service, competitive pricing and customer support. Its throughly refresing to get such a personal touch.
</p>
<div class="name-job">
<h3 class="name">
Shirley Smith
</h3>
<span class="job">Customer</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="client-img-items">
<div class="array-button wow fadeInUp" data-wow-delay=".6s">
<button class="array-prev"><i class="fa-solid fa-arrow-left-long"></i></button>
<button class="array-next"><i class="fa-solid fa-arrow-right-long"></i></button>
</div>
</div>
</div>
</div>
</section>