import Link from "next/link"; const Navbar = ({ name, logo }) => ( ); export default Navbar;