import styles from './navbar.module.scss'; import Link from 'next/link'; export const Navbar = () => { return ( ); };