// 彤冠茶莊 website — Footer function Footer({ t, lang, go }) { React.useEffect(() => { if (window.lucide) window.lucide.createIcons(); }); const col = (title, links) => (
{title}
); return ( ); } window.Footer = Footer;