From 0ad067847c032c2bbe8ca298579754de617f2022 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 25 Apr 2026 02:34:58 +0200 Subject: [PATCH] refactor(how-it-works): slim repetitive 'no SDK' boilerplate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- src/components/sections/HowItWorks.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/HowItWorks.astro b/src/components/sections/HowItWorks.astro index 6e8c198..7fd8049 100644 --- a/src/components/sections/HowItWorks.astro +++ b/src/components/sections/HowItWorks.astro @@ -10,7 +10,7 @@ const steps: Step[] = [ { n: '01', 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', @@ -20,7 +20,7 @@ const steps: Step[] = [ { n: '03', 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[] = [

For engineers

How it works

-

Three steps. No code changes. Nothing to maintain.

+

Three steps. Nothing to maintain.

    {steps.map((step) => (