import { useTranslations } from "next-intl"; import Link from "next/link"; import Footer from "./(main)/footer"; import Header from "./(main)/header"; export default function NotFoundPage() { const t = useTranslations("NotFoundPage"); return (

{t("h1_490-590_404NotFound")}

{t("h1_490-590_404NotFoundBack")}

); }