Skip to content

Commit

Permalink
Merge pull request #1507 from FlowFuse/swap-main-ctas-homepage
Browse files Browse the repository at this point in the history
Swap CTAs in hero section
  • Loading branch information
Hasmin-AC authored Jan 12, 2024
2 parents b9e437b + 4b6b802 commit 68b2bc6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ sitemapPriority: 1.0
{{ site.messaging.subtitle }}
</p>
<div class="flex flex-col">
<div
class="m-auto mt-7 flex gap-4 items-center justify-center lg:items-start lg:justify-start lg:m-0 flex-row">
<div class="m-auto mt-7 flex gap-4 items-center justify-center lg:items-start lg:justify-start lg:m-0 flex-row">
<a class="ff-btn ff-btn--primary flex flex-col mb-6" href="{{ site.appURL }}/account/create"
onclick="capture('cta-join', {'position': 'primary'})">
onclick="capture('cta-try-it-now', {'position': 'hero'})">
<span class="text-base uppercase items-center">
Contact us
TRY IT OUT
</span>
</a>
<a class="ff-btn flex flex-col mb-6" href="{{ site.appURL }}/account/create"
onclick="capture('cta-join', {'position': 'primary'})">
<span class="text-base uppercase flex gap-2 items-center text-gray-200">
TRY IT OUT
<a class="ff-btn flex flex-col mb-6" href="/contact-us"
onclick="capture('cta-contact-us', {'position': 'hero'})">
<span class="text-base flex gap-2 uppercase items-center text-gray-200">
Contact us
{% include "components/icons/arrow-right.svg" %}
</span>
</a>
Expand Down

0 comments on commit 68b2bc6

Please sign in to comment.