import { Icon as IconType } from "@tabler/icons-react"; export function Card({ name, icon: Icon, description, }: { name: string; icon: IconType; description: string; }) { return (
{description}