From 513b9831873370b341fa6a2378c5ac80838c1a55 Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Sat, 3 Jan 2026 01:55:32 +0700 Subject: [PATCH] fix: footer --- apps/landing/src/config/footer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.';