templates/components/index/cta.html.twig line 1

  1. <!-- Query Section Start -->
  2. <section class="row_am query_section">
  3.     <div data-aos="fade-in" data-aos-duration="1500">
  4.         <div class="container text-center">
  5.             <div class="section_title">
  6.                 <h2>{{ tString("home_section_1_h2") }}</h2>
  7.                 <!------<h1>Više ne možete pratiti tko vas je kada i kako kontaktirao.</h1> --->
  8.                 <p><b>{{ tString("home_section_1_p") }}</b></p>
  9.             </div>
  10.             <a href="{{ path('user_register_free_trial') }}" class="btn white_btn text-uppercase">{{ tString("isprobaj_besplatno") }}</a>
  11.         </div>
  12.     </div>
  13. </section>