chore: remove all nJAMS references from the live site
All checks were successful
ci / build-test (push) Successful in 4m12s
All checks were successful
ci / build-test (push) Successful in 4m12s
Per Hendrik's direction, no nJAMS references on the website. The
founder pedigree claim now stands on the years and the customer
segment ("15 years building integration monitoring for banks,
insurers, and logistics operators") without naming a prior product.
Changes:
- src/components/sections/SocialProofStrip.astro: drop the
' · ex-nJAMS' suffix from the founder attribution; collapse the
multi-step PENDING comment into a single-line founder-name TODO.
- src/components/sections/WhyUs.astro: drop the trademark-review
comment (no longer relevant — the body text never named the
prior product, only the comment did).
- OPERATOR-CHECKLIST.md: remove the 'Why us / nJAMS wording review'
pre-publish task. Also rename the adjacent 'MID-tier retention'
TODO to 'Starter-tier retention' to match the relaunched tier
taxonomy.
- docs/superpowers/specs/2026-04-25-cameleer-website-relaunch-design.md:
update §4, §6.2, §12 to reflect the removed wording. Only the
founder-name placeholder remains as a pre-publish blocker.
Historical specs / plans under docs/superpowers/{specs,plans}/
keep their original wording — they're records of past decisions
and are not on the website.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,12 +3,7 @@ import { getAuthConfig } from '../../config/auth';
|
||||
|
||||
const auth = getAuthConfig();
|
||||
|
||||
// PENDING — must be filled in before publish:
|
||||
// 1. [Founder Name] placeholder below.
|
||||
// 2. The "ex-nJAMS" mention is gated on Hendrik's trademark review
|
||||
// (same pattern as WhyUs.astro §10 caveat). If the review is not
|
||||
// cleared by publish time, drop the " · ex-nJAMS" suffix from the
|
||||
// attribution line.
|
||||
// PENDING — [Founder Name] placeholder must be filled in before publish.
|
||||
const founderName = '[Founder Name]';
|
||||
const designPartnerSubject = 'Design partner enquiry — Cameleer';
|
||||
const designPartnerHref = `mailto:${auth.salesEmail}?subject=${encodeURIComponent(designPartnerSubject)}`;
|
||||
@@ -24,7 +19,7 @@ const designPartnerHref = `mailto:${auth.salesEmail}?subject=${encodeURIComponen
|
||||
“We spent 15 years building integration monitoring for banks that couldn’t afford downtime. Cameleer is what we’d build today — purpose-built for Apache Camel, no retrofit.”
|
||||
</p>
|
||||
<footer class="text-sm font-mono text-text-muted">
|
||||
— <span class="text-text">{founderName}</span>, co-founder · ex-nJAMS
|
||||
— <span class="text-text">{founderName}</span>, co-founder
|
||||
</footer>
|
||||
</blockquote>
|
||||
<a
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
---
|
||||
// Final nJAMS-legacy wording is subject to Hendrik's trademark review before go-live
|
||||
// (see docs/superpowers/specs/2026-04-24-cameleer-website-design.md §10).
|
||||
---
|
||||
<section class="border-b border-border">
|
||||
<div class="max-w-content mx-auto px-6 py-20 md:py-24">
|
||||
|
||||
Reference in New Issue
Block a user