import Image from "next/image" import Link from "next/link" import { Button } from "@/components/ui/button" export function NotFound404() { return (

404 Page Not Found

We couldn't find the page you're looking for. It might have been moved or doesn't exist.

) }