Update preview position and add coming soon section

This commit is contained in:
marzban-dev
2026-04-28 22:01:25 +03:30
parent eeb9472af0
commit b8b45f9264
+4 -1
View File
@@ -23,7 +23,9 @@ if (response.isError) {
<div class="w-full">
<!-- <LoadingOverlay /> -->
<Hero class="mb-20 max-md:mt-20" />
<Preview />
<ComingSoonSection />
<div class="py-20">
<ProductsSlider
title="محصولات پرتخفیف"
@@ -51,6 +53,7 @@ if (response.isError) {
</div>
<Categories class="mt-12" />
<Brands />
<Preview />
<LatestStories class="mb-20" />
</div>
</template>