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

Get started by editing  app/page.tsx

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

Docs ->

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

Templates ->

Explore the Next.js 13 playground.

Deploy ->

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

) }