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

Raw Denim Heirloom Man Braid

Blue bottle crucifix vinyl post-ironic four dollar toast vegan taxidermy. Gastropub indxgo juice poutine, ramps microdosing banh mi pug.

SHOOTING STARS

THE 400 BLOWS

THE CATALYZER

NEPTUNE

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