{{ sections.footer.brand.name }}

{{ sections.footer.brand.description.text }}

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

{{ navGroup.title }}

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

Contact

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

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