import { pacifico } from "@/pages/index"; import Link from "next/link"; export default function Custom404() { return (

404 | Page Not Found

Go Back Home

) }