best seller categories

This commit is contained in:
hamid zarghami
2026-07-19 15:13:06 +03:30
parent fcf89eb2a1
commit 979281bfb1
7 changed files with 72 additions and 0 deletions
+2
View File
@@ -1,4 +1,5 @@
import BannerSection from "./components/BannerSection";
import BestSellerCategories from "./components/BestSellerCategories";
import CategorySection from "./components/CategorySection";
import OrderByApplication from "./components/OrderByApplication";
import ProductSection from "./components/ProductSection";
@@ -12,6 +13,7 @@ const Home = () => {
<CategorySection />
<ProductSection />
<OrderByApplication />
<BestSellerCategories />
</div>
);
};