Website: add /jamf-alternative page (#42776)

Closes: https://github.com/fleetdm/fleet/issues/42538

Changes:
- Added a /jamf-alternative page
- Updated the banner on the homepage to go to the /jamf-alternative
page.
This commit is contained in:
Eric
2026-04-02 11:27:37 -05:00
committed by GitHub
parent 824b617ccb
commit e53daf4971
17 changed files with 1825 additions and 1 deletions
@@ -0,0 +1,27 @@
module.exports = {
friendlyName: 'View jamf alternative',
description: 'Display "Jamf alternative" page.',
exits: {
success: {
viewTemplatePath: 'pages/landing-pages/jamf-alternative'
}
},
fn: async function () {
// Respond with view.
return {};
}
};