Add pink style to expertise badge

cgen-d348b6b57ee74abab4bf874e1d706957
This commit is contained in:
Builder.io 2025-10-04 00:32:37 +00:00
parent b6805a20ce
commit 1993739d3c

View file

@ -428,7 +428,7 @@ export default function DevelopmentConsulting() {
<CardHeader className="text-center">
<Icon className="h-12 w-12 text-pink-400 mx-auto mb-3" />
<CardTitle className="text-lg">{area.category}</CardTitle>
<Badge variant="outline" className="text-xs">
<Badge variant="outline" className="text-xs border-pink-400/40 text-pink-200">
{area.projects}
</Badge>
</CardHeader>