hero12

FREE
hero
Your tagline

Medium length display headline.

Wicked Blocks offers a wide array of both free and premium components specifically designed for Tailwind CSS. Our extensive collection features meticulously crafted Tailwind blocks that cater to various design needs and preferences.

  • Incredible reason to purchase.
  • Expensive feature.
  • Really good feauture.
<section>
  <div class="container relative py-24">
    <div class="mx-auto flex max-w-7xl flex-wrap items-center">
      <div class="w-full rounded-xl lg:w-1/2 lg:max-w-lg">
        <div>
          <div class="relative w-full max-w-lg">
            <div class="relative">
              <img class="mx-auto rounded-lg object-cover object-center" alt="hero"
                src="/images/placeholders/original/1000x1000.webp" />
            </div>
          </div>
        </div>
      </div>
      <div class="mb-16 mt-12 flex flex-col items-start text-left md:mb-0 lg:w-1/2 lg:grow lg:pl-6 xl:mt-0 xl:pl-24">
        <span class="mb-8 text-xs font-bold uppercase tracking-widest text-blue-600">
          Your tagline
        </span>
        <h1 class="mb-8 text-4xl font-bold leading-none tracking-tighter text-gray-600 md:text-7xl lg:text-5xl">
          Medium length display headline.
        </h1>
        <p class="mb-8 text-left text-base leading-relaxed text-gray-500">
          Wicked Blocks offers a wide array of both free and premium components specifically designed for Tailwind CSS.
          Our extensive collection features meticulously crafted Tailwind blocks that cater to various design needs and
          preferences.
        </p>
        <div class="mt-0 max-w-7xl flex-col sm:flex lg:mt-6">
          <div class="prose-md prose">
            <ul>
              <li class="text-gray-500">Incredible reason to purchase.</li>
              <li class="text-gray-500">Expensive feature.</li>
              <li class="text-gray-500">Really good feauture.</li>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>