4 Commits

Author SHA1 Message Date
2eda276f99 Bob AI: to the products section add button "ADD TO CART" o... 2026-02-02 13:56:27 +02:00
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

@@ -138,10 +138,10 @@ const ProductCardItem = memo(({
</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 }}
className={cls("bg-primary-cta text-secondary-cta rounded-lg px-4 py-2 mt-4", actionButtonClassName)}
onClick={(e) => e.stopPropagation()}
>
Buy
ADD TO CART
</button>
</article>
);
@@ -201,7 +201,7 @@ const ProductCardTwo = ({
uniformGridCustomHeightClasses={uniformGridCustomHeightClasses}
gridRowsClassName={customGridRows}
animationType={animationType}
title={title}
titleSegments={titleSegments}
description={description}