fix: Move Customer Reviews above AsSeenIn on product pages
This commit is contained in:
@@ -394,6 +394,9 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR"
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{/* Customer Reviews */}
|
||||||
|
<ProductReviews locale={locale} productName={localized.name} />
|
||||||
|
|
||||||
{/* As Featured In - Full Width */}
|
{/* As Featured In - Full Width */}
|
||||||
<AsSeenIn />
|
<AsSeenIn />
|
||||||
|
|
||||||
@@ -429,9 +432,6 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR"
|
|||||||
{/* Product Benefits */}
|
{/* Product Benefits */}
|
||||||
<ProductBenefits locale={locale} />
|
<ProductBenefits locale={locale} />
|
||||||
|
|
||||||
{/* Customer Reviews */}
|
|
||||||
<ProductReviews locale={locale} productName={localized.name} />
|
|
||||||
|
|
||||||
{/* Trust Badges */}
|
{/* Trust Badges */}
|
||||||
<TrustBadges />
|
<TrustBadges />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user