templates/juki/HitsoCommonBundle/Front/HomePage/contact.html.twig line 1

Open in your IDE?
  1. <!-- hr -->
  2. <div class="section-hr"></div>
  3. <!-- textbox -->
  4. <section class="text_box text_box--center">
  5.     <img class="section-ico" src="{{ asset('juki/img/content/ico-8.svg') }}"/>
  6.     <strong class="section-title section-title--h2">
  7.         Need more infos? Let’s talk
  8.     </strong>
  9.     <p class="section-lead section-lead--small">
  10.         Have you any questions, we are for your service.
  11.     </p>
  12.     <a href="{{ path('hitso_tickets_front_index') }}" class="btn btn--secondary">Let’s talk with us</a>
  13. </section>