banners #01

1
<div class="pb-36">
  <!--- Starts Component -->
  <div class="overflow-hidden bg-base-50 px-6 py-2.5 sm:px-3.5">
    <div
      class="flex flex-wrap sm:justify-center sm:items-center gap-x-4 gap-y-2 lg:text-center"
    >
      <span
        class="text-sm leading-normal font-medium text-base-500 pr-8 lg:pr-0"
      >
        <strong class="font-semibold">Lexington Themes</strong>
        <span>·</span> Free and premium multipage themes and UI Kits crafted
        with Astro JS, and Tailwind CSS.
      </span>
      <button
        class="flex items-center justify-center transition-all duration-200 focus:ring-2 focus:outline-none text-white bg-accent-600 hover:bg-accent-700 focus:ring-accent-500/50 h-8 px-4 py-2 text-xs font-medium rounded-md w-full lg:w-auto"
      >
        Visit now
      </button>
    </div>
  </div>
</div>