import Link from 'next/link'; import { Button } from '@/components/ui/button'; import { Film } from 'lucide-react'; export default function VideoNotFound() { return (

Video Not Found

The video you're looking for doesn't exist or has been deleted.

); }