import type { NextPage } from 'next' import Head from 'next/head' import {Home} from "../components/home/Home"; const Page: NextPage = () => { return (