From c723d72508f4d1508163970d7d726f3ba0c89d6e Mon Sep 17 00:00:00 2001 From: Unchained Date: Sun, 22 Mar 2026 08:37:12 +0200 Subject: [PATCH] fix: Move BeforeAfterGallery to right after 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 ec2900d..443e17a 100644 --- a/src/components/product/ProductDetail.tsx +++ b/src/components/product/ProductDetail.tsx @@ -397,6 +397,9 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR" {/* As Featured In - Full Width */} + {/* Before/After Gallery */} + + {/* Related Products */} {relatedProducts && relatedProducts.length > 0 && (
@@ -432,9 +435,6 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR" {/* Trust Badges */} - {/* Before/After Gallery */} - - {/* How It Works */}