Update calendly link for demo requests (#4539)

* Update calendly link for demo requests

Adding UTM parameters to the "demo requests" Calendly link.

* Update website/views/pages/homepage.ejs

Co-authored-by: eashaw <eashaw@sailsjs.com>

* Adding UTM source to bottom Calendly link

Co-authored-by: eashaw <eashaw@sailsjs.com>
This commit is contained in:
Andrew Baker 2022-03-09 16:55:17 -05:00 committed by GitHub
parent a1c67547b3
commit 24ee3d0461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@
class="btn btn-block btn-lg btn-white pl-0 m-0"
purpose="animated-arrow-button"
target="_blank"
href="https://calendly.com/fleetdm/demo"
href="https://calendly.com/fleetdm/demo?utm_source=homepage+demo+top"
>Schedule a demo
</a>
</div>
@ -292,7 +292,7 @@
class="btn btn-block btn-lg btn-white pl-0 m-0"
purpose="animated-arrow-button"
target="_blank"
href="https://calendly.com/fleetdm/demo"
href="https://calendly.com/fleetdm/demo?utm_source=homepage+demo+bottom"
>Schedule a demo
</a>
</div>