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

{t("h1_490-590_404NotFound")}

{t("h1_490-590_404NotFoundBack")}

) }