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

404

This page lost direction.

The page you're looking for does not exist, but we can get you back to the right place.

Back to Home
) }