Log In
BASIC-LIBRARY / SECTION / TEAM

Team Six

Preview Code
Quick edit
<div
  class="bg-white pt-6 pb-6 py-6 sm:pt-8 sm:pb-8 sm:py-8 lg:pt-12 lg:pb-12 lg:py-12"
>
  <div
    class="ml-auto mr-auto mx-auto max-w-screen-xl pl-4 pr-4 px-4 md:pl-8 md:pr-8 md:px-8"
  >
    <div class="mb-10 md:mb-16">
      <h2
        class="mb-4 text-center text-2xl font-bold text-gray-800 md:mb-6 lg:text-3xl"
      >
        Our Leadership Team
      </h2>
      <p
        class="ml-auto mr-auto mx-auto max-w-screen-md text-center text-gray-500 md:text-lg"
      >
        Bringing together decades of industry experience, our team of dedicated
        professionals is committed to delivering innovative solutions and
        exceptional service to our clients worldwide.
      </p>
    </div>
    <div
      class="grid grid-cols-2 lg:grid-cols-3 gap-x-4 gap-y-6 sm:gap-y-8 lg:gap-x-8 lg:gap-y-12"
    >
      <div class="flex flex-col items-center gap-2 sm:flex-row md:gap-4">
        <div
          class="overflow-hidden h-24 w-24 rounded-full bg-gray-100 shadow-lg md:h-32 md:w-32"
        >
          <img
            src="https://images.unsplash.com/photo-1567515004624-219c11d31f2e??auto=format&amp;q=75&amp;fit=crop&amp;w=256"
            loading="lazy"
            alt="Photo by Radu Florin"
            class="h-full w-full object-cover object-center"
          />
        </div>
        <div class>
          <div
            class="text-center font-bold text-indigo-500 sm:text-left md:text-lg"
          >
            Michael Harrington
          </div>
          <p
            class="text-center text-sm text-gray-500 sm:text-left md:text-base"
          >
            Founder / Chief Executive Officer
          </p>
        </div>
      </div>
      <div class="flex flex-col items-center gap-2 sm:flex-row md:gap-4">
        <div
          class="overflow-hidden h-24 w-24 rounded-full bg-gray-100 shadow-lg md:h-32 md:w-32"
        >
          <img
            src="https://images.unsplash.com/photo-1532073150508-0c1df022bdd1?auto=format&amp;q=75&amp;fit=crop&amp;w=256"
            loading="lazy"
            alt="Photo by christian ferrer"
            class="h-full w-full object-cover object-center"
          />
        </div>
        <div class>
          <div
            class="text-center font-bold text-indigo-500 sm:text-left md:text-lg"
          >
            Sarah Winters
          </div>
          <p
            class="text-center text-sm text-gray-500 sm:text-left md:text-base"
          >
            Chief Financial Officer
          </p>
        </div>
      </div>
      <div class="flex flex-col items-center gap-2 sm:flex-row md:gap-4">
        <div
          class="overflow-hidden h-24 w-24 rounded-full bg-gray-100 shadow-lg md:h-32 md:w-32"
        >
          <img
            src="https://images.unsplash.com/photo-1463453091185-61582044d556?auto=format&amp;q=75&amp;fit=crop&amp;w=256"
            loading="lazy"
            alt="Photo by Ayo Ogunseinde"
            class="h-full w-full object-cover object-center"
          />
        </div>
        <div class>
          <div
            class="text-center font-bold text-indigo-500 sm:text-left md:text-lg"
          >
            David Chen
          </div>
          <p
            class="text-center text-sm text-gray-500 sm:text-left md:text-base"
          >
            Chief Technology Officer
          </p>
        </div>
      </div>
      <div class="flex flex-col items-center gap-2 sm:flex-row md:gap-4">
        <div
          class="overflow-hidden h-24 w-24 rounded-full bg-gray-100 shadow-lg md:h-32 md:w-32"
        >
          <img
            src="https://images.unsplash.com/photo-1529068755536-a5ade0dcb4e8?auto=format&amp;q=75&amp;fit=crop&amp;w=256"
            loading="lazy"
            alt="Photo by Midas Hofstra"
            class="h-full w-full object-cover object-center"
          />
        </div>
        <div class>
          <div
            class="text-center font-bold text-indigo-500 sm:text-left md:text-lg"
          >
            Thomas Blackwell
          </div>
          <p
            class="text-center text-sm text-gray-500 sm:text-left md:text-base"
          >
            Head of Product Design
          </p>
        </div>
      </div>
      <div class="flex flex-col items-center gap-2 sm:flex-row md:gap-4">
        <div
          class="overflow-hidden h-24 w-24 rounded-full bg-gray-100 shadow-lg md:h-32 md:w-32"
        >
          <img
            src="https://images.unsplash.com/photo-1522529599102-193c0d76b5b6?auto=format&amp;q=75&amp;fit=crop&amp;w=256"
            loading="lazy"
            alt="Photo by Elizeu Dias"
            class="h-full w-full object-cover object-center"
          />
        </div>
        <div class>
          <div
            class="text-center font-bold text-indigo-500 sm:text-left md:text-lg"
          >
            Marcus Thompson
          </div>
          <p
            class="text-center text-sm text-gray-500 sm:text-left md:text-base"
          >
            Strategic Partnerships Director
          </p>
        </div>
      </div>
      <div class="flex flex-col items-center gap-2 sm:flex-row md:gap-4">
        <div
          class="overflow-hidden h-24 w-24 rounded-full bg-gray-100 shadow-lg md:h-32 md:w-32"
        >
          <img
            src="https://images.unsplash.com/photo-1488426862026-3ee34a7d66df?auto=format&amp;q=75&amp;fit=crop&amp;w=256"
            loading="lazy"
            alt="Photo by Matheus Ferrero"
            class="h-full w-full object-cover object-center"
          />
        </div>
        <div class>
          <div
            class="text-center font-bold text-indigo-500 sm:text-left md:text-lg"
          >
            Elena Rodriguez
          </div>
          <p
            class="text-center text-sm text-gray-500 sm:text-left md:text-base"
          >
            VP of User Experience
          </p>
        </div>
      </div>
    </div>
  </div>
</div>
© 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