{# Partial : section ebook (livre blanc) Paramètre : ebook_variant (string) - 'marque_forte' → "Comment développer une marque forte" - 'kit_de_com' → "Le Kit de Com' pour lancer ton cabinet" - 'dev_local' → "Développe ton cab' en local"#}{% if ebook_variant == 'marque_forte' %}<section class="ebook-area"> <div class="container"> <div class="container-content"> <div class="left"> <h2 class="title"> Comment développer une <span class="text-underline">marque forte<svg class="stroke" width="251" height="13" viewBox="0 0 251 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.00015 11C103.309 1 155.887 3.57321 249 2" stroke="#042F35" stroke-width="4" stroke-linecap="round"/></svg></span><br> au lancement de ton cab' ? 🚀 </h2> <p class="description"> Le guide essentiel pour clarifier ton positionnement, affirmer une marque cohérente, attirer les bons clients et bâtir un cabinet vraiment aligné avec toi. </p> <a href="{{ path('landing_page_ebook_marque_forte') }}" class="btn regular black"> <span> Télécharger notre livre blanc <svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.88477 2.7334L10.2001 6.85261L5.88477 10.9718" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.1998 6.85266L1.7998 6.85266" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </span> </a> </div> <div class="right"> <picture> <img src="{{ asset('/assets/images/agexv4/ebook/ebook.png') }}" alt="Couverture livre blanc - Comment développer une marque forte" loading="lazy"> </picture> </div> </div> </div></section>{% elseif ebook_variant == 'kit_de_com' %}<section class="ebook-area"> <div class="container"> <div class="container-content"> <div class="left"> <h2 class="title"> Le Kit de Com' pour lancer<br> ton cabinet d'<span class="text-underline" style="padding-bottom: 0.8rem;">expertise comptable<svg class="stroke" width="251" height="13" viewBox="0 0 251 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.00015 11C103.309 1 155.887 3.57321 249 2" stroke="#042F35" stroke-width="4" stroke-linecap="round"/></svg></span> 🚀 </h2> <p class="description"> Nous avons créé pour toi le guide des 5 piliers indispensables pour inspirer confiance, attirer tes premiers clients et construire une marque solide. </p> <a href="{{ path('landing_page_decmotiv') }}" class="btn regular black"> <span> Télécharger notre livre blanc <svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.88477 2.7334L10.2001 6.85261L5.88477 10.9718" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.1998 6.85266L1.7998 6.85266" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </span> </a> </div> <div class="right"> <picture> <img src="{{ asset('/assets/images/agexv4/ebook/ebook.png') }}" alt="Couverture livre blanc - Kit de com' pour lancer ton cabinet d'expertise comptable" loading="lazy"> </picture> </div> </div> </div></section>{% elseif ebook_variant == 'dev_local' %}<section class="ebook-area"> <div class="container"> <div class="container-content"> <div class="left"> <h2 class="title"> Développe ton cab'<br> <span class="text-underline">en local<svg class="stroke" width="180" height="13" viewBox="0 0 180 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.00015 11C73.309 1 111.887 3.57321 178 2" stroke="#042F35" stroke-width="4" stroke-linecap="round"/></svg></span> 🚀 </h2> <p class="description"> Découvre les leviers concrets pour renforcer ta présence locale, inspirer confiance et faire rayonner ton cabinet là où tes clients vivent, travaillent et entreprennent. </p> <a href="{{ path('landing_page_ebook_dev_cab_local') }}" class="btn regular black"> <span> Télécharger notre livre blanc <svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.88477 2.7334L10.2001 6.85261L5.88477 10.9718" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.1998 6.85266L1.7998 6.85266" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </span> </a> </div> <div class="right"> <picture> <img src="{{ asset('/assets/images/agexv4/ebook/ebook.png') }}" alt="Couverture livre blanc - Développe ton cabinet en local" loading="lazy"> </picture> </div> </div> </div></section>{% endif %}