import { cn } from "@/lib/utils" import Link from "next/link" export default function ProjectCard({ children, id, className, }: { children: React.ReactNode id: string className?: string }) { return (