Contact

<div>
    <div class=" font-bold mb-2">Contact</div>
    <div class="flex items-center gap-2">
        <a href="#" class="
        
         link-medium
         link-dark
        
        
    ">

            Voir le formulaire de contact

        </a>
        <svg class=" shrink-0" width="16" height="16" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
            <path d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" stroke="currentColor" stroke-width="1.5" fill="none" />

        </svg>
    </div>
</div>
<div>
    <div class=" font-bold mb-2">Contact</div>
    <div class="flex items-center gap-2">
        {% render "@template-link" with link|merge({color:color, size: "medium"}) %}
        {% render "@icons-heroicons--arrow-right-outline" with { width:"16", height:"16"} %}
    </div>
</div>
{
  "link": {
    "label": "Voir le formulaire de contact",
    "type": "dark"
  }
}

No notes defined.