Bootstrap Testimonial 1 Section

Testimonials

These are just a few of the many testimonials that we have received from our clients. We are committed to providing our clients with the best possible service.


Luna John - Marketer

We were so impressed with the work they did for us. They were able to take our vision and turn it into a reality, and they did it all on time and within budget.

Luna John - Marketer

Mark Smith - Designer

We were looking for a company that could help us develop a new website that was both visually appealing and user-friendly. It was the perfect partner for the job.

Mark Smith - Designer

Michael Wilson - SEO

We were struggling to manage our finances effectively. We needed help developing a financial plan. They were able to provide us with the support we needed.

Michael Wilson - SEO

Luke Reeves - Sales

We were looking for a company that could help us with our branding. We needed a website and marketing materials. They were able to create a brand identity.

Luke Reeves - Sales

Place the code in the <body> for Interface
          
<!-- Testimonial 1 - Bootstrap Brain Component -->
<section class="py-3 py-md-5 py-xl-8">
  <div class="container">
    <div class="row justify-content-md-center">
      <div class="col-12 col-md-10 col-lg-8 col-xl-7 col-xxl-6">
        <h2 class="mb-4 display-5 text-center">Testimonials</h2>
        <p class="text-secondary mb-5 text-center lead fs-4">These are just a few of the many testimonials that we have received from our clients. We are committed to providing our clients with the best possible service.</p>
        <hr class="w-50 mx-auto mb-5 mb-xl-9 border-dark-subtle">
      </div>
    </div>
  </div>

  <div class="container overflow-hidden">
    <div class="row justify-content-lg-around gy-5 gy-md-6">
      <div class="col-12 col-sm-6 col-lg-5">
        <div class="col-xl-11 col-xxl-10 mx-auto text-center">
          <img class="img-fluid rounded rounded-circle mb-4" loading="lazy" src="./assets/img/testimonial-img-1.jpg" alt="Luna John - Marketer">
          <p class="mb-2">We were so impressed with the work they did for us. They were able to take our vision and turn it into a reality, and they did it all on time and within budget.</p>
          <p class="m-0 fw-bold">Luna John - Marketer</p>
        </div>
      </div>
      <div class="col-12 col-sm-6 col-lg-5">
        <div class="col-xl-11 col-xxl-10 mx-auto text-center">
          <img class="img-fluid rounded rounded-circle mb-4" loading="lazy" src="./assets/img/testimonial-img-2.jpg" alt="Mark Smith - Designer">
          <p class="mb-2">We were looking for a company that could help us develop a new website that was both visually appealing and user-friendly. It was the perfect partner for the job.</p>
          <p class="m-0 fw-bold">Mark Smith - Designer</p>
        </div>
      </div>
      <div class="col-12 col-sm-6 col-lg-5">
        <div class="col-xl-11 col-xxl-10 mx-auto text-center">
          <img class="img-fluid rounded rounded-circle mb-4" loading="lazy" src="./assets/img/testimonial-img-3.jpg" alt="Michael Wilson - SEO">
          <p class="mb-2">We were struggling to manage our finances effectively. We needed help developing a financial plan. They were able to provide us with the support we needed.</p>
          <p class="m-0 fw-bold">Michael Wilson - SEO</p>
        </div>
      </div>
      <div class="col-12 col-sm-6 col-lg-5">
        <div class="col-xl-11 col-xxl-10 mx-auto text-center">
          <img class="img-fluid rounded rounded-circle mb-4" loading="lazy" src="./assets/img/testimonial-img-4.jpg" alt="Luke Reeves - Sales">
          <p class="mb-2">We were looking for a company that could help us with our branding. We needed a website and marketing materials. They were able to create a brand identity.</p>
          <p class="m-0 fw-bold">Luke Reeves - Sales</p>
        </div>
      </div>
    </div>
  </div>
</section>
        
Place the <link> tag in the <head> for CSS
          
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/components/testimonials/testimonial-1/assets/css/testimonial-1.css">
        

We share this gorgeous example of Bootstrap testimonials/reviews. This Bootstrap snippet allows you to present why your customer loves what you deliver stylishly and mainly. This lovely bootstrap testimonial snippet contains the customer’s profile picture and elegant review quotation. It is ready to use in your web projects.