Bohora-rental/parts/Testimonial.php

73 lines
4.6 KiB
PHP
Raw Permalink Normal View History

2025-01-09 20:07:52 +05:45
<!--Testimonial Section Start -->
<section class="testimonial-section-3 bg-cover section-padding fix" style="background-image: url('img/testimonial/bg-testimonial-home3.png');">
2025-01-08 18:14:24 +05:45
<div class="container">
2025-01-09 20:07:52 +05:45
<div class="testimonial-wrapper-2">
<div class="swiper testimonial-slider-3">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-single-items">
2025-01-15 17:38:20 +05:45
<div class="testimonial-img bg-cover" style="background-image: url('img/person.jpg');"></div>
2025-01-09 20:07:52 +05:45
<div class="testimonial-content">
2025-01-08 18:14:24 +05:45
<p>
2025-01-09 20:07:52 +05:45
“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!
2025-01-08 18:14:24 +05:45
</p>
2025-01-09 20:07:52 +05:45
<div class="name-job">
<h3 class="name">
Umesh Pandey
</h3>
<div class="separator">.</div>
<span class="job">Founder & CEO of Motif Education Abroad (P) Ltd.</span>
2025-01-08 18:14:24 +05:45
</div>
</div>
</div>
</div>
2025-01-09 20:07:52 +05:45
<div class="swiper-slide">
<div class="testimonial-single-items">
2025-01-15 17:38:20 +05:45
<div class="testimonial-img bg-cover" style="background-image: url('img/person.jpg');"></div>
2025-01-09 20:07:52 +05:45
<div class="testimonial-content">
2025-01-08 18:14:24 +05:45
<p>
2025-01-09 20:07:52 +05:45
“Highly recommend Bohara Car Rental for anyone traveling in Nepal. They made my journey so smooth and enjoyable!
2025-01-08 18:14:24 +05:45
</p>
2025-01-09 20:07:52 +05:45
<div class="name-job">
<h3 class="name">
Nawaraj Karkee
</h3>
<div class="separator">.</div>
<span class="job">Customer</span>
2025-01-08 18:14:24 +05:45
</div>
</div>
</div>
</div>
2025-01-09 20:07:52 +05:45
<div class="swiper-slide">
<div class="testimonial-single-items">
2025-01-15 17:38:20 +05:45
<div class="testimonial-img bg-cover" style="background-image: url('img/person.jpg');"></div>
2025-01-09 20:07:52 +05:45
<div class="testimonial-content">
2025-01-08 18:14:24 +05:45
<p>
2025-01-09 20:07:52 +05:45
This is due to their excellent service, competitive pricing and customer support. Its throughly refresing to get such a personal touch.
2025-01-08 18:14:24 +05:45
</p>
2025-01-09 20:07:52 +05:45
<div class="name-job">
<h3 class="name">
Shirley Smith
</h3>
<div class="separator">.</div>
<span class="job">Customer</span>
2025-01-08 18:14:24 +05:45
</div>
</div>
</div>
</div>
</div>
</div>
2025-01-09 20:07:52 +05:45
<div class="client-img-items">
2025-01-15 17:38:20 +05:45
<div class="client-img bg-cover" style="background-image: url('img/person.jpg');"></div>
<div class="client-img bg-cover" style="background-image: url('img/person.jpg');"></div>
<div class="client-img bg-cover" style="background-image: url('img/person.jpg');"></div>
2025-01-09 20:07:52 +05:45
<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>
2025-01-08 18:14:24 +05:45
</div>
</div>
2025-01-09 20:07:52 +05:45
</section>