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