banatie-service/apps/landing/src/config/footer.ts

9 lines
281 B
TypeScript

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.';