import React from 'react' import Link from 'gatsby-link' const InfoBox = ({ headline, text, classes }) => (

{headline}

{text}

) export default InfoBox