mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Website: update "Let's talk to your team" step of /start questionnaire (#29242)
Closes: #29194 Changes: - Updated the "Got questions" CTA on the "Let's talk to your team" to go to the contact form.
This commit is contained in:
parent
357ddf7893
commit
2ced8a4d0b
1 changed files with 2 additions and 2 deletions
4
website/views/pages/start.ejs
vendored
4
website/views/pages/start.ejs
vendored
|
|
@ -519,10 +519,10 @@
|
|||
<h2>Work with us</h2>
|
||||
<p>Get support and training or schedule a personalized demo for your team.</p>
|
||||
</a>
|
||||
<a purpose="card" @click="clickGoToCalendly()">
|
||||
<a purpose="card" href="/contact?sendMessage">
|
||||
<img alt="Ask us anything" src="/images/icon-ask-anything-64x64@2x.png">
|
||||
<h2>Got questions?</h2>
|
||||
<p>Grab some time and ask us anything.</p>
|
||||
<p>Ask us anything.</p>
|
||||
</a>
|
||||
</div>
|
||||
<div purpose="form-buttons">
|
||||
|
|
|
|||
Loading…
Reference in a new issue