import React from "react"; import PropTypes from "prop-types"; function DarkHeroE(props) { return (
hero

Knausgaard typewriter readymade marfa

Chillwave portland ugh, knausgaard fam polaroid iPhone. Man braid swag typewriter affogato, hella selvage wolf narwhal dreamcatcher.

Neutra shabby chic ramps, viral fixie.

); } DarkHeroE.defaultProps = { theme: 'indigo' }; DarkHeroE.propTypes = { theme: PropTypes.string.isRequired }; export default DarkHeroE;