category section

This commit is contained in:
hamid zarghami
2026-07-18 11:10:34 +03:30
parent 28d3d1ae13
commit a3626a5684
2 changed files with 25 additions and 0 deletions
+2
View File
@@ -1,4 +1,5 @@
import BannerSection from "./components/BannerSection";
import CategorySection from "./components/CategorySection";
import StepSection from "./components/StepSection";
const Home = () => {
@@ -6,6 +7,7 @@ const Home = () => {
<div>
<BannerSection />
<StepSection />
<CategorySection />
</div>
);
};