WizdomWeb/resources/views/partials/testimonials.php

62 lines
2.2 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.

<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials section">
<div class="container section-title" data-aos="fade-up">
<h2>Testimonials</h2>
<p>What our clients say about working with Wizdom Networks.</p>
</div>
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper init-swiper testimonials-slider">
<!-- Swiper Configuration JSON -->
<script type="application/json" class="swiper-config">
{
"loop": true,
"speed": 600,
"autoplay": {
"delay": 5000,
"disableOnInteraction": false
},
"pagination": {
"el": ".swiper-pagination",
"clickable": true
}
}
</script>
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="/assets/img/testimonials/dionne-bowers.webp" class="testimonial-img" alt="Dionne B.">
<p>"Wizdom delivered exactly what we needed — on time and without surprises. The team was professional, communicative, and solutions-driven."</p>
<h3>Dionne B.</h3>
<h4>President of the Board, CABIP</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="/assets/img/testimonials/sheldon-williams.webp" class="testimonial-img" alt="Sheldon W.">
<p>"They didnt just implement our tech — they helped us rethink our processes. Their strategic input was invaluable."</p>
<h3>Sheldon W.</h3>
<h4>President of the Board, CCAH</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="/assets/img/testimonials/richard-bailey.webp" class="testimonial-img" alt="Richard B.">
<p>"Wizdom has been instrumental in keeping our cannabis store running smoothly — especially during compliance and tech transitions."</p>
<h3>Richard B.</h3>
<h4>Retail Store Owner, Cannabis Industry</h4>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->