Skip to content

Commit

Permalink
Merge pull request #1238 from FlowFuse/zj-cta-pricing-update
Browse files Browse the repository at this point in the history
cta: Fix links of CTAs
  • Loading branch information
iskerrett authored Oct 12, 2023
2 parents 90a9c57 + d71db73 commit ec6cf70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/_includes/feature_lists/cloud.njk
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@
onclick: "capture('cta-join', {'position': 'secondary'}, {'plan': 'cloud-starter'})"
}, {
cta: "BOOK A DEMO",
url: "https://app.flowforge.com/account/create",
url: "/book-demo/",
onclick: "capture('cta-contact', {'position': 'primary'}, {'plan': 'cloud-team'})"
}, {
cta: "CONTACT SALES",
url: "/book-demo",
url: "/contact-us/",
onclick: "capture('cta-contact', {'position': 'secondary'}, {'plan': 'cloud-enterprise'})"
}]
}]
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/feature_lists/self-hosted.njk
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
onclick: "capture('cta-contact', {'position': 'secondary'}, {'plan': 'sh-team'})"
}, {
cta: "CONTACT SALES",
url: "/book-demo/",
url: "/contact-us/",
onclick: "capture('cta-contact', {'position': 'secondary'}, {'plan': 'sh-enterprise'})"
}]
}]
Expand Down
6 changes: 3 additions & 3 deletions src/pricing.njk
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ meta:
<div class="mt-7 md:text-left items-left w-full mb-8 flex flex-row">
<div class="self-end">{% include "components/icons/chat-bubble-left-right.svg" %}</div>
</div>
<a class="md:self-end ff-btn ff-btn--primary uppercase align-baseline w-full" href='/book-demo' onclick="capture('cta-contact', {'position': 'primary'}, {'plan': 'cloud-enterprise'})">CONTACT SALES</a>
<a class="md:self-end ff-btn ff-btn--primary uppercase align-baseline w-full" href='/contact-us/' onclick="capture('cta-contact', {'position': 'primary'}, {'plan': 'cloud-enterprise'})">CONTACT SALES</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -186,7 +186,7 @@ meta:
</div>
</div>
</div>
<a class="md:self-end ff-btn ff-btn--primary uppercase align-baseline w-full" href="/book-demo" onclick="capture('cta-contact', {'position': 'primary'}, {'plan': 'sh-team'})">BOOK A DEMO</a>
<a class="md:self-end ff-btn ff-btn--primary uppercase align-baseline w-full" href="/book-demo/" onclick="capture('cta-contact', {'position': 'primary'}, {'plan': 'sh-team'})">BOOK A DEMO</a>
</div>
</div>

Expand All @@ -211,7 +211,7 @@ meta:
<div class="mt-7 md:text-left items-left w-full mb-8 flex flex-row">
<div class="self-end">{% include "components/icons/chat-bubble-left-right.svg" %}</div>
</div>
<a class="md:self-end ff-btn ff-btn--primary uppercase align-baseline w-full" href="/book-demo" onclick="capture('cta-contact', {'position': 'primary'}, {'plan': 'sh-enterprise'})">CONTACT SALES</a>
<a class="md:self-end ff-btn ff-btn--primary uppercase align-baseline w-full" href="/contact-us/" onclick="capture('cta-contact', {'position': 'primary'}, {'plan': 'sh-enterprise'})">CONTACT SALES</a>
</div>
</div>
</div>
Expand Down

0 comments on commit ec6cf70

Please sign in to comment.