Welcome to Next.js!
Get started by editing{" "}
pages/index.tsx
import Head from "next/head"; import Image from "next/image"; import styles from "../styles/Home.module.css"; export async function getStaticProps(context: any) { return { props: {}, // will be passed to the page component as props }; } export default function Home() { return (
Get started by editing{" "}
pages/index.tsx