I wrote a CallToAction component like so:
const CallToAction = ({ text = "Default text" }) => ( {text}