"use client"; import { Button } from "@/components/ui/button"; import { basePath } from "@/config/site-config"; export default function NotFoundPage() { return (
Oops, the page you are looking for could not be found.