templates/website/hero2.html.twig line 1

  1. <section id="hero" class="d-flex flex-column justify-content-center align-items-center">
  2.     <div class="container text-center text-md-left" data-aos="fade-up">
  3.         <h1><span>Are You Ready To Get Started With Us?</span></h1>
  4.         <h2>We will supply the best products and offer excellent post-sale services</h2>
  5.         <a href="{{path('page',{'page':'contact-us'})}}" class="btn btn-info">Call Us Now</a>
  6.     </div>
  7. </section>