import Image from "next/image"; import Link from "next/link"; export default function Home() { return (

Main Page

Go About Page using a tag.

Go About Page using Link tag.
); }