{% extends 'base.html.twig' %} {% block title %}Demande envoyée — Bubul{% endblock %} {% block show_sidebar %}false{% endblock %} {% block meta_robots %}noindex, nofollow{% endblock %} {% block body %} {% set samColors = tool_color_details['sam'] ?? {primary: '#7C3AED', secondary: '#6D28D9', bg: '#EDE9FE'} %} {% embed '_organisms/step-layout/step-layout.html.twig' with {cardClass: 'w-full max-w-md', blobColor: samColors.primary} %} {% block logo %} {% include '_atoms/logo/logo-with-text.html.twig' with {showBadge: false, size: 'lg'} only %} × {% include '_atoms/logo/logo-with-text.html.twig' with {showBadge: false, size: 'lg', variant: 'sam'} only %} {% endblock %} {% block heading %}
{% include '_atoms/icon/icon.html.twig' with {name: 'check', size: 'xl', colorPrimary: '#ffffff', colorSecondary: '#ffffff'} only %}

Demande envoyée !

Notre équipe vous recontacte dans les plus brefs délais pour construire votre offre sur mesure.

{% endblock %} {% block card %}
{% include '_atoms/icon/icon.html.twig' with {name: 'mail', size: 'sm', colorPrimary: '#7C3AED', colorSecondary: '#7C3AED'} only %}
Un email a été envoyé à l'équipe Bubul

Nous avons pris connaissance de votre besoin et reviendrons vers vous directement par mail.

{% include '_atoms/button/button.html.twig' with {label: 'Accéder au dashboard', href: path('app_dashboard'), width: 'full', gradientFrom: samColors.secondary, gradientTo: samColors.primary} only %} {% endblock %} {% endembed %} {% endblock %}