diff --git a/app/layout-content.tsx b/app/layout-content.tsx index 5ac3317..4e644a0 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -3,6 +3,7 @@ import { OfflineBanner } from '@/components/OfflineBanner' import { Footer } from '@/components/Footer' import { Header, type CipheraApp } from '@ciphera-net/ui' +import { Header as MarketingHeader } from '@/components/marketing/Header' import NotificationCenter from '@/components/notifications/NotificationCenter' import { useAuth } from '@/lib/auth/context' import { useOnlineStatus } from '@/lib/hooks/useOnlineStatus' @@ -144,31 +145,11 @@ function LayoutInner({ children }: { children: React.ReactNode }) { ) } - // Public/marketing: floating header + footer + // Public/marketing: sticky header + footer return (
-
- Features - - } - /> -
+ +
{children}