{% extends 'frontend/frontend_pro.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_estimation_pro') }}"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block tawkto '' %}
{% block meta_title %}{{ 'seo.landing.estimation-pro.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.estimation-pro.desc'|trans({}, "seo") }}{% endblock %}
{% block body_content %}
<div class="estimation-pro">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.estimation-pro.header.title'|trans({}, 'landing') }}
<span>{{ 'frontend.landing.estimation-pro.header.subtitle'|trans({}, 'landing') }}</span>
</h1>
</div>
<div class="landing-content">
<div class="grid-50 tab-p-100 m-100">
<h2 class="titre04">{{ 'frontend.landing.estimation-pro.content.title'|trans({}, 'landing')|raw }}</h2>
<p class="marginT20">{{ 'frontend.landing.estimation-pro.content.text01'|trans({}, 'landing') }}</p>
<p class="marginT20">{{ 'frontend.landing.estimation-pro.content.text02'|trans({}, 'landing') }}</p>
<p class="marginT20">{{ 'frontend.landing.estimation-pro.content.text03'|trans({}, 'landing') }}</p>
<p class="marginT20 txtcenter"><a href="{{ path('frontend_vehicle_inspection_pro')}}" class="lien09">{{ 'frontend.landing.estimation-pro.content.button01.label'|trans({}, 'landing') }}</a></p>
</div>
<div class="grid-50 tab-p-100 m-hide">
<div class="bg-img01 m-hide"> </div>
</div>
</div>
</div>
{% endblock body_content %}