import React from "react"; import { ActionCard } from "@/components/ui"; const cardData = [ { findings: 3, title: "Internet Exposed Resources", }, { findings: 15, title: "Exposed Secrets", }, { findings: 0, title: "IAM Policies Leading to Privilege Escalation", }, { findings: 0, title: "EC2 with Metadata Service V1 (IMDSv1)", }, ]; export const AttackSurface = () => { return (