This commit is contained in:
eric
2026-03-09 04:08:32 -05:00
parent 52da06789b
commit 302a072036
15 changed files with 1498 additions and 13 deletions

View File

@@ -25,10 +25,10 @@ export const FOOTER_SECTIONS: FooterSection[] = [
{
titleKey: "support",
links: [
{ href: "/support", labelKey: "support" },
{ href: "/help", labelKey: "helpCenter" },
{ href: "/safety", labelKey: "safety" },
{ href: "/guidelines", labelKey: "guidelines" },
{ href: "/contact", labelKey: "contactUs" },
],
},
{
@@ -37,6 +37,7 @@ export const FOOTER_SECTIONS: FooterSection[] = [
{ href: "/terms", labelKey: "termsOfService" },
{ href: "/privacy", labelKey: "privacyPolicy" },
{ href: "/cookies", labelKey: "cookiePolicy" },
{ href: "/contact", labelKey: "contactUs" },
],
},
{