3 Commits

Author SHA1 Message Date
157ebb23de fix 2026-02-02 13:54:44 +02:00
caef1b83af Bob AI: to the products section add button ADD TO CART on ... 2026-02-02 13:54:03 +02:00
2eb532d10f fix 2026-02-02 13:46:07 +02:00

View File

@@ -137,12 +137,6 @@ 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>
);
});
@@ -201,7 +195,7 @@ const ProductCardTwo = ({
uniformGridCustomHeightClasses={uniformGridCustomHeightClasses}
gridRowsClassName={customGridRows}
animationType={animationType}
title={title}
titleSegments={titleSegments}
description={description}