/* global React */ function SiteFooter({ kvk = '99344130', email = 'info@caronstudio.eu', phone = '06 48 22 83 30', logo = 'assets/logo-white.png' }) { return ( ); } window.SiteFooter = SiteFooter;