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