{% extends 'base.html.twig' %} {% block title %}Home - Winassurances{% endblock %} {% block stylesheets %}{{ encore_entry_link_tags('home') }}{% endblock %} {% block javascripts %}{{ encore_entry_script_tags('home') }}{% endblock %} {% block content %} {# Section : Banner #}
{% include 'home/_section_banner.html.twig' %}
{# Section : carte de garantie #}
{% include 'home/_section_card_guarantee.html.twig' %}
{# Section avec carousel #} {#
{% include 'home/_section_slider.html.twig' %}
#} {# Section : Assurance particulier #}
{% include 'home/_section_insurance_particular.html.twig' %}
{# Section : Assurance pro #}
{% include 'home/_section_insurance_pro.html.twig' %}

Particulier ou professionnel, êtes-vous bien assuré ?

Que vous soyez conducteur, propriétaire, indépendant ou chef d’entreprise, nous avons la solution adaptée à votre profil. Protégez votre véhicule, votre habitation, votre activité et votre santé en quelques clics.

{#✔ Devis immédiat et sans engagement
#} ✔ Souscription rapide et 100% digitale
Accompagnement personnalisé par un expert

Me contacter
{# Section : Présentation de l'équipe #}
{% include 'home/_section_presentation_team.html.twig' %}
{# Section : Partenaire #}
{% include 'home/_section_partner.html.twig' %}
{# Section : Aide, contact #}
{% include 'home/_section_help.html.twig' %}
{% endblock %} {% block meta %} {% endblock %} {% block jsonLd %} {% endblock %}