new changes

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