From cc939183a39e4a2b463ebcdb4d0e1ab593ec2c8f Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 25 Jun 2024 17:50:53 -0500 Subject: [PATCH] Website: Reorder homepage sections (#20006) Closes: #20003 Changes: - Updated the order of the sections on the homepage for users with no primary buying situation. --- website/views/pages/homepage.ejs | 37 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index 8ef8c33f08..d3c10cf998 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -89,25 +89,8 @@
<% if(!primaryBuyingSituation){ %> - <%/* Endpoint ops block */%> -
-
-

Endpoint ops

-

<%= primaryBuyingSituation==='eo-security'? 'Instrument your endpoints' : 'Understand your computers'%>

-

A <%= primaryBuyingSituation==='eo-security'? 'lightweight' : 'quick-fast' %> way to gather <%= primaryBuyingSituation==='vm'? 'patch level and custom reports across all your computing devices, even in OT and production environments' : primaryBuyingSituation==='eo-security'? 'deep context and custom telemetry across all your endpoints, even servers' : primaryBuyingSituation==='mdm'||primaryBuyingSituation==='eo-it'? 'compliance and inventory data across all your devices' : 'device data across all your computers' %>. Pulse check or automate anything on any platform.

- -
-
- Endpoint ops -
-
<%/* Device management block */%> -
-
- Operating systems entering a glass device management dome -
+

Device management

Manage everything in one place

@@ -116,6 +99,24 @@ Start with device management
+
+ Operating systems entering a glass device management dome +
+
+ + <%/* Endpoint ops block */%> +
+
+ Endpoint ops +
+
+

Endpoint ops

+

<%= primaryBuyingSituation==='eo-security'? 'Instrument your endpoints' : 'Understand your computers'%>

+

A <%= primaryBuyingSituation==='eo-security'? 'lightweight' : 'quick-fast' %> way to gather <%= primaryBuyingSituation==='vm'? 'patch level and custom reports across all your computing devices, even in OT and production environments' : primaryBuyingSituation==='eo-security'? 'deep context and custom telemetry across all your endpoints, even servers' : primaryBuyingSituation==='mdm'||primaryBuyingSituation==='eo-it'? 'compliance and inventory data across all your devices' : 'device data across all your computers' %>. Pulse check or automate anything on any platform.

+ +
<%/* Vulnerability management block */%>