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