<section id="hero-2" class="hero-2 section dark-background">
    <img src="<%= heroImage %>" alt="" data-aos="fade-in">

    <div class="container text-center" data-aos="fade-up" data-aos-delay="100">
    <div class="row justify-content-center">
        <div class="col-lg-8">
        <h2><%= heroTitle %></h2>
        <p><%= heroSubtitle %></p>
        <a href="<%= heroButtonLink %>" class="btn-get-started"><%= heroButtonText %></a>
        </div>
    </div>
    </div>
</section><!-- /Hero 2 Section -->