src/Resources/views/Frontend/landing/estimation-pro.html.twig line 1

Open in your IDE?
  1. {% extends 'frontend/frontend_pro.html.twig' %}
  2. {% block meta_robot %}
  3.     {{ parent() }}
  4.     <link rel="canonical" href="{{ url('frontend_estimation_pro') }}"/>
  5.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  6. {% endblock %}
  7. {% block tawkto '' %}
  8. {% block meta_title %}{{ 'seo.landing.estimation-pro.title'|trans({}, "seo") }}{% endblock %}
  9. {% block meta_desc %}{{ 'seo.landing.estimation-pro.desc'|trans({}, "seo") }}{% endblock %}
  10. {% block body_content %}
  11. <div class="estimation-pro">
  12.     <div class="landing-header">
  13.         <h1 class="titre05">
  14.             {{ 'frontend.landing.estimation-pro.header.title'|trans({}, 'landing') }}
  15.             <span>{{ 'frontend.landing.estimation-pro.header.subtitle'|trans({}, 'landing') }}</span>
  16.         </h1>
  17.     </div>
  18.     <div class="landing-content">
  19.         <div class="grid-50 tab-p-100 m-100">
  20.             <h2 class="titre04">{{ 'frontend.landing.estimation-pro.content.title'|trans({}, 'landing')|raw }}</h2>
  21.             <p class="marginT20">{{ 'frontend.landing.estimation-pro.content.text01'|trans({}, 'landing') }}</p>
  22.             <p class="marginT20">{{ 'frontend.landing.estimation-pro.content.text02'|trans({}, 'landing') }}</p>
  23.             <p class="marginT20">{{ 'frontend.landing.estimation-pro.content.text03'|trans({}, 'landing') }}</p>
  24.             <p class="marginT20 txtcenter"><a href="{{ path('frontend_vehicle_inspection_pro')}}" class="lien09">{{ 'frontend.landing.estimation-pro.content.button01.label'|trans({}, 'landing') }}</a></p>
  25.         </div>
  26.         <div class="grid-50 tab-p-100 m-hide">
  27.             <div class="bg-img01 m-hide">&nbsp;</div>
  28.         </div>
  29.     </div>
  30. </div>
  31. {% endblock body_content %}