Bob AI: it the Why Choose TechAcademy section add buttons ...

This commit is contained in:
2026-02-02 11:53:58 +02:00
parent b159ebc298
commit da8ace3898

View File

@@ -161,6 +161,7 @@ const FeatureCardOne = ({
{feature.button && (
<Button {...getButtonProps(feature.button, 0, theme.defaultButtonVariant, cls("w-full", cardButtonClassName), cardButtonTextClassName)} />
)}
<button className="mt-4 bg-primary text-background px-4 py-2 rounded-lg">Click Me</button> {/* Inserted button element */}
</div>
))}
</CardStack>