import Link from 'next/link'; import { Menu } from 'lucide-react'; import { NAV, MORE_NAV, FOOTER_NAV } from '@/lib/site'; /** CSS-only disclosure menu for small screens (no client JS). */ export function MobileNav() { return (
); }