import { Helmet } from 'react-helmet-async' import { Link } from 'react-router-dom' export default function NotFound() { return ( <> Page Not Found | Queue North Technologies

404

The page you're looking for doesn't exist.

Back to Home Contact Us
) }