export default function Hero(props) { return (

{props.title}

) }