diff --git a/apps/landing/src/config/footer.ts b/apps/landing/src/config/footer.ts index 9e141a4..1811c88 100644 --- a/apps/landing/src/config/footer.ts +++ b/apps/landing/src/config/footer.ts @@ -1,8 +1,8 @@ export const footerLinks = [ { label: 'Documentation', href: '/docs/' }, { label: 'API Reference', href: '/docs/api/' }, - { label: 'Pricing', href: '#' }, - { label: 'Contact', href: '#' }, + // { label: 'Pricing', href: '#' }, + // { label: 'Contact', href: '#' }, ]; export const footerCopyright = '© 2025 Banatie. Built for builders who create.';