home blog section
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user