mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Update pricing.ejs - Change button text (#33737)
On the pricing page (https://fleetdm.com/pricing) there are currently two buttons that say Get a demo — one in the header and one on the pricing table. Could we explore changing the button in the table to say Talk to sales,Get a quote, or something similar and change the backend routing to go directly to a sales queue to pick up? The thinking: if a buyer is already going to that page, they likely want to talk to sales to get a quote. They also have an opportunity to still book a demo on that page in the header. Closes https://github.com/fleetdm/confidential/issues/12102
This commit is contained in:
parent
eadd0aec9b
commit
88d00435cf
1 changed files with 1 additions and 1 deletions
2
website/views/pages/pricing.ejs
vendored
2
website/views/pages/pricing.ejs
vendored
|
|
@ -71,7 +71,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<a purpose="card-button" class="btn btn-block btn-lg btn-primary mx-auto mb-0" href="/contact">Get a demo</a>
|
||||
<a purpose="card-button" class="btn btn-block btn-lg btn-primary mx-auto mb-0" href="/contact">Talk to sales</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue