{{ sections.contact.badge | default('Get In Touch') }}

{{ sections.contact.title }}

{{ sections.contact.subtitle }}

{% if sections.contact.address %}

Address

{{ sections.contact.address }}

{% endif %} {% if sections.contact.email %}

Email

{{ sections.contact.email }}

{% endif %} {% if sections.contact.phone %}

Phone

{{ sections.contact.phone }}

{% endif %}
{% if sections.contact.socialLinks %}

{{ sections.contact.socialLinks.title | default('Follow Us') }}

{% for social in sections.contact.socialLinks.links %} {% endfor %}
{% endif %} {% if sections.contact.map %}
{% endif %}
{% for field in sections.contact.form.fields %}
{% if field.type == 'textarea' %} {% else %} {% endif %}
{% endfor %}