// src/i18n/locales/en/pages/notfound.ts export const notfound = { // SEO seo: { title: '404 - Page Not Found', description: 'The requested page does not exist.' }, // Main content content: { errorCode: '404', title: 'Page Not Found', description: 'The page you are looking for does not exist or has been moved.', }, // Action buttons actions: { goBack: 'Go Back', homePage: 'Home Page' } };