step section

This commit is contained in:
hamid zarghami
2026-07-14 16:53:04 +03:30
parent fe22acac57
commit 8ce8400902
3 changed files with 38 additions and 1 deletions
+2
View File
@@ -1,9 +1,11 @@
import BannerSection from "./components/BannerSection";
import StepSection from "./components/StepSection";
const Home = () => {
return (
<div>
<BannerSection />
<StepSection />
</div>
);
};