This commit is contained in:
Miguel Jacq 2026-01-05 17:37:35 +11:00
parent 3d47fd75f1
commit 5a86e1165b
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 9 additions and 2 deletions

View file

@ -100,7 +100,7 @@
<div class="row g-4 align-items-start">
<div class="col-lg-5">
<h2 class="section-title display-6 fw-bold mb-3">A simple mental model</h2>
<p class="mb-4">Enroll is built around two phases, plus an optional drift report:</p>
<p class="mb-4">Enroll is built around two phases, plus optional drift and reporting tools:</p>
<div class="d-flex flex-column gap-3">
<div class="d-flex gap-3">
<div class="icon-pill"><i class="bi bi-bucket"></i></div>
@ -123,6 +123,13 @@
<div class="text-muted">Compare two harvests and notify via webhook/email.</div>
</div>
</div>
<div class="d-flex gap-3">
<div class="icon-pill"><i class="bi bi-patch-question"></i></div>
<div>
<div class="fw-semibold">Explain</div>
<div class="text-muted">Analyze what's included/excluded in the harvest and why.</div>
</div>
</div>
</div>
</div>
<div class="col-lg-7">