diff --git a/_src/_includes/sections/section-cta-enterprise.html b/_src/_includes/sections/section-cta-enterprise.html new file mode 100644 index 0000000..379305e --- /dev/null +++ b/_src/_includes/sections/section-cta-enterprise.html @@ -0,0 +1,12 @@ +
+
+
+

Enterprise

+

Get hands-on production support for your company.

+
+ + + Enterprise + +
+
diff --git a/_src/_layouts/partner.html b/_src/_layouts/partner.html index f64280a..e88e812 100644 --- a/_src/_layouts/partner.html +++ b/_src/_layouts/partner.html @@ -38,4 +38,6 @@ cta: +{% include sections/section-cta-enterprise.html %} + {% include sections/section-cta.html %} diff --git a/_src/_layouts/usecase.html b/_src/_layouts/usecase.html index f04bb94..f9135b6 100644 --- a/_src/_layouts/usecase.html +++ b/_src/_layouts/usecase.html @@ -88,4 +88,6 @@ cta: +{% include sections/section-cta-enterprise.html %} + {% include sections/section-cta.html %} diff --git a/_src/index.html b/_src/index.html index 325542b..6dc72a0 100644 --- a/_src/index.html +++ b/_src/index.html @@ -53,6 +53,8 @@ redirect_from: {% include sections/section-partners.html %} +{% include sections/section-cta-enterprise.html %} + {% include sections/section-testimonials.html %} {% include sections/section-cta-features.html %}