2 Commits

Author SHA1 Message Date
2eb532d10f fix 2026-02-02 13:46:07 +02:00
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,11 @@ const ProductCardItem = memo(({
{product.price} {product.price}
</p> </p>
</div> </div>
<button
className={cls("bg-primary-cta text-secondary-cta px-4 py-2 rounded-full text-sm font-medium", actionButtonClassName)}
>
Buy
</button>
</article> </article>
); );
}); });
@@ -195,7 +200,7 @@ const ProductCardTwo = ({
uniformGridCustomHeightClasses={uniformGridCustomHeightClasses} uniformGridCustomHeightClasses={uniformGridCustomHeightClasses}
gridRowsClassName={customGridRows} gridRowsClassName={customGridRows}
animationType={animationType} animationType={animationType}
title={title} title={title}
titleSegments={titleSegments} titleSegments={titleSegments}
description={description} description={description}