TanchoToplineCargo/resources/views/client/sunsari/new/testimonials.php

106 lines
4.9 KiB
PHP
Raw Normal View History

2024-05-05 04:47:49 +00:00
<?php include( 'header.php' );?>
<!-- PAGE HERO START -->
<div class="pages-hero page-hero-video">
<div class="pages-hero-diagonal hero-diagonal-bg-2"></div>
<div class="container">
<div class="pages-title-center">
<h1>Testimonials</h1>
</div>
<div class="left-page-nav">
<!-- Breadcrumbs -->
<ul class="breadcrumb">
<li><a href="#">Home</a></li>
<li>Employers</li>
<li class="current">Testimonials</li>
</ul>
<!--/ Breadcrumbs -->
</div>
</div>
</div>
<!-- PAGE HERO END -->
<div class="testimonial-banner mt-5">
</div>
<div class="container up-testimonial-layer mb-5">
<div class="center-title mb-3">
<h5>THIS IS OUT INSPIRATION</h5>
<h2>What Our Customer Says</h2>
</div>
<div class="testimonials-carousel">
<div class="owl-carousel owl-theme">
<div class="item">
<div class="testimonial-box">
<div class="testimonial-text">
<p><i class="fas fa-quote-left"></i></p>
<p>My testimonial is from a customer or client. They
may be an unknown person to the reader, you need
to be sure there isn't anything.</p>
<div class="bottom-line"></div>
</div>
<figure class="author-avatar">
<img src="images/commons/avatar1.jpg" alt="">
</figure>
<h4>Jake Oliver</h4>
<p class="profession">Photographer</p>
</div>
</div>
<div class="item">
<div class="testimonial-box">
<div class="testimonial-text">
<p><i class="fas fa-quote-left"></i></p>
<p>Start with your super fans. These are your happiest clients and customers. They may
have already offered to be a reference so they mind.</p>
<div class="bottom-line"></div>
</div>
<figure class="author-avatar">
<img src="images/commons/avatar-5.jpg" alt="">
</figure>
<h4>Emily Lauren</h4>
<p class="profession">Shop Assistant</p>
</div>
</div>
<div class="item">
<div class="testimonial-box">
<div class="testimonial-text">
<p><i class="fas fa-quote-left"></i></p>
<p>An endorsement is typically a well-known influencer giving their public support for a
brand. But a testimonial is from a customer or client.</p>
<div class="bottom-line"></div>
</div>
<figure class="author-avatar">
<img src="images/commons/avatar3.jpg" alt="">
</figure>
<h4>James Reece</h4>
<p class="profession">Travel Agent</p>
</div>
</div>
<div class="item">
<div class="testimonial-box">
<div class="testimonial-text">
<p><i class="fas fa-quote-left"></i></p>
<p>Weakness of will, which is the same as saying through shrinking from toil and pain.
These cases are perfectly simple and easy to distinguish.</p>
<div class="bottom-line"></div>
</div>
<figure class="author-avatar">
<img src="images/commons/avatar4.jpg" alt="">
</figure>
<h4>Sophie Tracy</h4>
<p class="profession">Taxi Driver</p>
</div>
</div>
</div>
<div class="owl-theme">
<div class="owl-controls">
<div class="custom-nav owl-nav"></div>
</div>
</div>
</div>
</div>
<?php include( 'footer.php' );?>