import { ToolCard, ToolCardProps } from "@/components/tool-card"; type Props = { tools: readonly ToolCardProps[]; }; export function ToolCards({ tools }: Props) { return (