Integration
The reusable source is written to @components/comparison-1.tsx.
The registry also includes app/comparison-1/page.tsx as a complete preview route; an existing application can keep the reusable component files without adopting that route.
Example content is isolated in @components/data/comparison-1-data.ts (ComparisonGroup, comparisonCopy, comparisonColumns, comparisonGroups); replace those fixtures with application data rather than editing layout markup in several places.
Comparison cells accept booleans, partial, or literal text. The mobile cards are server-rendered alongside the table rather than produced by a client-side transform.
