import Link from "next/link"; import { SofaLogo } from "@/components/sofa-logo"; export default function NotFound() { return (
{/* Warm projector glow */}
{/* Large ghosted 404 */}

404

{/* Message */}

Scene not found

This page was left on the cutting room floor. It may have been moved, removed, or never made it past the screenplay.

{/* Actions */}
Return home
{/* Logo watermark */}
); }