import { Link } from 'react-router-dom'; import { Panel } from '@/components/ui/Panel'; import { usePageMetadata } from '@/hooks/usePageMetadata'; export function NotFoundPage() { usePageMetadata({ title: 'Page not found', description: 'The requested Mechanica page could not be found.' }); return (

404

This mechanism is outside the current assembly.

The page may have moved, or the machine slug does not exist in the registry. Return to the catalogue to continue exploring the mechanical systems library.

Open catalogue
); }