From 946248df65d095b27b75e63f8b3c2d70bea78e61 Mon Sep 17 00:00:00 2001
From: kudindmitriy
Date: Mon, 2 Feb 2026 13:41:56 +0200
Subject: [PATCH] Bob AI: to the products section add button BUY on each car...
---
src/components/sections/product/ProductCardTwo.tsx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/components/sections/product/ProductCardTwo.tsx b/src/components/sections/product/ProductCardTwo.tsx
index 8023d30..e0cfbf2 100644
--- a/src/components/sections/product/ProductCardTwo.tsx
+++ b/src/components/sections/product/ProductCardTwo.tsx
@@ -137,6 +137,12 @@ const ProductCardItem = memo(({
{product.price}
+
);
});