import React from "react"; import Image from "next/image"; import Link from "next/link"; const NotFound = () => { return (
image

We Can't Seem to Find The Page You're Looking For.

Oops! The page you are looking for does not exist. It might have been moved or deleted.

Go To Home
); }; export default NotFound;