import type { NextPage } from "next"; import Head from "next/head"; import Image from "next/image"; import styles from "../styles/Home.module.css"; import Container from "components/Container"; const Home: NextPage = () => { return (
Find in-depth information about Next.js features and API.
Learn about Next.js in an interactive course with quizzes!
Discover and deploy boilerplate example Next.js projects.
Instantly deploy your Next.js site to a public URL with Vercel.