'use client'; import Link from 'next-intl/link'; export default function DesktopMenu({ items }: { items: [] }) { return ( ); }