import type { Metadata } from "next"; import Link from "next/link"; import { Compass } from "lucide-react"; import { Button } from "@/components/ui"; import { SpinzaWordmark } from "@/components/brand/logo"; export const metadata: Metadata = { title: "Page not found", robots: { index: false } }; export default function NotFound() { return (
404

This reel doesn't exist.

The page you were looking for has moved or was never here. Your credits and progress are unaffected.

Virtual credits only. No deposits. No withdrawals. No cash value. 18+.

); }