templates/Front/ebook/dev-cab-local.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}
  3.     Développe ton cab’ en local by lagence.expert
  4. {% endblock %}
  5. {% block description %}
  6.     Créer un cabinet, c’est affirmer une identité, attirer les bons clients, les bons talents, et se différencier dès le départ. Ce livre blanc est une ressource stratégique pensée pour les créateurs de cabinets qui veulent construire une marque impactante, alignée avec leur vision.
  7. {% endblock %}
  8. {% block meta_noindex %}
  9.     <meta name="robots" content="noindex, nofollow">
  10. {% endblock %}
  11. {% block stylesheets %}
  12.     {{ encore_entry_link_tags('webinaire-agexv4') }}
  13. {% endblock %}
  14. {% block body %}
  15.     <section class="contact-area">
  16.         <div class="container">
  17.             <div class="row align-items-center">
  18.                 <div class="col-xl-6 col-lg-5">
  19.                     <div class="section-title left">
  20.                         <span class="sub-title text-green">
  21.                             Livre blanc
  22.                         </span>
  23.                         <h1 class="title container-shape ">
  24.                             <svg class="shape arrow d-lg-block d-none" width="113" height="57" viewBox="0 0 113 57" fill="none" xmlns="http://www.w3.org/2000/svg">
  25.                                 <path d="M2.90483 40.1211C13.7262 21.3028 41.1389 -11.1755 64.7944 8.77893C81.6316 22.9818 54.2602 67.284 39.6992 50.9064C25.1381 34.5288 64.2039 -15.5958 108.106 30.5035M96.5749 29.2609L109.697 32.4313L106.667 17.2963" stroke="#FC6F1F" stroke-width="4" stroke-linecap="round"/>
  26.                             </svg>
  27.                             Développe ton cab’ en local 🚀
  28.                         </h1>
  29.                         <p class="mb-0 mt-5">
  30.                             Un guide complet pour découvrir les leviers concrets qui te permettront de renforcer ta présence sur ton territoire, inspirer confiance et faire rayonner ton cabinet là où tes clients vivent et entreprennent.
  31.                             <br>
  32.                             Notre équipe accompagne plus de <strong>500 cabinets</strong> à travers la France.
  33.                         </p>
  34.                         <p class="mb-0 mt-5">
  35.                             ✅ Ce que vous allez découvrir :
  36.                         </p>
  37.                         <ul class="list mt-5">
  38.                             <li>
  39.                                 <svg width="30" height="30" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  40.                                     <path d="M6.66667 11.3333L3.33333 8L4.75 6.58333L6.66667 8.5L11.25 4L12.6667 5.41667L6.66667 11.3333Z" fill="#FC6F1F"/>
  41.                                 </svg>
  42.                                 Les <strong>leviers les plus efficaces</strong> pour développer ta présence locale
  43.                             </li>
  44.                             <li>
  45.                                 <svg width="30" height="30" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  46.                                     <path d="M6.66667 11.3333L3.33333 8L4.75 6.58333L6.66667 8.5L11.25 4L12.6667 5.41667L6.66667 11.3333Z" fill="#FC6F1F"/>
  47.                                 </svg>
  48.                                 Les <strong>méthodes pratiques</strong> pour gagner en visibilité sur ton territoire
  49.                             </li>
  50.                             <li>
  51.                                 <svg width="30" height="30" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  52.                                     <path d="M6.66667 11.3333L3.33333 8L4.75 6.58333L6.66667 8.5L11.25 4L12.6667 5.41667L6.66667 11.3333Z" fill="#FC6F1F"/>
  53.                                 </svg>
  54.                                 Les <strong>actions immédiates</strong> à mettre en place pour te positionner comme un acteur reconnu dans ton écosystème
  55.                             </li>
  56.                         </ul>
  57.                     </div>
  58.                 </div>
  59.                 <div class="col-xl-6 col-lg-7">
  60.                     <div class="contact-form">
  61.                         <span class="logo">
  62.                             <img src="{{ asset('assets/images/webinaire/logo3D 2.png') }}" alt="logo lagence.expert 3d">
  63.                         </span>
  64.                         <h2 class="title">
  65.                             Un plan d’action
  66.                             <span class="text-orange text-underline">
  67.                                 concret
  68.                                 <svg class="stroke" width="188" height="12" viewBox="0 0 188 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  69.                                     <path d="M2.30078 9.74609C75.8008 2.74609 118.147 3.84734 185.701 2.74609" stroke="#7CD325" stroke-width="4" stroke-linecap="round"/>
  70.                                 </svg>
  71.                             </span>
  72.                         </h2>
  73.                         {{ form_start(form_ebook) }}
  74.                         {{ form_widget(form_ebook) }}
  75.                         <button type="submit" class="btn regular secondary">
  76.                             <span>
  77.                                 Je télécharge
  78.                                 <svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
  79.                                     <path d="M5.88477 2.7334L10.2001 6.85261L5.88477 10.9718" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  80.                                     <path d="M10.1998 6.85266L1.7998 6.85266" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  81.                                 </svg>
  82.                             </span>
  83.                         </button>
  84.                         {{ form_end(form_ebook) }}
  85.                     </div>
  86.                 </div>
  87.             </div>
  88.         </div>
  89.     </section>
  90.     <section class="logo-area inline bg-secondary-light">
  91.         <div class="container-logo">
  92.             <span class="section-title__tagline" data-aos="fade-up">
  93.                 <span class="text-body">+550 cabinets</span>
  94.                 nous font déjà confiance
  95.             </span>
  96.             <div class="owl-carousel owl-custom" id="client-logos" data-aos="zoom-in" data-aos-delay="100">
  97.             </div>
  98.         </div>
  99.     </section>
  100.     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  101.     <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
  102.     <script src="{{ asset('/assets/js/carouselLogo.js') }}"></script>
  103. {% endblock %}