/* My Vital Cell website kit — shared parts: Logo, image components, Header, Footer */ function VCLogo({ dark = false, size = 54 }) { const c = dark ? '#FF5670' : '#DC2743'; return (