import Image from 'next/image' import styles from './page.module.css' export default function Home() { return (

Welcome to Next.js 13!

Get started by editing app/page.tsx

Documentation →

Find in-depth information about Next.js 13

Examples →

Explore the Next.js 13 playground.

Deploy →

Deploy your Next.js site to a public URL with Vercel.

) }