'use client'; import React from 'react'; import { Button, Link } from '@theme/components'; import { useLocalization } from '@akinon/next/hooks'; export default function NotFoundContent() { const { t } = useLocalization(); return (
{t('not_found.sub_title')}