content: drop repeated reference headings and land case CTAs on anchors

Service notes now say why the public case fits, the four case CTAs
open the matching project fragment, and the Innofocus run-time figure
is a case metric as well as a home tile.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-25 17:52:37 +02:00
parent cfc7580a8f
commit 763bf435c9
8 changed files with 65 additions and 24 deletions

View File

@@ -19,6 +19,7 @@ export interface CtaCopy {
readonly routeId?: RouteId;
readonly href?: string;
readonly external?: boolean;
readonly fragment?: string;
}
export interface SectionCopy extends CopyBlock {