Image Description
Low price T-shirts for daily use.

Marvelous gifts from Front.

Start Shopping
<!-- Hero Section -->
<div class="position-relative gradient-half-warning-v3 overflow-hidden">
  <!-- Item Image -->
  <div class="col-md-6 position-md-absolute top-md-0 left-md-0 content-centered-y--md pl-0 mb-3 mb-md-0">
    <img class="img-fluid" src="../../assets/img/mockups/img5.png" alt="Image Description">
  </div>
  <!-- End Item Image -->

  <!-- Content -->
  <div class="container space-2 space-md-3">
    <div class="row justify-content-md-end">
      <div class="col-md-6">
        <div class="mb-5">
          <span class="d-block lead text-white mb-2">Low price T-shirts for daily use.</span>
          <h1 class="display-4 font-size-md-down-5 text-white font-weight-semi-bold">Marvelous gifts from Front.</h1>
        </div>
        <a class="js-go-to btn text-primary btn-white transition-3d-hover" href="#"
           data-target="#shopItemsContent"
           data-type="static">
          Start Shopping
        </a>
      </div>
    </div>
  </div>
  <!-- End Content -->
</div>
<!-- End Hero Section -->