import { ContentContainer, Page } from "@/components/utils/Layout"; import { Button } from "@/components/ui/button"; import { Separator } from "@/components/ui/separator"; import { Footer } from "@/components/utils/Footer"; import { NavBar } from "@/components/utils/NavBar"; 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."}