{{ footer.brand.name }}

{{ footer.brand.description.text }}

{% for social in footer.brand.socialLinks.links %} {% endfor %}
{% for navGroup in footer.navigation %}

{{ navGroup.title }}

    {% for link in navGroup.links %}
  • {{ link.label }}
  • {% endfor %}
{% endfor %} {% if footer.contact %}

Contact

  • {{ footer.contact.address }}
  • {{ footer.contact.email }}
  • {{ footer.contact.phone }}
{% endif %}

© 2025 {{ footer.brand.name }}. All rights reserved.