From fb473f3eceaaf0353d72cb363c43b2853a89617a Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Sat, 2 Nov 2024 03:50:29 +0900 Subject: [PATCH] update eo-security hero text (#23450) Closes https://github.com/fleetdm/fleet/issues/23449 - updated eo-security hero text @mikermcneil, "Easily get security data" is my favourite, but I don't like the double compound adjective in the subheading. What do you think about this instead? --- website/views/pages/homepage.ejs | 2 +- website/views/partials/primary-tagline.partial.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index e297c790cb..bd1bd92748 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -7,7 +7,7 @@ <%/* Hero text */%>
Replace the sprawl with <%= primaryBuyingSituation === 'vm'? 'secure, open-source reporting that works the way you want' : primaryBuyingSituation === 'eo-security'? 'universal, open-source endpoint visibility' : '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 observability for every platform' : 'a modern device management platform that works the way you want' %>.