fix: Move BeforeAfterGallery to right after AsSeenIn on product pages
This commit is contained in:
@@ -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 />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user