"use client";
import Link from "next/link";
import { Card } from "@/shared/components";
import Image from "next/image";
/**
* Clickable card for MITM tools — navigates to /dashboard/mitm on click.
*/
export default function MitmLinkCard({ tool }) {
return (