Log In
BASIC-LIBRARY / SECTION / TESTIMONIALS

Testimonials One

Preview Code
Quick edit
<section class="body-font text-gray-600">
  <div
    class="container pl-5 pr-5 px-5 pt-24 pb-24 py-24 ml-auto mr-auto mx-auto max-w-screen-2xl"
  >
    <h1 class="title-font text-3xl font-medium text-gray-900 mb-12 text-center">
      Client Success Stories
    </h1>
    <div class="-m-4 flex flex-wrap max-w-screen-xl mr-auto ml-auto">
      <div class="pt-4 pr-4 pb-4 pl-4 w-full md:w-1/2">
        <div class="h-full bg-gray-100 pt-8 pr-8 pb-8 pl-8 rounded">
          <svg
            xmlns="http://www.w3.org/2000/svg"
            fill="currentColor"
            class="block w-5 h-5 text-gray-400 mb-4"
            viewBox="0 0 975.036 975.036"
          >
            <path
              d="M925.036 57.197h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.399 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l36 76c11.6 24.399 40.3 35.1 65.1 24.399 66.2-28.6 122.101-64.8 167.7-108.8 55.601-53.7 93.7-114.3 114.3-181.9 20.601-67.6 30.9-159.8 30.9-276.8v-239c0-27.599-22.401-50-50-50zM106.036 913.497c65.4-28.5 121-64.699 166.9-108.6 56.1-53.7 94.4-114.1 115-181.2 20.6-67.1 30.899-159.6 30.899-277.5v-239c0-27.6-22.399-50-50-50h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.4 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l35.9 75.8c11.601 24.399 40.501 35.2 65.301 24.399z"
            ></path>
          </svg>
          <p class="leading-relaxed mb-6">
            &#x201c;Partnering with HorizonSoft was a game-changer for our team.
            Their intuitive analytics dashboard and 24/7 customer care helped us
            streamline operations and boost productivity by 35% within just two
            quarters.&#x201d;
          </p>
          <a class="inline-flex items-center">
            <img
              alt="testimonial"
              src="https://images.unsplash.com/photo-1488426862026-3ee34a7d66df?auto=format&amp;q=75&amp;fit=crop&amp;w=256"
              class="flex-shrink-0 w-12 h-12 rounded-full object-cover object-center"
            />
            <span class="flex-grow flex flex-col pl-4">
              <span class="title-font font-medium text-gray-900">
                Maria Gonzales
              </span>
              <span class="text-gray-500 text-sm">Product Manager</span>
            </span>
          </a>
        </div>
      </div>
      <div class="pt-4 pr-4 pb-4 pl-4 w-full md:w-1/2">
        <div class="h-full bg-gray-100 pt-8 pr-8 pb-8 pl-8 rounded">
          <svg
            xmlns="http://www.w3.org/2000/svg"
            fill="currentColor"
            class="block w-5 h-5 text-gray-400 mb-4"
            viewBox="0 0 975.036 975.036"
          >
            <path
              d="M925.036 57.197h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.399 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l36 76c11.6 24.399 40.3 35.1 65.1 24.399 66.2-28.6 122.101-64.8 167.7-108.8 55.601-53.7 93.7-114.3 114.3-181.9 20.601-67.6 30.9-159.8 30.9-276.8v-239c0-27.599-22.401-50-50-50zM106.036 913.497c65.4-28.5 121-64.699 166.9-108.6 56.1-53.7 94.4-114.1 115-181.2 20.6-67.1 30.899-159.6 30.899-277.5v-239c0-27.6-22.399-50-50-50h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.4 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l35.9 75.8c11.601 24.399 40.501 35.2 65.301 24.399z"
            ></path>
          </svg>
          <p class="leading-relaxed mb-6">
            &#x201c;The onboarding process with Alpine Analytics was remarkably
            smooth. Their team guided us step by step, and within weeks we saw a
            25% uplift in campaign engagement. Their strategic insights continue
            to drive our marketing success.&#x201d;
          </p>
          <a class="inline-flex items-center">
            <img
              alt="testimonial"
              src="https://images.unsplash.com/photo-1567515004624-219c11d31f2e??auto=format&amp;q=75&amp;fit=crop&amp;w=256"
              class="flex-shrink-0 w-12 h-12 rounded-full object-cover object-center"
            />
            <span class="flex-grow flex flex-col pl-4">
              <span class="title-font font-medium text-gray-900">
                Ethan Wright
              </span>
              <span class="text-gray-500 text-sm">Marketing Strategist</span>
            </span>
          </a>
        </div>
      </div>
    </div>
  </div>
</section>
© 2025 tailsections.com. All rights reserved

Don’t Lose Your Edits!

Your changes are saved locally, but they may expire or be lost if you don’t create an account.

Create Account