"use client" import Link from "next/link" import { Button } from "@/components/ui/button" import { Home, ArrowLeft } from "lucide-react" export default function NotFound() { return (

404

Hoppá!

Sajnáljuk, de az oldal, amit keres, nem található vagy elköltözött.

) }