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

{{ sections.contact.title }}

{{ sections.contact.subtitle }}

Send us a message

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

Visit Our Coffee Shop

{% if sections.contact.address %}

Address

{{ sections.contact.address }}

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

Phone

{{ sections.contact.phone }}

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

Email

{{ sections.contact.email }}

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

Opening Hours

{% for hour in sections.contact.hours %}
{{ hour.day }} {{ hour.time }}
{% endfor %}
{% endif %} {% if sections.contact.socialLinks %}

Follow Us

{% for social in sections.contact.socialLinks %} {% endfor %}
{% endif %}