'use client' import Link from 'next/link' import { Button } from "@/registry/new-york/ui/button" export default function NotFound() { return (

404

Page Not Found

) }