import { Link } from 'react-router-dom'; import { HomeIcon, MagnifyingGlassIcon, DocumentTextIcon, MapIcon } from '@heroicons/react/24/outline'; export default function NotFound() { return (
{/* 404 Graphic */}

404

{/* Message */}

Page Not Found

Sorry, we couldn't find the page you're looking for. The page may have been moved, deleted, or never existed.

{/* Quick Links */}

Try one of these popular pages:

Home
Return to homepage
Search
Find what you need
Explore
Browse categories
Dashboard
View your data
{/* Additional Help */}

Need help? Check out our{' '} documentation {' '} or{' '} contact support .

Error Code: 404 • Page Not Found

); }