From 9eeb1b249cabb59eaaa1e5be596f2de31f1dc2c2 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 30 Jan 2026 16:15:37 +0100 Subject: [PATCH] feat: update WebsiteFooter for Pulse branding, replacing product links with feature links and adjusting content for clarity --- components/WebsiteFooter.tsx | 37 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 19 deletions(-) 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() {
Ciphera privacy-first platform logo - Ciphera + Pulse

- Privacy-first infrastructure and applications built on zero-knowledge principles. + Simple, privacy-first web analytics that doesn't compromise your users' data.

@@ -81,11 +80,11 @@ export default function WebsiteFooter() {
- {/* * Products */} + {/* * Features */}
-

Products

+

Platform