base banner section

This commit is contained in:
hamid zarghami
2026-07-14 16:12:56 +03:30
parent 13d88e0043
commit ff36a22811
3 changed files with 34 additions and 1 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
import BannerSection from "./components/BannerSection";
const Home = () => {
return <div></div>;
return (
<div>
<BannerSection />
</div>
);
};
export default Home;