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

Choose Your Plan

Select the perfect plan for your business needs

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# Pricing Cards #} {% dnd_section padding={ "default": {"top": 40, "bottom": 80} } %} {% dnd_column %} {% dnd_row %} {% dnd_module "pricing_table" path="../modules/cards-pricingtable.module", label="Pricing Table" %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# FAQ Section #} {% dnd_section padding={ "default": {"top": 80, "bottom": 80} } %} {% dnd_column %} {% dnd_row %} {% dnd_column width=8, offset=2 %} {% dnd_row %} {% dnd_module "faq_title" path="@hubspot/rich_text", label="FAQ Title" %} {% module_attribute "html" %}

Frequently Asked Questions

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module "faq_content" path="@hubspot/rich_text", label="FAQ Content" %} {% module_attribute "html" %}

Can I change my plan later?

Yes, you can upgrade or downgrade your plan at any time. Changes take effect at the next billing cycle.

Is there a setup fee?

No, there are no setup fees. You only pay for your chosen monthly or annual subscription.

Do you offer discounts for annual billing?

Yes, save 20% when you choose annual billing for any of our paid plans.

Can I cancel anytime?

Absolutely. You can cancel your subscription at any time without any penalties.

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# CTA Section #} {% dnd_section padding={ "default": {"top": 80, "bottom": 80} } %} {% dnd_column %} {% dnd_row %} {% dnd_module "cta_text" path="@hubspot/rich_text", label="CTA Text" %} {% module_attribute "html" %}

Still have questions?

Our team is here to help you find the perfect solution.

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module "cta_button" path="../modules/button.module", label="CTA Button" %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {% end_dnd_area %}
{% endblock body %}