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) => (