This commit is contained in:
eric
2026-03-12 02:43:31 -05:00
parent 51b88291ef
commit 170a9939aa
6 changed files with 61 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ export const FOOTER_SECTIONS: FooterSection[] = [
titleKey: "about",
links: [
{ href: "/about", labelKey: "aboutUs" },
{ href: "/blog", labelKey: "blog" },
{ href: "https://digital.hackrobot.cn/", labelKey: "digitalNomadGuide" },
{ href: "/careers", labelKey: "careers" },
{ href: "/press", labelKey: "press" },
],