import Image from "next/image"; import Link from "next/link"; import { Button } from "@/components/ui/button"; import { BlurFade } from "@/components/magicui/blur-fade"; const BLUR_FADE_DELAY = 0.01; export default function NotFoundPage() { return (
A lost robot in a desert, indicating a 404 page not found error.

Lost in the Digital Sands

It seems the page you are looking for does not exist, has been moved, or is currently unavailable.

); }