{% extends "./layouts/base.html" %} {% block body %}
{% dnd_area "dnd_area" label="Main section", class="body-container body-container--contact" %} {# Contact Header #} {% dnd_section padding={ "default": {"top": 80, "bottom": 40} } %} {% dnd_column %} {% dnd_row %} {% dnd_module "contact_header" path="@hubspot/rich_text", label="Contact Header" %} {% module_attribute "html" %}

Get in Touch

We'd love to hear from you. Send us a message and we'll respond as soon as possible.

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# Contact Info Cards #} {% dnd_section padding={ "default": {"top": 40, "bottom": 40} } %} {% dnd_column %} {% dnd_row %} {% dnd_module "phone_info" path="@hubspot/rich_text", label="Phone Info", width=4 %} {% module_attribute "html" %}
Phone

Phone

(887) 929-0687

{% end_module_attribute %} {% end_dnd_module %} {% dnd_module "email_info" path="@hubspot/rich_text", label="Email Info", width=4, offset=4 %} {% module_attribute "html" %}
Email

Email

contact@business.com

{% end_module_attribute %} {% end_dnd_module %} {% dnd_module "location_info" path="@hubspot/rich_text", label="Location Info", width=4, offset=8 %} {% module_attribute "html" %}
Location

Location

Boston, MA

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# Contact Form Section #} {% dnd_section padding={ "default": {"top": 80, "bottom": 80} } %} {% dnd_column width=8, offset=2 %} {% dnd_row %} {% dnd_module "contact_form_title" path="@hubspot/rich_text", label="Contact Form Title" %} {% module_attribute "html" %}

Send us a Message

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module "contact_form" path="@hubspot/form", label="Contact Form" %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# Map Section #} {% dnd_section padding={ "default": {"top": 80, "bottom": 80} } %} {% dnd_column %} {% dnd_row %} {% dnd_module "map_title" path="@hubspot/rich_text", label="Map Title" %} {% module_attribute "html" %}

Find Us

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module "map_image" path="@hubspot/image", label="Map Image", img={ "src": get_asset_url("../images/sample/global-map.jpg"), "alt": "Our locations worldwide" } %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {% end_dnd_area %}
{% endblock body %}