import Link from "next/link"; import Image from "next/image"; export default function NotFound() { return (

Wrong Turn!

You’ve gone off-track

We can't find the page you're looking for. Let's get this pony turned around and back on the open road.

Go back home
); }