diff --git a/src/configs/data.configs.ts b/src/configs/data.configs.ts index 01729e7..542d84c 100644 --- a/src/configs/data.configs.ts +++ b/src/configs/data.configs.ts @@ -87,6 +87,7 @@ export const FooterLinksItems: { key: 'info', links: [ { label: 'Terms of Use', href: '/terms' }, + { label: 'Privacy Policy', href: '/privacy-policy' }, { label: 'about', href: '/about' }, ], },