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

{intro}

{headline}

{text}

) export default IntroDefault