import { BaseDesktopHeader } from '@/ui/components/internal/header/desktop-header/base-desktop-header'; import { BlankUserButton } from '@/ui/components/internal/user-profile/user-profile-button'; export const StaticDesktopHeader = () => { const links = [ { href: '/home', label: 'Home', condition: true }, { href: '/about', label: 'About', condition: true }, ]; return } />; };