import Link from 'next/link'; import React from 'react'; function Navigation() { return ( <> ); } export default Navigation;