// Spice Guide — five-tier horizontal heat scale const spiceDS = window.ThaiVillageCuisineDesignSystem_bfe0b3; function SpiceGuide() { const { SectionHeading, SpiceMeter } = spiceDS; const { SPICE_TIERS } = window; return (
{SPICE_TIERS.map((t) => (
{t.name}
{t.note}
))}

Heat is built to order — ask your server to dial any dish up or down.

); } window.SpiceGuide = SpiceGuide;