Integration
The reusable implementation is split across @components/bento-grid-1.tsx, @components/bento-grid-1-destination-card.tsx, @components/bento-grid-1-filter-grid.tsx.
The registry also includes app/bento-grid-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/bento-grid-1-data.ts (RegionId, Destination, destinationsByRegion, destinations); replace those fixtures with application data rather than editing layout markup in several places.
@components/bento-grid-1.tsx, @components/bento-grid-1-destination-card.tsx, @components/bento-grid-1-filter-grid.tsx declare a client boundary for state, measurement, or browser interaction.
This item composes motion-sliding-tabs from the same catalog; the upstream registry dependency installs it with the block.

