Welcome to Next.js!
Get started by editing pages/index.tsx
import type { NextPage } from "next"; import Head from "next/head"; import Image from "next/image"; const Home: NextPage = () => { return (
Get started by editing pages/index.tsx