"use client" import "@/globals.css" import { LABELS } from "./labels" import { Button } from "@/components/ui/button" import { Metadata } from "next" import Image from "next/image" import Link from "next/link" import React from "react" export const metadata: Metadata = { title: "404: Page Not Found", } export default function NotFound() { return (