import Head from 'next/head' import Image from 'next/image' export default function Home() { return (
Create Next App

Welcome to Next.js!

Get started by editing{' '} pages/index.js

) }