<section class="footer-banner"
style="background-image: url({{ module.backgroundImage is defined ? '/uploads/productCmsFiles/' ~ module.backgroundImage : '/frontend-eforum/images/footer-banner.jpg' }})"
>
{% if module.image is defined and module.image is not empty %}
<img class="footer-banner__logo"
src="/uploads/productCmsFiles/{{ module.image }}"
alt=""
>
{% endif %}
{% if module.text is defined and module.text is not empty %}
<h2 class="footer-banner__heading">
{{ module.text|raw }}
</h2>
{% endif %}
{% if module.link is defined %}
<a class="button button--white button--with-arrow footer-banner__button" href="{{ module.link }}" target="_blank">
{% if module.linkText is defined and module.linkText is not empty %}
{{ module.linkText }}
{% else %}
Przejdź do portalu
{% endif %}
</a>
{% endif %}
</section>