From 7febe90b36e8fbc124eacf3040fcd39e5cc7c3e5 Mon Sep 17 00:00:00 2001 From: Unchained Date: Sun, 22 Mar 2026 08:39:44 +0200 Subject: [PATCH] fix: Move Customer Reviews above AsSeenIn on product pages --- src/components/product/ProductDetail.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/product/ProductDetail.tsx b/src/components/product/ProductDetail.tsx index 443e17a..a37ad1e 100644 --- a/src/components/product/ProductDetail.tsx +++ b/src/components/product/ProductDetail.tsx @@ -394,6 +394,9 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR" + {/* Customer Reviews */} + + {/* As Featured In - Full Width */} @@ -429,9 +432,6 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR" {/* Product Benefits */} - {/* Customer Reviews */} - - {/* Trust Badges */}