import Link from "next/link"; import { AppShell } from "@/components/app-shell"; import { Button } from "@/components/ui/button"; export default function NotFound() { return (

הדף לא נמצא

הכתובת שביקשת אינה קיימת או שהוזזה לדף אחר.

); }