website/layouts/index.html
Pierre-Olivier Mercier 4dff3fdaac
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add checks deep-dive section with dangling-records case study
Introduce a new #checks section presenting domain, zone and service
checkers in three columns linking to the documentation, plus a
dangling-records case study spotlight. Rework discover copy toward
peace-of-mind framing and adjust section backgrounds and CTA layout.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-12 18:24:30 +09:00

44 lines
794 B
HTML

<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}" style="background-color: var(--bs-dark)">
{{ partial "head.html" . }}
<body>
<div id="all">
{{ partial "top.html" . }}
{{ partial "nav.html" . }}
{{ partial "jumbo.html" . }}
{{ partial "carousel.html" . }}
{{ partial "checks.html" . }}
{{ partial "features.html" . }}
{{ partial "discover.html" . }}
{{ partial "personas.html" . }}
{{/* partial "testimonials.html" . */}}
{{ partial "cta-join.html" . }}
{{ partial "downloads.html" . }}
{{/* partial "community.html" . */}}
{{/* partial "cta-newsletter.html" . */}}
</div>
<!-- /#all -->
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>