import React from 'react' import type { NextPage } from 'next' import Head from 'next/head' import { Hero } from '../components/hero' const Home: NextPage = () => { return (
Mantic Markets