"use client"; import Link from "next/link"; import { Logo } from "../Logo"; export function NavBar() { return ( ); }