Website: Add two testimonials (#30649)

Closes https://github.com/fleetdm/confidential/issues/11135
Closes https://github.com/fleetdm/confidential/issues/11134

Changes:
- Added two new testimonials to the /testimonials and /device-management
pages

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Added two new testimonials focused on Linux desktop management,
enhancing the "Device management" section.
* Updated testimonial display order to include the new authors for
improved visibility in the relevant category.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Eric 2025-07-08 19:17:55 -05:00 committed by GitHub
parent 8a15bdf4fd
commit f26f06ff00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 20 additions and 0 deletions

View file

@ -266,3 +266,19 @@
quoteAuthorJobTitle: Redditor
quoteAuthorProfileImageFilename: testimonial-author-redditor-48x48@2x.png
productCategories: [Device management]
-
quote: We chose Fleet because they take Linux desktop management seriously. It was smooth as butter to set up and start deploying. Fleet gives me the peace of mind knowing that our Linux Fleet is properly managed, monitored, and secure.
quoteImageFilename: logo-nutanix-140x32@2x.png
quoteLinkUrl: https://www.linkedin.com/in/roger-cantrell-964580130/
quoteAuthorName: Roger Cantrell
quoteAuthorJobTitle: IT Operations Engineer
quoteAuthorProfileImageFilename: testimonial-author-roger-cantrell-100x100@2x.png
productCategories: [Device management]
-
quote: The POC actually went really well for us. Within the first couple of days I was already on-board and ready to go. I knew it was the solution for us and didn't need to look at anything else [for Linux MDM].
quoteImageFilename: logo-northwestern-162x20@2x.png
quoteLinkUrl: https://www.linkedin.com/in/chotipradit/
quoteAuthorName: Philip Chotipradit
quoteAuthorJobTitle: System Administrator - Endpoint Engineering
quoteAuthorProfileImageFilename: testimonial-author-philip-chotipradit-100x100@2x.png
productCategories: [Device management]

View file

@ -37,6 +37,8 @@ module.exports = {
'Matt Carr',
'Nico Waisman',
'Dan Grzelak',
'Philip Chotipradit',
'Roger Cantrell',
];
// Filter the testimonials by product category

View file

@ -37,6 +37,8 @@ module.exports = {
'Matt Carr',
'Nico Waisman',
'Dan Grzelak',
'Philip Chotipradit',
'Roger Cantrell',
'u/Heteronymous',
];
let testimonialsForMdm = _.filter(testimonials, (testimonial)=>{

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB