mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: Minor text fixes (#39099)
This commit is contained in:
parent
5108867497
commit
5bebd7b5d0
1 changed files with 3 additions and 3 deletions
6
website/views/pages/homepage.ejs
vendored
6
website/views/pages/homepage.ejs
vendored
|
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
<div purpose="button-row" class="d-flex justify-content-start align-items-center">
|
||||
<a purpose="cta-button" href="/contact">Get a demo</a>
|
||||
<a purpose="video-button" @click="clickOpenVideoModal('fleet-in-three-minutes')"><img alt="Play" class="d-inline" src="/images/icon-play-video-32x32@2x.png">See Fleet in action<span>3 mins</span></a>
|
||||
<a purpose="video-button" @click="clickOpenVideoModal('fleet-in-three-minutes')"><img alt="Play" class="d-inline" src="/images/icon-play-video-32x32@2x.png">See how it works<span>3 mins</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
<div purpose="statistics-column">
|
||||
<div purpose="customers" class="d-none d-sm-block">
|
||||
<h4>1,300+</h4>
|
||||
<p>customers</p>
|
||||
<p>organizations</p>
|
||||
</div>
|
||||
<div purpose="countries" class="d-block d-sm-none">
|
||||
<h4>90+</h4>
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
</div>
|
||||
<div purpose="customers" class="d-block d-sm-none">
|
||||
<h4>1,300+</h4>
|
||||
<p>customers</p>
|
||||
<p>organizations</p>
|
||||
</div>
|
||||
<div purpose="response-time">
|
||||
<h4>21 minutes</h4>
|
||||
|
|
|
|||
Loading…
Reference in a new issue