const items = [ { label: 'Libre', className: 'bg-primary' }, { label: 'Reservado', className: 'bg-reserved' }, ]; export function BookingStatusLegend() { return (