templates/front_v4/mca/landing_page/prospect/index_acq_seo.html.twig line 1

Open in your IDE?
  1. {% extends ('front_v4/base.html.twig') %}
  2. {# cacher la navbar et le footer #}
  3. {% set hideNavbar = true %}
  4. {% set hideFooter = true %}
  5. {% set displayLoadingModal = true %}
  6. {% block meta_title %}Bilan auditif gratuit dans votre ville{% endblock meta_title %}
  7. {% block meta_description %}Réalisez une demande de bilan auditif gratuit et profitez de l'expertise d'un audioprothésiste de proximité pour tester votre audition.{% endblock meta_description %}
  8. {% block stylesheets %}
  9.     {{ encore_entry_link_tags('lp_index_acq_seo') }}
  10. {% endblock stylesheets %}
  11. {% block content %}
  12.     {% include 'front_v4/mca/partials/_navbar.html.twig' with {
  13.         'hideNavigation': true,
  14.         'noLink': true,
  15.         'transparent': true,
  16.         'container': false,
  17.     } %}
  18.     <main class="p-0">
  19.         <div class="row g-0">
  20.             <div class="col-12 col-lg-6 pt-10">
  21.                 <div class="px-5 px-lg-8">
  22.                     {% include 'front_v4/mca/landing_page/form/_wrapper_form_lp_prospect.html.twig' %}
  23.                 </div>
  24.             </div>
  25.             <div class="col-12 col-lg-6 gradient-overlay-half-primary-v1 px-0">
  26.                 <div style="background-image: url({{ asset('build/front_v4/svg/components/wave-pattern-light.svg') }});">
  27.                     <!-- Content -->
  28.                     <div class="pt-10 pt-lg-11">
  29.                         <div class="row g-0 align-items-center justify-content-center px-5 px-lg-8">
  30.                             <div class="d-none d-sm-flex justify-content-left col-12 col-sm-2">
  31.                                 <div class="justify-content-center">
  32.                                     <span class="d-block btn btn-lg btn-icon btn-transparent text-warning rounded-circle mb-4">
  33.                                         <span class="bi bi-award" style="font-size: 3.4rem;"></span>
  34.                                     </span>
  35.                                 </div>
  36.                             </div>
  37.                             <div class="col-12 col-sm-10">
  38.                                 <p class="h3 text-white fw-semibold">Nos <span
  39.                                             class="text-warning">Partenaires Premium</span><span> locaux prendront soin de vous contacter pour convenir d'un RDV proche de chez vous.</span>
  40.                                 </p>
  41.                             </div>
  42.                         </div>
  43.                         <!-- Clients Section (no padding section)-->
  44.                         <div class="my-5">
  45.                             <!-- Swiper -->
  46.                             <div class="hearing-brand-swiper swiper px-0 mx-0">
  47.                                 <div class="swiper-wrapper d-flex align-items-center">
  48.                                     {% for hearingBrand in hearingBrands %}
  49.                                         {% if hearingBrand.presentable and hearingBrand.logoVariationPath != "" %}
  50.                                             <div class="swiper-slide">
  51.                                                 {# Dimension image : 200px x (valeur de la hauteur dépend du logo)px #}
  52.                                                 {#                                    <picture class="avatar avatar-xl avatar-4x3 avatar-centered"> #}
  53.                                                 {#                                        <source srcset="{{ vich_uploader_asset(hearingBrand, 'logoVariationFile') | imagine_filter('brand_logo_carrousel_webp') }}" #}
  54.                                                 {#                                                type="image/webp"> #}
  55.                                                 {#                                        <source srcset="{{ vich_uploader_asset(hearingBrand, 'logoVariationFile') | imagine_filter('brand_logo_carrousel_png') }}" #}
  56.                                                 {#                                                type="image/png"> #}
  57.                                                 <img src="{{ vich_uploader_asset(hearingBrand, 'logoVariationFile') | imagine_filter('brand_logo_carrousel') }}"
  58.                                                      class="avatar avatar-xl avatar-4x3 avatar-centered" width="200"
  59.                                                      height="80"
  60.                                                      alt="Bilan Auditif {{ hearingBrand.name }}">
  61.                                                 {#                                    </picture> #}
  62.                                             </div>
  63.                                         {% endif %}
  64.                                     {% endfor %}
  65.                                 </div>
  66.                             </div>
  67.                             <!-- End Swiper -->
  68.                         </div>
  69.                         <!-- End Clients Section -->
  70.                         <div class="px-5 px-lg-8">
  71.                             <ul class="list-unstyled">
  72.                                 <!-- Info Block -->
  73.                                 <li class="u-indicator-steps py-3">
  74.                                     <div class="media d-flex align-items-center border border-white rounded ps-3 p-2">
  75.                                         <div class="u-indicator-steps__inner me-1 me-lg-3">
  76.                                             <span class="display-4 text-warning ">1.</span>
  77.                                         </div>
  78.                                         <div class="media-body">
  79.                                             <p class="h3 mb-0 text-white">Je complète le formulaire</p>
  80.                                         </div>
  81.                                     </div>
  82.                                 </li>
  83.                                 <!-- End Info Block -->
  84.                                 <!-- Info Block -->
  85.                                 <li class="u-indicator-steps py-3">
  86.                                     <div class="media d-flex align-items-center border border-white rounded ps-3 p-2">
  87.                                         <div class="u-indicator-steps__inner me-1 me-lg-3">
  88.                                             <span class="display-4 text-warning ">2.</span>
  89.                                         </div>
  90.                                         <div class="media-body">
  91.                                             <p class="h3 mb-0 text-white">Un audioprothésiste local me contacte</p>
  92.                                         </div>
  93.                                     </div>
  94.                                 </li>
  95.                                 <!-- End Info Block -->
  96.                                 <!-- Info Block -->
  97.                                 <li class="u-indicator-steps py-3">
  98.                                     <div class="media d-flex align-items-center border border-white rounded ps-3 p-2">
  99.                                         <div class="u-indicator-steps__inner me-1 me-lg-3">
  100.                                             <span class="display-4 text-warning ">3.</span>
  101.                                         </div>
  102.                                         <div class="media-body">
  103.                                             <p class="h3 mb-0 text-white">Je réalise mon bilan auditif<sup>(1)</sup> gratuit
  104.                                             </p>
  105.                                         </div>
  106.                                     </div>
  107.                                 </li>
  108.                                 <!-- End Info Block -->
  109.                                 <!-- Info Block -->
  110.                                 <li class="u-indicator-steps py-3">
  111.                                     <div class="media d-flex align-items-center border border-white rounded ps-3 p-2">
  112.                                         <div class="u-indicator-steps__inner me-1 me-lg-3">
  113.                                             <span class="display-4 text-warning ">4.</span>
  114.                                         </div>
  115.                                         <div class="media-body">
  116.                                             <p class="h3 mb-0 text-white">J'obtiens une analyse complète</p>
  117.                                         </div>
  118.                                     </div>
  119.                                 </li>
  120.                                 <!-- End Info Block -->
  121.                             </ul>
  122.                         </div>
  123.                     </div>
  124.                     <!-- End Content -->
  125.                 </div>
  126.             </div>
  127.         </div>
  128.     </main>
  129.     <!-- End Content -->
  130.     <!-- Section Problèmes Auditifs -->
  131.     <div class="container-fluid content-space-1">
  132.         <div class="row justify-content-lg-center align-items-lg-center">
  133.             <div class="d-none d-lg-flex col-lg-6 justify-content-center">
  134.                 <img class="img-fluid rounded-2 min-width-15" style="max-width: 500px;"
  135.                      src="{{ asset('build/landing-page/lp-index-seo/depistage.jpg') | imagine_filter('lp_img_content') }}"
  136.                      alt="Image Description">
  137.                 {#                <!-- SVG Shape --> #}
  138.                 {#                <div class="position-absolute top-0 start-0 zi-n1 mt-n6 ms-n7" style="width: 10rem;"> #}
  139.                 {#                    <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 335.2 335.2" width="100" #}
  140.                 {#                         height="100"> #}
  141.                 {#                        <circle fill="#FFC107" opacity=".7" cx="167.6" cy="167.6" r="130.1"/> #}
  142.                 {#                    </svg> #}
  143.                 {#                </div> #}
  144.                 {#                <!-- End SVG Shape --> #}
  145.                 {#                <!-- SVG Shape --> #}
  146.                 {#                <div class="position-absolute bottom-0 end-0 zi-n1 mb-n6 me-n10" style="width: 10rem;"> #}
  147.                 {#                    <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 335.2 335.2" width="120" #}
  148.                 {#                         height="120"> #}
  149.                 {#                        <circle fill="none" stroke="#377dff" stroke-width="75" cx="167.6" cy="167.6" r="130.1"/> #}
  150.                 {#                    </svg> #}
  151.                 {#                </div> #}
  152.                 {#                <!-- End SVG Shape --> #}
  153.             </div>
  154.             <div class="col-12 col-lg-6">
  155.                 <div class="mb-4">
  156.                     <h2 class="h3 text-primary uppercase fw-bold mb-3">Vous percevez des difficultés pour
  157.                         entendre,
  158.                         même légères ?</h2>
  159.                     <h3 class="h4 text-warning uppercase fw-semibold">N’attendez-plus et venez rencontrer nos
  160.                         audioprothésistes partenaires.</h3>
  161.                 </div>
  162.                 <p>
  163.                     Ils vous proposeront un <strong>dépistage auditif gratuit</strong> pour détecter l’origine et le
  164.                     degré
  165.                     de la surdité. Les laboratoires auditifs partenaires du site <strong>Mon-centre-auditif.com</strong>
  166.                     sont partout en France. Il y en a forcément un près de chez vous.<br><br>
  167.                     Les <strong>troubles de l’audition</strong> concernent en France plus de 4 millions de personnes. Il
  168.                     existe plusieurs phénomènes qui sont à la source d’une perte auditive partielle ou sévère comme les
  169.                     acouphènes ou la presbyacousie. Il est donc important de dépister régulièrement ces problèmes avant
  170.                     qu’ils ne deviennent trop impactant pour votre vie quotidienne.<br>
  171.                     <strong>Le Bilan auditif chez un audioprothésiste est donc utile pour faire le point sur votre
  172.                         audition
  173.                         et détecter d’éventuels symptômes</strong>.<br><br>
  174.                     En cas de perte auditive légère ou importante, le port d’un <strong>appareil auditif</strong> peut
  175.                     être
  176.                     la solution. Un RDV chez un ORL permettra de confirmer le diagnostic de l’audioprothésiste et de
  177.                     vous
  178.                     procurer une prescription utile à votre équipement.
  179.                 </p>
  180.             </div>
  181.         </div>
  182.     </div>
  183.     <!-- End Section Problèmes Auditifs -->
  184.     <!-- CTA -->
  185.     <div class="container text-center content-space-lg-1">
  186.         <div class="w-100 text-center mx-auto mb-4">
  187.             <h4 class="h2 ">Effectuez une demande de bilan
  188.                 auditif<sup>(1)</sup> gratuit
  189.             </h4>
  190.         </div>
  191.         <div class="mb-1 mb-lg-6">
  192.             <a class="btn btn-primary" href="#">
  193.                 Faire ma demande de bilan
  194.             </a>
  195.         </div>
  196.     </div>
  197.     <!-- End CTA -->
  198.     {% include 'front_v4/mca/partials/_footer_minimal.html.twig' %}
  199. {% endblock content %}
  200. {% block javascripts %}
  201.     <script
  202.             src="https://code.jquery.com/jquery-3.7.1.min.js"
  203.             integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
  204.             crossorigin="anonymous"></script>
  205.     {{ encore_entry_script_tags('lp_index_acq_seo') }}
  206.     {# validation & format prospect form #}
  207.     <script src="{{ asset('build/format_form_prospect.js') }}"></script>
  208. {% endblock javascripts %}