home blog section

This commit is contained in:
hamid zarghami
2026-07-19 15:35:37 +03:30
parent 35beea16bd
commit 36763aace0
4 changed files with 42 additions and 0 deletions
+2
View File
@@ -1,5 +1,6 @@
import BannerSection from "./components/BannerSection";
import BestSellerCategories from "./components/BestSellerCategories";
import BlogsSection from "./components/BlogsSection";
import CategorySection from "./components/CategorySection";
import OrderByApplication from "./components/OrderByApplication";
import OrderRegistrationSteps from "./components/OrderRegistrationSteps";
@@ -16,6 +17,7 @@ const Home = () => {
<OrderByApplication />
<BestSellerCategories />
<OrderRegistrationSteps />
<BlogsSection />
</div>
);
};