"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 (
{tool.name} { e.target.style.display = "none"; }} />

{tool.name}

MITM

{tool.description}

chevron_right
); }