diff --git a/components/products/RelatedProductCards.jsx b/components/products/RelatedProductCards.jsx index c68b7ae..fa28756 100644 --- a/components/products/RelatedProductCards.jsx +++ b/components/products/RelatedProductCards.jsx @@ -30,12 +30,12 @@ const RelatedProductCards = ({ productId }) => { You may also like -
+
{relatedProducts.map((product) => (
Exclusive @@ -49,8 +49,8 @@ const RelatedProductCards = ({ productId }) => { className="w-full h-full object-cover hover:scale-125 transition-transform ease-in-out duration-300" />
-
-

+
+

{product.product_name}