FunctionFeatureCard({
icon: Icon,
title,
description,
target = "",
href,
className = "",
}: FeatureCardProps)
components/guia/FeatureCard.tsx:13
FunctionSectionCard({
id,
title,
description,
children,
badge,
icon: Icon,
className = "",
}: SectionCardProps)
components/guia/SectionCard.tsx:23