refactor(how-it-works): slim repetitive 'no SDK' boilerplate

The 'no code changes / no SDK / no rewrite' line is already said
clearly in the Hero subhead and the WhyUs cards. Repeating it on
step 1 of HowItWorks adds nothing. Step 3's tail 'Nothing to
instrument. Nothing to maintain.' is two sentences saying the
same thing — both removed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-25 02:34:58 +02:00
parent d67a89bacb
commit 0ad067847c

View File

@@ -10,7 +10,7 @@ const steps: Step[] = [
{ {
n: '01', n: '01',
title: 'Point us at your Camel app', title: 'Point us at your Camel app',
body: 'Drop it in, or connect one you already run. No code changes. No SDK. Nothing to rewrite.', body: 'Drop it in, or connect one you already run. No code changes.',
}, },
{ {
n: '02', n: '02',
@@ -20,7 +20,7 @@ const steps: Step[] = [
{ {
n: '03', n: '03',
title: 'Watch it run', title: 'Watch it run',
body: 'Browse executions, tap live traffic, replay failed exchanges, follow flows across services. Nothing to instrument. Nothing to maintain.', body: 'Browse executions, tap live traffic, replay failed exchanges, follow flows across services.',
}, },
]; ];
--- ---
@@ -29,7 +29,7 @@ const steps: Step[] = [
<div class="max-w-2xl mb-16"> <div class="max-w-2xl mb-16">
<p class="text-cyan font-mono text-xs tracking-[0.25em] uppercase mb-4">For engineers</p> <p class="text-cyan font-mono text-xs tracking-[0.25em] uppercase mb-4">For engineers</p>
<h2 class="text-hero font-bold text-text mb-4">How it works</h2> <h2 class="text-hero font-bold text-text mb-4">How it works</h2>
<p class="text-text-muted text-lg">Three steps. No code changes. Nothing to maintain.</p> <p class="text-text-muted text-lg">Three steps. Nothing to maintain.</p>
</div> </div>
<ol class="grid md:grid-cols-3 gap-6 md:gap-8"> <ol class="grid md:grid-cols-3 gap-6 md:gap-8">
{steps.map((step) => ( {steps.map((step) => (