<section class="pt-4 pb-4">
<div class="container" data-animate="fadeInUp">
<div class="heading-text heading-section text-center">
<h2><span>{{ 'components.nos_reseaux_liens.titre' | admintrans | raw }}</span></h2>
</div>
<div class="mb-4 social-icons social-icons-large social-icons-colored text-center" data-animate="fadeInUp">
<ul>
{% for attrName,name in constant('App\\Entity\\ReseauxSociaux::SOCIAL') %}
{% if attribute(generalS.reseauxSociaux,attrName) %}
<li class="social-{{ attrName }}"><a href="{{ attribute(generalS.reseauxSociaux,attrName) }}"><i class="{{ name }}"></i></a></li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</section>