Bob AI: add to each card in the Our Impact section a butto...

This commit is contained in:
2026-02-03 16:53:55 +02:00
parent 92524e3343
commit 46fbb9db78

View File

@@ -166,6 +166,7 @@ const MetricCardTwo = ({
metricDescriptionClassName={metricDescriptionClassName} metricDescriptionClassName={metricDescriptionClassName}
/> />
))} ))}
<button className="bg-primary-cta text-secondary-cta rounded-lg px-4 py-2 mt-4">That</button>
</CardStack> </CardStack>
); );
}; };