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

404

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

); }