From b5cb2e235b9b0de9fa161eedbfcd19a4094067ee Mon Sep 17 00:00:00 2001 From: "kilo-code-bot[bot]" <240665456+kilo-code-bot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:33:05 -0500 Subject: [PATCH] Update secondary CTAs on /device-management and /linux-management to match homepage hero (#45123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Replace "See Fleet in action" video buttons (with play icon and "3 mins" label) on `/device-management` and `/linux-management` with "Join a workshop" `` linking to `/gitops-workshop` - Matches the homepage hero secondary CTA style established in #45122 for `/replace-jamf` ## Changes - `website/views/pages/device-management.ejs` — replaced video-button CTA with animated-arrow-button - `website/views/pages/landing-pages/linux-management.ejs` — replaced video-button CTA with animated-arrow-button ## Notes Searched the entire website codebase for all instances. Only `/device-management` and `/linux-management` had the matching "See Fleet in action" video modal CTA pattern. Other uses of `clickOpenVideoModal` (transparency page's "Why is Fleet on my computer?", calendar banner, customer testimonials) are different CTAs and were left unchanged. --- Built for [Mike McNeil](https://fleetdm.slack.com/archives/D0AFASLRHNU/p1778477147893939?thread_ts=1778225078.313209&cid=D0AFASLRHNU) by [Kilo for Slack](https://kilo.ai/slack) Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> --- website/views/pages/device-management.ejs | 2 +- website/views/pages/landing-pages/linux-management.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/views/pages/device-management.ejs b/website/views/pages/device-management.ejs index 19d10cb9bf..ccb5b965f2 100644 --- a/website/views/pages/device-management.ejs +++ b/website/views/pages/device-management.ejs @@ -25,7 +25,7 @@
Get a demo - PlaySee Fleet in action 3 mins + Join a workshop
diff --git a/website/views/pages/landing-pages/linux-management.ejs b/website/views/pages/landing-pages/linux-management.ejs index ff75302012..7c9059165f 100644 --- a/website/views/pages/landing-pages/linux-management.ejs +++ b/website/views/pages/landing-pages/linux-management.ejs @@ -12,7 +12,7 @@
Read the whitepaper - PlaySee Fleet in action 3 mins + Join a workshop
<%/* landing-page-hero */%>