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