Bob AI: it the Why Choose TechAcademy section add buttons ...
This commit is contained in:
@@ -161,6 +161,7 @@ const FeatureCardOne = ({
|
|||||||
{feature.button && (
|
{feature.button && (
|
||||||
<Button {...getButtonProps(feature.button, 0, theme.defaultButtonVariant, cls("w-full", cardButtonClassName), cardButtonTextClassName)} />
|
<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>
|
</div>
|
||||||
))}
|
))}
|
||||||
</CardStack>
|
</CardStack>
|
||||||
|
|||||||
Reference in New Issue
Block a user