diff --git a/app/components/PageBlocks.tsx b/app/components/PageBlocks.tsx index 3cc7140..32694bb 100644 --- a/app/components/PageBlocks.tsx +++ b/app/components/PageBlocks.tsx @@ -67,7 +67,13 @@ export function renderPageBlockSync(block: PageBlock): React.ReactNode { ) : ( headline )} - {block.subline &&
{block.subline}
} + {/* text-primary + text-h-emphasis, not text-muted body — same + weight class as the homepage Hero's own subheading + ("Ich helfe dir..."), which a plain muted text-body read too + quiet next to. */} + {block.subline && ( +{block.subline}
+ )} {block.ctaLabel && block.ctaHref && (