import Link from "next/link"; import Image from "next/image"; import type { Metadata } from "next"; export const metadata: Metadata = { title: "Lost on the climb", description: "This summit doesn't exist — yet.", }; export default function NotFound() { return (
404
This summit doesn't exist yet. The page you're looking for may have drifted off the map.