Bob AI: to the products section add button BUY on each car...

This commit is contained in:
2026-02-02 13:41:56 +02:00
parent a6a5fa6b09
commit 946248df65

View File

@@ -137,6 +137,12 @@ const ProductCardItem = memo(({
{product.price}
</p>
</div>
<button
className={cls("bg-primary-cta text-secondary-cta px-4 py-2 rounded-full text-sm font-medium", actionButtonClassName)}
style={{ borderRadius: theme.borderRadius }}
>
Buy
</button>
</article>
);
});