"use client"; import { Button } from "@/components/ui/button"; import { basePath } from "@/config/site-config"; export default function NotFoundPage() { return (

404

Oops, the page you are looking for could not be found.

); }