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