diff --git a/website/assets/images/homepage-hero-3227x920@2x.png b/website/assets/images/homepage-hero-3227x920@2x.png
new file mode 100644
index 0000000000..faad97331f
Binary files /dev/null and b/website/assets/images/homepage-hero-3227x920@2x.png differ
diff --git a/website/assets/images/homepage-hero-background-3840x500@2x.png b/website/assets/images/homepage-hero-background-3840x500@2x.png
deleted file mode 100644
index 1ca26bed15..0000000000
Binary files a/website/assets/images/homepage-hero-background-3840x500@2x.png and /dev/null differ
diff --git a/website/assets/images/icon-play-video-32x32@2x.png b/website/assets/images/icon-play-video-32x32@2x.png
new file mode 100644
index 0000000000..98d0f34a04
Binary files /dev/null and b/website/assets/images/icon-play-video-32x32@2x.png differ
diff --git a/website/assets/images/vuln-management-hero-image-345x380@2x.png b/website/assets/images/vuln-management-hero-image-345x380@2x.png
index 3e6ce9aab5..93b4deb503 100644
Binary files a/website/assets/images/vuln-management-hero-image-345x380@2x.png and b/website/assets/images/vuln-management-hero-image-345x380@2x.png differ
diff --git a/website/assets/js/pages/device-management.page.js b/website/assets/js/pages/device-management.page.js
index be249f1a8f..4ac94adabc 100644
--- a/website/assets/js/pages/device-management.page.js
+++ b/website/assets/js/pages/device-management.page.js
@@ -20,6 +20,11 @@ parasails.registerPage('device-management-page', {
// ║║║║ ║ ║╣ ╠╦╝╠═╣║ ║ ║║ ║║║║╚═╗
// ╩╝╚╝ ╩ ╚═╝╩╚═╩ ╩╚═╝ ╩ ╩╚═╝╝╚╝╚═╝
methods: {
- //…
+ clickOpenVideoModal: function(modalName) {
+ this.modal = modalName;
+ },
+ closeModal: function() {
+ this.modal = undefined;
+ }
}
});
diff --git a/website/assets/styles/pages/device-management.less b/website/assets/styles/pages/device-management.less
index 24817141ac..21d927f058 100644
--- a/website/assets/styles/pages/device-management.less
+++ b/website/assets/styles/pages/device-management.less
@@ -28,10 +28,11 @@
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
- font-size: 18px;
- line-height: 24px;
+ font-size: 14px;
+ line-height: 150%;
+ text-transform: uppercase;
color: @core-fleet-black-75;
- margin-bottom: 4px;
+ margin-bottom: 0;
}
p {
font-size: 16px;
@@ -301,78 +302,77 @@
[parasails-component='logo-carousel'] {
margin-bottom: 80px;
}
- [purpose='calendar-section'] {
- padding: 0px 64px 40px 64px;
- margin-bottom: 40px;
- max-width: 1200px;
- margin-left: auto;
- margin-right: auto;
- }
- [purpose='calendar-card-body'] {
- width: 50%;
- padding-left: 64px;
- padding-bottom: 24px;
- margin-right: 24px;
- text-align: left;
- h3 {
- font-size: 32px;
- line-height: 120%;
- margin-bottom: 24px;
- }
- p {
- max-width: 720px;
- margin-bottom: 24px;
- margin-top: 24px;
- }
- a {
- margin-bottom: 6px;
- padding-right: 24px;
- }
- }
- [purpose='calendar-card'] {
- border-radius: 24px;
- border: 1px solid #E2E4EA;
- background: linear-gradient(165deg, #F9FDFE 10.56%, #FFF 33.43%);
- overflow: hidden;
- height: 420px;
- }
- [purpose='coming-soon-badge'] {
- background-color: #0587FF;
- padding: 4px 8px 3px 8px;
- display: flex;
- align-items: center;
- border-radius: 14px;
- color: #FFF;
- font-size: 12px;
- font-weight: 500;
- line-height: 18px;
- text-transform: uppercase;
- margin-bottom: 8px;
- }
- [purpose='calendar-image'] {
- padding-top: 32px;
- padding-bottom: 24px;
- height: 420px;
- width: 50%;
- display: flex;
- flex-direction: row;
- overflow-x: hidden;
- justify-content: center;
- position: relative;
- &:before {
- position: absolute;
- content: ' ';
- width: 55px;
- left: 0px;
- top: 0px;
- height: 420px;
- background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
- }
- img {
- height: 100%;
- width: auto;
- }
- }
+ [purpose='calendar-feature'] {
+ margin-bottom: 140px;
+ h3 {
+ font-size: 32px;
+ margin-bottom: 24px;
+ }
+ [purpose='calendar-feature-text'] {
+ max-width: 480px;
+ }
+ [purpose='new-badge'] {
+ background-color: #0587FF;
+ padding: 4px 8px 3px 8px;
+ display: flex;
+ align-items: center;
+ border-radius: 14px;
+ color: #FFF;
+ font-size: 12px;
+ font-weight: 500;
+ line-height: 18px;
+ text-transform: uppercase;
+ margin-bottom: 12px;
+ width: min-content;
+ }
+ [purpose='calendar-checklist'] {
+ margin-top: 8px;
+ margin-bottom: 24px;
+ p {
+ font-size: 14px;
+ font-style: normal;
+ font-weight: 400;
+ line-height: 21px;
+ padding-left: 37px;
+ text-indent: -37px;
+ margin-bottom: 1.5rem;
+ &:last-of-type {
+ margin-bottom: 0px;
+ }
+ }
+ p::before {
+ content: ' ';
+ background-image: url('/images/icon-checkmark-green-20x20@2x.png');
+ background-size: 20px 20px;
+ display: inline-block;
+ position: relative;
+ top: 5px;
+ margin-right: 16px;
+ width: 20px;
+ height: 20px;
+ }
+ }
+ [purpose='feature-video'] {
+ margin-left: 80px;
+ max-width: 468px;
+ video {
+ max-width: 100%;
+ max-height: 100%;
+ border-radius: 16px;
+ }
+ }
+ [purpose='video-button'] {
+ margin-top: 12px;
+ cursor: pointer;
+ img {
+ height: 32px;
+ margin-right: 8px;
+ }
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 21px;
+ }
+ }
@@ -534,8 +534,12 @@
padding-left: 40px;
padding-right: 40px;
}
- [purpose='calendar-section'] {
- padding: 0px 40px 40px 40px;
+ [purpose='calendar-feature'] {
+ [purpose='feature-video'] {
+ margin-left: auto;
+ margin-right: auto;
+ margin-bottom: 40px;
+ }
}
[purpose='page-section'] {
margin-bottom: 140px;
diff --git a/website/assets/styles/pages/endpoint-ops.less b/website/assets/styles/pages/endpoint-ops.less
index 410f45c88b..14574140e7 100644
--- a/website/assets/styles/pages/endpoint-ops.less
+++ b/website/assets/styles/pages/endpoint-ops.less
@@ -22,10 +22,11 @@
h4 {
font-family: 'Roboto Mono', monospace;
font-weight: 400;
- font-size: 18px;
- line-height: 24px;
+ font-size: 14px;
+ line-height: 150%;
+ text-transform: uppercase;
color: @core-fleet-black-75;
- margin-bottom: 8px;
+ margin-bottom: 0;
}
p {
font-size: 16px;
@@ -292,76 +293,74 @@
[parasails-component='logo-carousel'] {
margin-bottom: 80px;
}
- [purpose='calendar-section'] {
- padding: 0px 64px 40px 64px;
- margin-bottom: 40px;
- max-width: 1200px;
- margin-left: auto;
- margin-right: auto;
- }
- [purpose='calendar-card-body'] {
- width: 50%;
- padding-left: 64px;
- padding-bottom: 24px;
- margin-right: 24px;
- text-align: left;
+ [purpose='calendar-feature'] {
+ margin-bottom: 140px;
h3 {
- font-size: 32px;
- line-height: 120%;
margin-bottom: 24px;
}
- p {
- max-width: 720px;
+ [purpose='calendar-feature-text'] {
+ max-width: 480px;
+ }
+ [purpose='new-badge'] {
+ background-color: #0587FF;
+ padding: 4px 8px 3px 8px;
+ display: flex;
+ align-items: center;
+ border-radius: 14px;
+ color: #FFF;
+ font-size: 12px;
+ font-weight: 500;
+ line-height: 18px;
+ text-transform: uppercase;
+ margin-bottom: 12px;
+ width: min-content;
+ }
+ [purpose='calendar-checklist'] {
+ margin-top: 8px;
margin-bottom: 24px;
- margin-top: 24px;
+ p {
+ font-size: 14px;
+ font-style: normal;
+ font-weight: 400;
+ line-height: 21px;
+ padding-left: 37px;
+ text-indent: -37px;
+ margin-bottom: 1.5rem;
+ &:last-of-type {
+ margin-bottom: 0px;
+ }
+ }
+ p::before {
+ content: ' ';
+ background-image: url('/images/icon-checkmark-green-20x20@2x.png');
+ background-size: 20px 20px;
+ display: inline-block;
+ position: relative;
+ top: 5px;
+ margin-right: 16px;
+ width: 20px;
+ height: 20px;
+ }
}
- a {
- margin-bottom: 6px;
- padding-right: 24px;
+ [purpose='feature-video'] {
+ margin-left: 80px;
+ max-width: 468px;
+ video {
+ max-width: 100%;
+ max-height: 100%;
+ border-radius: 16px;
+ }
}
- }
- [purpose='calendar-card'] {
- border-radius: 24px;
- border: 1px solid #E2E4EA;
- background: linear-gradient(165deg, #F9FDFE 10.56%, #FFF 33.43%);
- overflow: hidden;
- height: 420px;
- }
- [purpose='coming-soon-badge'] {
- background-color: #0587FF;
- padding: 4px 8px 3px 8px;
- display: flex;
- align-items: center;
- border-radius: 14px;
- color: #FFF;
- font-size: 12px;
- font-weight: 500;
- line-height: 18px;
- text-transform: uppercase;
- margin-bottom: 8px;
- }
- [purpose='calendar-image'] {
- padding-top: 32px;
- padding-bottom: 24px;
- height: 420px;
- width: 50%;
- display: flex;
- flex-direction: row;
- overflow-x: hidden;
- justify-content: center;
- position: relative;
- &:before {
- position: absolute;
- content: ' ';
- width: 55px;
- left: 0px;
- top: 0px;
- height: 420px;
- background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
- }
- img {
- height: 100%;
- width: auto;
+ [purpose='video-button'] {
+ margin-top: 12px;
+ cursor: pointer;
+ img {
+ height: 32px;
+ margin-right: 8px;
+ }
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 21px;
}
}
@@ -533,6 +532,13 @@
[purpose='calendar-section'] {
padding: 0px 40px 40px 40px;
}
+ [purpose='calendar-feature'] {
+ [purpose='feature-video'] {
+ margin-left: auto;
+ margin-right: auto;
+ margin-bottom: 40px;
+ }
+ }
[purpose='page-content'] {
max-width: 840px;
}
diff --git a/website/assets/styles/pages/homepage.less b/website/assets/styles/pages/homepage.less
index 455e28d27d..5ea90a8bfc 100644
--- a/website/assets/styles/pages/homepage.less
+++ b/website/assets/styles/pages/homepage.less
@@ -1,7 +1,7 @@
#homepage {
h1 {
font-weight: 800;
- font-size: 64px;
+ font-size: 48px;
line-height: 120%;
}
h3 {
@@ -18,13 +18,14 @@
}
h4 {
+ text-transform: uppercase;
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
- font-size: 18px;
+ font-size: 14px;
line-height: 120%;
color: @core-fleet-black-75;
- margin-bottom: 4px;
+ margin-bottom: 8px;
}
p {
color: @core-fleet-black-75;
@@ -36,22 +37,22 @@
}
[purpose='hero-container'] {
- background: #E4F4F4;
+ background: linear-gradient(#E4F3F4, #FFFFFF);
overflow: hidden;
}
[purpose='hero-background-image'] {
- background: url('/images/homepage-hero-background-3840x500@2x.png');
- background-size: 3840px auto;
+ background: url('/images/homepage-hero-3227x920@2x.png');
+ background-size: auto 400px;
background-position: center bottom;
background-repeat: repeat-x;
}
[purpose='homepage-hero'] {
- padding-top: 100px;
+ padding-top: 64px;
padding-left: 40px;
padding-right: 40px;
- padding-bottom: 480px;
+ padding-bottom: 380px;
max-width: 1200px;
}
@@ -62,8 +63,8 @@
margin-bottom: 16px;
}
p {
- margin-bottom: 40px;
- font-size: 18px;
+ margin-bottom: 32px;
+ font-size: 16px;
}
}
@@ -86,6 +87,80 @@
margin-right: auto;
}
+ [purpose='calendar-feature'] {
+ margin-bottom: 120px; /*increased while testimonial videos are temporarily hidden.*/
+ h3 {
+ margin-bottom: 24px;
+ }
+ [purpose='calendar-feature-text'] {
+ max-width: 480px;
+ }
+ [purpose='new-badge'] {
+ background-color: #0587FF;
+ padding: 4px 8px 3px 8px;
+ display: flex;
+ align-items: center;
+ border-radius: 14px;
+ color: #FFF;
+ font-size: 12px;
+ font-weight: 500;
+ line-height: 18px;
+ text-transform: uppercase;
+ margin-bottom: 12px;
+ width: min-content;
+ }
+ [purpose='calendar-checklist'] {
+ margin-top: 8px;
+ margin-bottom: 24px;
+ p {
+ font-size: 14px;
+ font-style: normal;
+ font-weight: 400;
+ line-height: 21px;
+ padding-left: 37px;
+ text-indent: -37px;
+ margin-bottom: 1.5rem;
+ &:last-of-type {
+ margin-bottom: 0px;
+ }
+ }
+ p::before {
+ content: ' ';
+ background-image: url('/images/icon-checkmark-green-20x20@2x.png');
+ background-size: 20px 20px;
+ display: inline-block;
+ position: relative;
+ top: 5px;
+ margin-right: 16px;
+ width: 20px;
+ height: 20px;
+ }
+ }
+ [purpose='feature-video'] {
+ margin-left: 80px;
+ max-width: 468px;
+ video {
+ max-width: 100%;
+ max-height: 100%;
+ border-radius: 16px;
+ }
+ }
+ [purpose='video-button'] {
+ margin-top: 16px;
+ cursor: pointer;
+ img {
+ height: 32px;
+ margin-right: 8px;
+ }
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 21px;
+ }
+ }
+
+
+
+
[purpose='testimonials'] {
margin-bottom: 80px;
}
@@ -228,9 +303,6 @@
[purpose='category-text-block'] {
max-width: 468px;
- h4 {
- font-size: 16px;
- }
h3 {
font-size: 32px;
margin-bottom: 32px;
@@ -594,16 +666,13 @@
@media (max-width: 1199px) {
[purpose='hero-background-image'] {
- background-size: 3400px auto;
+ background-size: auto 400px;
background-position: center bottom;
background-repeat: no-repeat;
}
- [purpose='calendar-section'] {
- padding: 40px;
-
- }
[purpose='homepage-hero'] {
max-width: 1080px;
+ padding-bottom: 380px;
}
[purpose='hero-logos'] {
@@ -656,26 +725,21 @@
font-size: 48px;
}
-
- [purpose='calendar-section'] {
- padding: 40px 32px;
+ [purpose='calendar-feature'] {
+ [purpose='feature-video'] {
+ margin-left: auto;
+ margin-right: auto;
+ margin-bottom: 40px;
+ }
}
-
- [purpose='calendar-card-body'] {
- padding: 60px 24px 24px 24px;
- }
-
- [purpose='hero-background-image'] {
- background-size: 2800px auto;
- background-position: center bottom;
- background-repeat: no-repeat;
- }
-
[purpose='homepage-hero'] {
max-width: 100%;
- padding-top: 80px;
- padding-bottom: 400px;
+ padding-bottom: 380px;
}
+ [purpose='hero-background-image'] {
+ background-size: auto 400px;
+ }
+
[purpose='homepage-content'] {
padding-right: 60px;
padding-left: 60px;
@@ -865,20 +929,13 @@
font-size: 48px;
}
- [purpose='calendar-section'] {
- padding: 40px 24px;
+ [purpose='homepage-hero'] {
+ padding-top: 64px;
+ padding-bottom: 360px;
}
[purpose='hero-background-image'] {
- background-size: auto 278px;
- background-position: center bottom;
- background-repeat: no-repeat;
+ background-size: auto 360px;
}
-
- [purpose='homepage-hero'] {
- padding-top: 80px;
- padding-bottom: 308px;
- }
-
[purpose='homepage-content'] {
padding-right: 40px;
padding-left: 40px;
@@ -1137,17 +1194,23 @@
height: 287px;
}
[purpose='homepage-hero'] {
- padding-top: 60px;
- padding-bottom: 270px;
+ padding-bottom: 320px;
padding-left: 24px;
padding-right: 24px;
}
-
+ [purpose='hero-background-image'] {
+ background-size: auto 320px;
+ }
[purpose='hero-text'] {
p {
font-size: 16px;
}
}
+ [purpose='button-row'] {
+ max-width: 224px;
+ margin-left: auto;
+ margin-right: auto;
+ }
[purpose='platform-block'] {
margin-bottom: 100px;
}
@@ -1350,6 +1413,14 @@
display: none;
}
+ [purpose='homepage-hero'] {
+ padding-top: 40px;
+ padding-bottom: 220px;
+ }
+
+ [purpose='hero-background-image'] {
+ background-size: auto 220px;
+ }
[purpose='hero-text'] {
p {
diff --git a/website/assets/styles/pages/vulnerability-management.less b/website/assets/styles/pages/vulnerability-management.less
index 0289fa5e29..93bdc23532 100644
--- a/website/assets/styles/pages/vulnerability-management.less
+++ b/website/assets/styles/pages/vulnerability-management.less
@@ -12,15 +12,16 @@
}
h3 {
font-weight: 800;
- font-size: 24px;
- line-height: 32px;
+ font-size: 32px;
+ line-height: 120%;
}
h4 {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
- font-size: 18px;
- line-height: 24px;
+ font-size: 14px;
+ line-height: 150%;
+ text-transform: uppercase;
color: @core-fleet-black-75;
margin-bottom: 4px;
}
@@ -292,78 +293,76 @@
[parasails-component='logo-carousel'] {
margin-bottom: 80px;
}
- [purpose='calendar-section'] {
- padding: 0px 64px 40px 64px;
- margin-bottom: 80px;
- max-width: 1200px;
- margin-left: auto;
- margin-right: auto;
- }
- [purpose='calendar-card-body'] {
- width: 50%;
- padding-left: 64px;
- padding-bottom: 24px;
- margin-right: 24px;
- text-align: left;
- h3 {
- font-size: 32px;
- line-height: 120%;
- margin-bottom: 24px;
- }
- p {
- max-width: 720px;
- margin-bottom: 24px;
- margin-top: 24px;
- }
- a {
- margin-bottom: 6px;
- padding-right: 24px;
- }
- }
- [purpose='calendar-card'] {
- border-radius: 24px;
- border: 1px solid #E2E4EA;
- background: linear-gradient(165deg, #F9FDFE 10.56%, #FFF 33.43%);
- overflow: hidden;
- height: 420px;
- }
- [purpose='coming-soon-badge'] {
- background-color: #0587FF;
- padding: 4px 8px 3px 8px;
- display: flex;
- align-items: center;
- border-radius: 14px;
- color: #FFF;
- font-size: 12px;
- font-weight: 500;
- line-height: 18px;
- text-transform: uppercase;
- margin-bottom: 8px;
- }
- [purpose='calendar-image'] {
- padding-top: 32px;
- padding-bottom: 24px;
- height: 420px;
- width: 50%;
- display: flex;
- flex-direction: row;
- overflow-x: hidden;
- justify-content: center;
- position: relative;
- &:before {
- position: absolute;
- content: ' ';
- width: 55px;
- left: 0px;
- top: 0px;
- height: 420px;
- background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
- }
- img {
- height: 100%;
- width: auto;
- }
- }
+ [purpose='calendar-feature'] {
+ margin-bottom: 140px;
+ h3 {
+ margin-bottom: 24px;
+ }
+ [purpose='calendar-feature-text'] {
+ max-width: 480px;
+ }
+ [purpose='new-badge'] {
+ background-color: #0587FF;
+ padding: 4px 8px 3px 8px;
+ display: flex;
+ align-items: center;
+ border-radius: 14px;
+ color: #FFF;
+ font-size: 12px;
+ font-weight: 500;
+ line-height: 18px;
+ text-transform: uppercase;
+ margin-bottom: 12px;
+ width: min-content;
+ }
+ [purpose='calendar-checklist'] {
+ margin-top: 8px;
+ margin-bottom: 24px;
+ p {
+ font-size: 14px;
+ font-style: normal;
+ font-weight: 400;
+ line-height: 21px;
+ padding-left: 37px;
+ text-indent: -37px;
+ margin-bottom: 1.5rem;
+ &:last-of-type {
+ margin-bottom: 0px;
+ }
+ }
+ p::before {
+ content: ' ';
+ background-image: url('/images/icon-checkmark-green-20x20@2x.png');
+ background-size: 20px 20px;
+ display: inline-block;
+ position: relative;
+ top: 5px;
+ margin-right: 16px;
+ width: 20px;
+ height: 20px;
+ }
+ }
+ [purpose='feature-video'] {
+ margin-left: 80px;
+ max-width: 468px;
+ video {
+ max-width: 100%;
+ max-height: 100%;
+ border-radius: 16px;
+ }
+ }
+ [purpose='video-button'] {
+ margin-top: 12px;
+ cursor: pointer;
+ img {
+ height: 32px;
+ margin-right: 8px;
+ }
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 21px;
+ }
+ }
[purpose='feature'] {
margin-bottom: 180px;
@@ -469,6 +468,13 @@
[purpose='calendar-section'] {
padding: 0px 40px 40px 40px;
}
+ [purpose='calendar-feature'] {
+ [purpose='feature-video'] {
+ margin-left: auto;
+ margin-right: auto;
+ margin-bottom: 40px;
+ }
+ }
[purpose='page-content'] {
max-width: 840px;
}
diff --git a/website/assets/videos/calendar-feature-video.mp4 b/website/assets/videos/calendar-feature-video.mp4
new file mode 100644
index 0000000000..45a73a3414
Binary files /dev/null and b/website/assets/videos/calendar-feature-video.mp4 differ
diff --git a/website/views/pages/device-management.ejs b/website/views/pages/device-management.ejs
index 63c80fde9e..558660a94d 100644
--- a/website/views/pages/device-management.ejs
+++ b/website/views/pages/device-management.ejs
@@ -40,13 +40,7 @@
Use a live connection to every endpoint to simplify audit, compliance, and reporting from workstations to data centers.
@@ -278,10 +272,13 @@ <%/* Cloud city banner */%>Replace the sprawl with open-source code that works the way you want.
Stop installing updates and forcing restarts when your users are busy using their computers. Fleet finds time in the calendar for a reboot and uses AI to explain why.
+ <%} else if(['mdm', 'eo-it'].includes(primaryBuyingSituation)) {%> +Install updates and force restarts when your users’ computers are actually free.
+ <%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%> +Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.
+ <%}%> +Say goodbye to annoying IT notifications and restarts.
+Use AI to explain why your security policies matter.
+Stop making exceptions for executives when OS updates lock them out of important meetings.
+Install updates and force restarts when your users’ computers are actually free.
- <%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%> -Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.
- <%}%> - <% if(me && me.primaryBuyingSituation) {%> - Let me know - <% } else if(primaryBuyingSituation) {%> - Let me know - <% } else {%> - Let me know - <% } %> -
-
@@ -158,10 +152,13 @@
<%/* Cloud city banner */%>
Stop installing updates and forcing restarts when your users are busy using their computers. Fleet finds time in the calendar for a reboot and uses AI to explain why.
- <%} else if(['mdm', 'eo-it'].includes(primaryBuyingSituation)) {%> -Install updates and force restarts when your users’ computers are actually free.
- <%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%> -Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.
- <%}%> - <% if(me && me.primaryBuyingSituation) {%> - Let me know - <% } else if(primaryBuyingSituation) {%> - Let me know - <% } else {%> - Let me know - <% } %> +Stop installing updates and forcing restarts when your users are busy using their computers. Fleet finds time in the calendar for a reboot and uses AI to explain why.
+ <%} else if(['mdm', 'eo-it'].includes(primaryBuyingSituation)) {%> +Install updates and force restarts when your users’ computers are actually free.
+ <%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%> +Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.
+ <%}%> +Say goodbye to annoying IT notifications and restarts.
+Use AI to explain why your security policies matter.
+Stop making exceptions for executives when OS updates lock them out of important meetings.
+