reordered sections

This commit is contained in:
Mamalizz-dev
2026-05-11 23:16:49 +03:30
parent 126199a291
commit eaf229a143
+1 -1
View File
@@ -55,12 +55,12 @@ if (productResponse.isError ) {
<div class="w-full flex flex-col">
<ProductHero />
<ProductVideo v-model:showChatButton="showChatButton" />
<ProductComments />
<ProductDetails />
<ProductsSlider
title="محصولات مشابه"
:products="product!.related_products"
/>
<ProductComments />
<ChatButton :showChatButton="showChatButton" />
</div>
</template>