website/layouts/partials/cta-join.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

21 lines
734 B
HTML

<!-- Call to Action Section -->
<section id="cta">
<div class="container">
<div class="cta-content" style="text-wrap: balance">
<h2 class="display-5 fw-bold mb-4">
{{ i18n "cta-account-title" }}
</h2>
<div class="d-flex justify-content-center mb-4">
<p class="lead text-light">{{ i18n "cta-account-text" }}</p>
</div>
<a
href="/{{ .Site.Language.Lang }}/beta/"
class="btn btn-lg btn-light px-4"
style="border-radius: 2em"
data-umami-event="cta-join"
>
{{ i18n "cta-account-button" }}
</a>
</div>
</div>
</section>