Lidé
{% assign persons = site.people | sample:3 %}
{% for person in persons %}
{% include people/profile-badge.html item=person style='card' showContactInfo=false %}
{% endfor %}
{% capture href %}{% if peopleCol.root %}{{ peopleCol.root }}{% else %}{{ '/lide/' | relative_url }}{% endif %}{% endcapture %}
{% include buttons/icon.html icon="ico--chevron-right" class="btn--violet-400 btn--fullwidth lg:btn--autowidth pt-4" cta="Poznejte celý náš tým" href=href %}