diff --git a/components/WebsiteFooter.tsx b/components/WebsiteFooter.tsx index 581d8e7..b99c43c 100644 --- a/components/WebsiteFooter.tsx +++ b/components/WebsiteFooter.tsx @@ -6,29 +6,28 @@ import { GithubIcon, TwitterIcon } from '@ciphera-net/ui' import SwissFlagIcon from './SwissFlagIcon' const footerLinks = { - products: [ - { name: 'Drop', href: 'https://drop.ciphera.net', external: true }, - { name: 'Pulse', href: 'https://pulse.ciphera.net', external: true }, - { name: 'Ciphera Auth', href: 'https://ciphera.net/products#auth', external: true }, - { name: 'Ciphera Captcha', href: 'https://ciphera.net/products#captcha', external: true }, - { name: 'Ciphera Relay', href: 'https://ciphera.net/products#relay', external: true }, + features: [ + { name: 'Analytics', href: '/#features', external: false }, + { name: 'Security', href: '/security', external: false }, + { name: 'FAQ', href: '/faq', external: false }, + { name: 'Get Started', href: '/signup', external: false }, ], company: [ - { name: 'About', href: 'https://ciphera.net/about', external: true }, - { name: 'For Companies', href: 'https://ciphera.net/companies', external: true }, - { name: 'Contact', href: 'https://ciphera.net/contact', external: true }, + { name: 'About Pulse', href: '/about', external: false }, + { name: 'Ciphera', href: 'https://ciphera.net', external: true }, + { name: 'Drop', href: 'https://drop.ciphera.net', external: true }, ], resources: [ { name: 'Documentation', href: '#', external: false }, { name: 'GitHub', href: 'https://github.com/ciphera-net', external: true }, ], legal: [ - { name: 'Privacy Policy', href: '#', external: false }, - { name: 'Terms of Service', href: '#', external: false }, + { name: 'Privacy Policy', href: 'https://ciphera.net/privacy', external: true }, + { name: 'Terms of Service', href: 'https://ciphera.net/terms', external: true }, ], } -// * Ciphera website footer - ciphera-ui style with comprehensive content +// * Pulse website footer - customized for Pulse branding export default function WebsiteFooter() { const year = new Date().getFullYear() @@ -41,19 +40,19 @@ export default function WebsiteFooter() {
- Privacy-first infrastructure and applications built on zero-knowledge principles. + Simple, privacy-first web analytics that doesn't compromise your users' data.