// Footer — logo, closing line, contact, hours summary, socials const footDS = window.ThaiVillageCuisineDesignSystem_bfe0b3; function Footer() { const { Logo } = footDS; const { NAP } = window; const { PhoneIcon, MapPinIcon, FacebookIcon, InstagramIcon } = window; const social = [['Facebook', FacebookIcon, 'https://www.facebook.com/thaivillagetulsa'], ['Instagram', InstagramIcon, 'https://www.instagram.com/thethaivillage']]; return ( ); } window.Footer = Footer;