"use client"; import Link from "next/link"; import { buttonVariants } from "@multica/ui/components/ui/button"; export default function NotFound() { return (

404

Page not found

The page you are looking for doesn’t exist or has been moved.

Back to Multica
); }