Website: add CTA back to device-management page (#23105)

Closes: #23028

Changes:
- Added a CTA to the Hero section of the device management page
This commit is contained in:
Eric 2024-10-22 18:18:46 -05:00 committed by GitHub
parent d9fabdb698
commit 46e0549ed8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View file

@ -539,10 +539,10 @@
}
[purpose='cta-button'] {
cursor: pointer;
margin-right: 32px;
margin-right: 24px;
background: @core-vibrant-red;
border-radius: 8px;
padding: 16px 32px;
padding: 16px;
height: 36px;
display: flex;
justify-content: center;

View file

@ -28,6 +28,10 @@
</a>
</div>
</div>
<div purpose="button-row" class="d-flex flex-row align-items-center">
<a purpose="cta-button" href="/contact">Talk to us</a>
<animated-arrow-button href="/register">Try it yourself</animated-arrow-button>
</div>
</div>
<logo-carousel></logo-carousel>
@ -511,8 +515,8 @@
<h4>Device management (MDM)</h4>
<h1>Your easiest MDM migration</h1>
<div purpose="button-row" style="margin-top: 32px;" class="d-flex flex-row justify-content-center align-items-center mx-auto">
<a purpose="cta-button" href="/register">Start now</a>
<animated-arrow-button href="/contact">Talk to us</animated-arrow-button>
<a purpose="cta-button" href="/contact">Talk to us</a>
<animated-arrow-button href="/register">Try it yourself</animated-arrow-button>
</div>
</div>
</div>