<div>
  <%- include('../_components/hero', {
    segments: segments,
    labels: hero.labels,
    watermark: hero.watermark,
    badge: hero.badge,
    title: hero.title,
    subtitle: hero.subtitle,
    pills: hero.pills,
    primaryHref: hero.primaryHref,
    primaryLabel: hero.primaryLabel,
    secondaryHref: hero.secondaryHref,
    secondaryLabel: hero.secondaryLabel
  }) %>
  <%- include('../_components/stats-band', { items: stats }) %>
  <%- include('../_components/card-grid', features) %>
  <% if (typeof highlights !== 'undefined' && highlights && highlights.items && highlights.items.length) { %>
  <%- include('../_components/card-grid', highlights) %>
  <% } %>
  <%- include('../_components/split-section', split) %>
  <%- include('../_components/testimonials', testimonials) %>
  <%- include('../_components/cta', cta) %>
</div>
