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