import { ContentContainer, Page } from "@/components/layouts/layouts"; import { Footer } from "@/components/utils/Footer"; import { NavBar } from "@/components/utils/NavBar"; import { fontSypxzs } from "@/styles/font"; import { TfiFaceSad } from "react-icons/tfi"; export default function NotFoundPage() { const goBack = () => { window.history.back(); }; return (

{"404 NOT FOUND"}

{"This page does not exist for it might be removed or closed."}