import { useTranslations } from 'next-intl'; import { Container, Button, Heading } from '@/components/ui'; import Scribble from '@/components/Scribble'; export default function NotFound() { const t = useTranslations('Error.notFound'); return ( {/* Industrial Background Element */}
404
404
{t('title')}

{t('description')}

{/* Decorative Industrial Line */}
); }