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