function ContentContact({ text, children, url }) { const openURL = url => window.open(url); return (
{text}