import Head from 'next/head' import Image from 'next/image' import { Inter } from '@next/font/google' import styles from '../styles/Home.module.css' const inter = Inter({ subsets: ['latin'] }) export default function Home() { return ( <> Create Next App

Get started by editing  pages/index.js

By{' '} Vercel Logo
Next.js Logo
13

Docs ->

Find in-depth information about Next.js features and API.

Learn ->

Learn about Next.js in an interactive course with quizzes!

Templates ->

Discover and deploy boilerplate example Next.js projects.

Deploy ->

Instantly deploy your Next.js site to a shareable URL with Vercel.

) }