new changes

This commit is contained in:
Mamalizz
2024-12-26 20:51:23 +03:30
parent e99b6be81c
commit 92c0d241b9
+5 -2
View File
@@ -1,8 +1,11 @@
<script lang="ts" setup></script>
<template>
<div class="w-full flex flex-col">
<ProductHero />
<Video />
<Comments />
<ProductVideo />
<ProductComments />
<ProductDetails />
<RelatedProducts title="محصولات مشابه" />
</div>
</template>