1 Commits

Author SHA1 Message Date
946248df65 Bob AI: to the products section add button BUY on each car... 2026-02-02 13:41:56 +02:00

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>
);
});