import {Icon} from '..' export default function Heading({heading, buttonText, buttonUrl,openInNewTab}) { return (

{heading}

{buttonText}
) }