{% extends '@probundle/probundle/base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<!-- <link rel="stylesheet" href="{{ asset('build/css/homepage.css') }}"> -->
{{ encore_entry_link_tags('parc_howToWork', null, 'parc_build') }}
{{ encore_entry_link_tags('pro_nosValeurs', null, 'pro_build') }}
{{ encore_entry_link_tags('pro_team', null, 'pro_build') }}
{% endblock %}
{% block content %}
<!-- Section Carousel -->
{% include "notre_entreprise/carousel.html.twig" %}
<!-- Section nos valeurs -->
{% include "notre_entreprise/nosValeurs.html.twig" %}
<!-- Section nos equipes -->
{% include "notre_entreprise/notreEquipe.html.twig" %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}