import type { NextPage } from "next"; import Head from "next/head"; import React from "react"; import LandingPage from "./landing-page"; const Home: NextPage = () => { return (
Mantic Markets
); }; export default Home;