"use client" import { motion } from "motion/react" import Link from "next/link" export default function NotFound() { return (
404 This page doesn't exist yet The page you're looking for hasn't been built yet, or may have been moved. Back to Home
) }