import Link from 'next/link'; import { useRouter } from 'next/router'; const Markets = () => { const router = useRouter(); return (