Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,21 @@ <h1 class="fade-up delay-1">
<span class="card-badge coming-soon"><span class="badge-dot"></span>Coming soon</span>
</div>

<!-- Integration Readiness — coming soon -->
<div class="card card--coming-soon fade-up delay-4" aria-disabled="true">
<div class="card-icon">📊</div>
<div class="card-header">
<span class="card-title">Integration Readiness</span>
<span class="card-arrow">
<svg viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 12L12 2M12 2H5M12 2V9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</div>
<p class="card-description">How mature is your integration stack — and what's the cost of staying where you are? A quick diagnostic with personalised benchmarks.</p>
<span class="card-badge coming-soon"><span class="badge-dot"></span>Coming soon</span>
</div>

</div>
</main>

Expand Down