export default class HeroHead extends Component {

  createClassName() {
    return [styles.heroHead, this.props.className].join(' ').trim();
  }