Website - Move calendar banner below the product categories on the home page (#20526)

Moved the calendar banner below the product categories.

Closes https://github.com/fleetdm/fleet/issues/20525
This commit is contained in:
Mike Thomas 2024-07-18 01:37:31 +09:00 committed by GitHub
parent cab1f30361
commit 3943036907
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,12 +22,6 @@
<logo-carousel></logo-carousel>
</div>
<%/* Homepage content */%>
<div purpose="homepage-content" class="container">
<%/* Testimonial videos */%>
<div purpose="page-section" class="mb-0">
<%- partial('../partials/calendar-banner.partial.ejs') %>
</div>
</div>
<div purpose="homepage-content" class="container">
<div purpose="page-section">
<% if(!primaryBuyingSituation){ %>
@ -186,6 +180,9 @@
</div>
</div>
<% } %>
<div purpose="page-section" class="pt-5">
<%- partial('../partials/calendar-banner.partial.ejs') %>
</div>
<%/* Integration cards */%>
<div purpose="integrations-section">
<h2 class="text-center">Connect your favorite tools</h2>