import React from 'react'; import PropTypes from 'prop-types'; import './HeroImage.css'; const HeroImage = ({ image, title, text }) => (
{text}