Log In
BASIC-LIBRARY / SECTION / HERO

Hero One

Preview Code
Quick edit
<section class="body-font text-gray-600">
  <div
    class="container ml-auto mr-auto mx-auto flex pl-5 pr-5 px-5 pt-24 pb-24 py-24 flex-col items-center max-w-screen-2xl md:flex-row"
  >
    <div
      class="lg:flex-grow flex flex-col mb-16 items-center text-center md:w-1/2 md:pr-16 md:items-start md:text-left md:mb-0 lg:pr-24"
    >
      <h1
        class="title-font text-3xl mb-4 font-medium text-gray-900 sm:text-4xl"
      >
        <span class="inline-block">Handcrafted Furniture</span>
        <br class="hidden lg:inline-block" />
        <span class="inline-block">for Modern Living</span>
      </h1>
      <p class="mb-8 leading-relaxed">
        At Oak &amp; Pine, we blend timeless craftsmanship with contemporary
        design. Our sustainably sourced wood pieces are built to last and
        curated to enhance any space. Discover furniture that tells a
        story&#x2014;and feels like home.
      </p>
      <div class="flex justify-center">
        <button
          class="inline-flex text-white bg-indigo-500 border-0 pt-2 pb-2 py-2 pl-6 pr-6 px-6 focus:outline-none rounded text-lg hover:bg-indigo-600"
        >
          Shop Collection
        </button>
        <button
          class="inline-flex ml-4 text-gray-700 bg-gray-100 border-0 pt-2 pb-2 py-2 pl-6 pr-6 px-6 focus:outline-none rounded text-lg hover:bg-gray-200"
        >
          Learn More
        </button>
      </div>
    </div>
    <div class="w-5/6 md:w-1/2 lg:max-w-lg lg:w-full">
      <img
        class="object-cover object-center rounded"
        alt="Handcrafted wooden furniture"
        src="https://media.istockphoto.com/id/1587411507/photo/modern-design-interior-on-terrace-sofa-big-wooden-table-and-wicked-chairs-on-wooden-ground.jpg?s=1024x1024&amp;w=is&amp;k=20&amp;c=QXTmm6RPq0MUjWzAVzcFmT_6b2yWI-9wCTZs41X13GU="
      />
    </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