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

Video Not Found

The video you're looking for doesn't exist, has been removed, or the link may be expired.

); }