import { Button } from "@/components/ui/button"; import { Separator } from "@/components/ui/separator"; import { Footer } from "@/components/utils/Footer"; import { ContentContainer, Page } from "@/components/utils/Layout"; import { NavBar } from "@/components/utils/NavBar"; import { PageTitle } from "@/components/utils/PageTitle"; import { TfiFaceSad } from "react-icons/tfi"; export default function NotFoundPage() { const handleGoBack = () => { if (window == null) return; window.history.back(); }; return ( {"404 NOT FOUND"}

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