orderby application section

This commit is contained in:
hamid zarghami
2026-07-19 12:25:37 +03:30
parent 9a58990cae
commit ea7745179b
3 changed files with 90 additions and 0 deletions
+2
View File
@@ -1,5 +1,6 @@
import BannerSection from "./components/BannerSection";
import CategorySection from "./components/CategorySection";
import OrderByApplication from "./components/OrderByApplication";
import ProductSection from "./components/ProductSection";
import StepSection from "./components/StepSection";
@@ -10,6 +11,7 @@ const Home = () => {
<StepSection />
<CategorySection />
<ProductSection />
<OrderByApplication />
</div>
);
};