'use client'; export default function NotFoundPage() { return (

Not Found

Could not find requested resource

); }