templates/partials/experience/book-banner.html.twig line 1

Open in your IDE?
  1. <section class="book-banner">
  2.     <picture-component class="js-picture-component is-absolute" :image="{{ picture_data(experience.ctaImage, null, null, experience.ctaText) }}"></picture-component>
  3.     <div class="container">
  4.         <div class="book-banner--content lazy-animation">
  5.             <h3 class="book-banner--title title-m">{{ experience.ctaText }}</h3>
  6.         <a href="{{ experience.ctaLinkUrl }}" class="button white is-dark">
  7.             <span>{{ experience.ctaLinkTitle }}</span>
  8.         </a>
  9.         </div>
  10.     </div>
  11. </section>