diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index 9afb37e668..d2853be6e1 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -7,7 +7,7 @@ <%/* Hero text */%>

<%- partial('../partials/primary-tagline.partial.ejs') %>

-

Replace the sprawl with <%= primaryBuyingSituation === 'vm'? 'secure, open-source reporting that works the way you want' : primaryBuyingSituation === 'eo-security'? 'open-source endpoint observability for every platform' : 'a modern device management platform that works the way you want' %>.

+

Replace the sprawl with <%= primaryBuyingSituation === 'vm'? 'secure, open-source reporting that works the way you want' : primaryBuyingSituation === 'eo-security'? 'open-source endpoint orchestration for every platform' : 'a modern device management platform that works the way you want and lets employees see what\'s going on' %>.

Learn how Talk to an engineer diff --git a/website/views/partials/primary-tagline.partial.ejs b/website/views/partials/primary-tagline.partial.ejs index bc922f4382..bb04b6a2dc 100644 --- a/website/views/partials/primary-tagline.partial.ejs +++ b/website/views/partials/primary-tagline.partial.ejs @@ -1,7 +1,7 @@ <%= - typeof primaryBuyingSituation === 'undefined' ? 'Open-source device management for everyone' // Default (no buying situation) + typeof primaryBuyingSituation === 'undefined' ? 'Open device management for everyone' // Default (no buying situation) : primaryBuyingSituation === 'vm' ? 'Focus on vulnerabilities, not vendors' // vm : primaryBuyingSituation === 'eo-security' ? 'Easily get security data'// eo-security : primaryBuyingSituation === 'eo-it' ? 'Untangle your endpoints' : // eo-it - 'Open-source device management for everyone'// mdm + 'Open device management for everyone'// mdm %>