diff --git a/components/Footer.tsx b/components/Footer.tsx
index 6a19c6a..1aa0c65 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -25,7 +25,10 @@ const footerLinks = {
{ name: 'Contact', href: 'https://ciphera.net/contact', external: true },
],
resources: [
+ { name: 'Installation', href: '/installation', external: false },
+ { name: 'Integrations', href: '/integrations', external: false },
{ name: 'Documentation', href: 'https://docs.ciphera.net', external: true },
+ { name: 'Status', href: 'https://status.ciphera.net', external: true },
{ name: 'GitHub', href: 'https://github.com/ciphera-net', external: true },
],
legal: [
@@ -51,6 +54,9 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse', isAuthenticate