AmenityItem
One amenity category row.
One amenity category row. label holds the stable category key, resolved to
a glyph and display name by the amenities renderer at render time — an
unrecognized key falls back to a generic glyph and renders label verbatim.
The tile background color is NOT stored here: the renderer auto-cycles its
palette by row position.
Import from @homepages/template-kit/fixtures.
Signature
Section titled “Signature”export type AmenityItem = { id: string; label: string; description: string; items: string[];};