order-regiteration-steps

This commit is contained in:
hamid zarghami
2026-07-19 15:18:24 +03:30
parent 979281bfb1
commit 35beea16bd
3 changed files with 16 additions and 0 deletions
+2
View File
@@ -2,6 +2,7 @@ import BannerSection from "./components/BannerSection";
import BestSellerCategories from "./components/BestSellerCategories";
import CategorySection from "./components/CategorySection";
import OrderByApplication from "./components/OrderByApplication";
import OrderRegistrationSteps from "./components/OrderRegistrationSteps";
import ProductSection from "./components/ProductSection";
import StepSection from "./components/StepSection";
@@ -14,6 +15,7 @@ const Home = () => {
<ProductSection />
<OrderByApplication />
<BestSellerCategories />
<OrderRegistrationSteps />
</div>
);
};