templates/Front/webinaire/landingpage-comptatech.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}
  3.     Comment développer une marque forte au lancement de ton cab' 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.                             Comment développer une marque forte au lancement de ton cab' 🚀 ?
  28.                         </h1>
  29.                         <p class="mb-0 mt-5">
  30.                             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.
  31.                         </p>
  32.                         <ul class="list mt-5">
  33.                             <li>
  34.                                 <svg width="30" height="30" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  35.                                     <path d="M6.66667 11.3333L3.33333 8L4.75 6.58333L6.66667 8.5L11.25 4L12.6667 5.41667L6.66667 11.3333Z" fill="#FC6F1F"/>
  36.                                 </svg>
  37.                                 Clarifie ta vision
  38.                             </li>
  39.                             <li>
  40.                                 <svg width="30" height="30" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  41.                                     <path d="M6.66667 11.3333L3.33333 8L4.75 6.58333L6.66667 8.5L11.25 4L12.6667 5.41667L6.66667 11.3333Z" fill="#FC6F1F"/>
  42.                                 </svg>
  43.                                 Définis ton message-clé
  44.                             </li>
  45.                             <li>
  46.                                 <svg width="30" height="30" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  47.                                     <path d="M6.66667 11.3333L3.33333 8L4.75 6.58333L6.66667 8.5L11.25 4L12.6667 5.41667L6.66667 11.3333Z" fill="#FC6F1F"/>
  48.                                 </svg>
  49.                                 Identifie tes valeurs
  50.                             </li>
  51.                             <li>
  52.                                 <svg width="30" height="30" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  53.                                     <path d="M6.66667 11.3333L3.33333 8L4.75 6.58333L6.66667 8.5L11.25 4L12.6667 5.41667L6.66667 11.3333Z" fill="#FC6F1F"/>
  54.                                 </svg>
  55.                                 Crée ton avatar client
  56.                             </li>
  57.                             <li>
  58.                                 <svg width="30" height="30" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  59.                                     <path d="M6.66667 11.3333L3.33333 8L4.75 6.58333L6.66667 8.5L11.25 4L12.6667 5.41667L6.66667 11.3333Z" fill="#FC6F1F"/>
  60.                                 </svg>
  61.                                 Construis ton identité visuelle
  62.                             </li>
  63.                             <li>
  64.                                 <svg width="30" height="30" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  65.                                     <path d="M6.66667 11.3333L3.33333 8L4.75 6.58333L6.66667 8.5L11.25 4L12.6667 5.41667L6.66667 11.3333Z" fill="#FC6F1F"/>
  66.                                 </svg>
  67.                                 Active ta présence digitale
  68.                             </li>
  69.                             <li>
  70.                                 <svg width="30" height="30" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  71.                                     <path d="M6.66667 11.3333L3.33333 8L4.75 6.58333L6.66667 8.5L11.25 4L12.6667 5.41667L6.66667 11.3333Z" fill="#FC6F1F"/>
  72.                                 </svg>
  73.                                 Fais vivre ta marque au quotidien
  74.                             </li>
  75.                         </ul>
  76.                     </div>
  77.                 </div>
  78.                 <div class="col-xl-6 col-lg-7">
  79.                     <div class="contact-form">
  80.                         <span class="logo">
  81.                             <img src="{{ asset('assets/images/webinaire/logo3D 2.png') }}" alt="logo lagence.expert 3d">
  82.                         </span>
  83.                         <h2 class="title">
  84.                             Un plan d’action
  85.                             <span class="text-orange text-underline">
  86.                                 concret
  87.                                 <svg class="stroke" width="188" height="12" viewBox="0 0 188 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  88.                                     <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"/>
  89.                                 </svg>
  90.                             </span>
  91.                         </h2>
  92.                         {{ form_start(form_ebook_comptatech) }}
  93.                         {{ form_widget(form_ebook_comptatech) }}
  94.                         <button type="submit" class="btn regular secondary">
  95.                             <span>
  96.                                 Je télécharge
  97.                                 <svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
  98.                                     <path d="M5.88477 2.7334L10.2001 6.85261L5.88477 10.9718" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  99.                                     <path d="M10.1998 6.85266L1.7998 6.85266" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  100.                                 </svg>
  101.                             </span>
  102.                         </button>
  103.                         {{ form_end(form_ebook_comptatech) }}
  104.                     </div>
  105.                 </div>
  106.             </div>
  107.         </div>
  108.     </section>
  109.     <section class="logo-area inline bg-secondary-light">
  110.         <div class="container-logo">
  111.             <span class="section-title__tagline" data-aos="fade-up">
  112.                 <span class="text-body">+550 cabinets</span>
  113.                 nous font déjà confiance
  114.             </span>
  115.             <div class="owl-carousel owl-custom" id="client-logos" data-aos="zoom-in" data-aos-delay="100">
  116.             </div>
  117.         </div>
  118.     </section>
  119.     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  120.     <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
  121.     <script src="{{ asset('/assets/js/carouselLogo.js') }}"></script>
  122. {% endblock %}