feat: update navigation links to include 'Features' for unauthenticated users and maintain 'Tools' for authenticated users

This commit is contained in:
Usman Baig
2026-02-07 01:33:31 +01:00
parent 815c1ccc6c
commit f734252fb1
3 changed files with 499 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ const footerLinks = {
{ name: 'Ciphera Relay', href: 'https://ciphera.net/products#relay', external: true },
],
company: [
{ name: 'Features', href: '/features', external: false },
{ name: 'About', href: '/about', external: false },
{ name: 'Pricing', href: '/pricing', external: false },
{ name: 'Contact', href: 'https://ciphera.net/contact', external: true },