fix: Move BeforeAfterGallery to right after AsSeenIn on product pages

This commit is contained in:
Unchained
2026-03-22 08:37:12 +02:00
parent bf6362d3ad
commit c723d72508

View File

@@ -397,6 +397,9 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR"
{/* As Featured In - Full Width */}
<AsSeenIn />
{/* Before/After Gallery */}
<BeforeAfterGallery />
{/* Related Products */}
{relatedProducts && relatedProducts.length > 0 && (
<section className="py-20 lg:py-28 bg-[#f8f9fa]">
@@ -432,9 +435,6 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR"
{/* Trust Badges */}
<TrustBadges />
{/* Before/After Gallery */}
<BeforeAfterGallery />
{/* How It Works */}
<HowItWorks />