import { ArrowRight } from 'lucide-react' import Image from 'next/image' import Link from 'next/link' import learnhouseIcon from 'public/black_logo.png' export default function NotFound() { return (
logo

404!

We are very sorry for the inconvinience. It looks like you're trying to

access a page that has been deleted or never existed before

) }