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

{intro}

{headline}

{text}

) export default IntroDefault