fix: footer

This commit is contained in:
Oleg Proskurin 2026-01-03 01:55:32 +07:00
parent 0ebc893c33
commit 513b983187
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
export const footerLinks = [ export const footerLinks = [
{ label: 'Documentation', href: '/docs/' }, { label: 'Documentation', href: '/docs/' },
{ label: 'API Reference', href: '/docs/api/' }, { label: 'API Reference', href: '/docs/api/' },
{ label: 'Pricing', href: '#' }, // { label: 'Pricing', href: '#' },
{ label: 'Contact', href: '#' }, // { label: 'Contact', href: '#' },
]; ];
export const footerCopyright = '© 2025 Banatie. Built for builders who create.'; export const footerCopyright = '© 2025 Banatie. Built for builders who create.';