const footerSections = [ { title: "指南", links: [ { label: "7天学习路径", href: "#roadmap" }, { label: "全部资源", href: "#resources" }, { label: "工具推荐", href: "#tools" }, { label: "目的地数据库", href: "#" }, ], }, { title: "资源", links: [ { label: "远程工作平台", href: "#" }, { label: "签证政策汇总", href: "#" }, { label: "共居空间推荐", href: "#" }, { label: "数字游民保险", href: "#" }, ], }, { title: "社区", links: [ { label: "Discord", href: "#" }, { label: "微信群", href: "#community" }, { label: "即刻", href: "#" }, { label: "GitHub", href: "#" }, ], }, { title: "关于", links: [ { label: "关于我们", href: "#" }, { label: "贡献指南", href: "#" }, { label: "隐私政策", href: "#" }, { label: "联系我们", href: "#" }, ], }, ]; export default function Footer() { return ( ); }