Welcome to Next.js!
Get started by editing{" "}
pages/index.js
import Head from "next/head"; import Image from "next/image"; import styles from "../styles/Home.module.css"; import Link from "next/link"; import { useRouter } from "next/router"; import Title, { TitleEnum } from "../components/Title"; import React from "react"; export default function Home({}) { const router = useRouter(); return (
Get started by editing{" "}
pages/index.js