import { Popover } from '@headlessui/react' import Link from 'next/link' const navigation = [ { name: 'About', href: 'https://mantic.notion.site/About-Mantic-Markets-09bdde9044614e62a27477b4b1bf77ea', }, { name: 'Simulator', href: '/simulator' }, ] export function Header() { return (
) }