templates/includes/blocks/lightHeroSection.html.twig line 1

Open in your IDE?
  1. <section class="bg-white text-blue pt-32 lg:pt-40" section-shade="light">
  2.     <div class="big-container">
  3.       <div class="uppertitle" fade fade-trigger="load">
  4.         <i></i>
  5.         {{ content.heroSectionSubTitle }}
  6.       </div>
  7.       <h1 class=" h1 mt-6" split-direction="bottom" split-trigger="load">
  8.         {{ content.heroSectionTitle }}
  9.       </h1>
  10.     </div>
  11. </section>