product item + product section
This commit is contained in:
+3
-1
@@ -1,13 +1,15 @@
|
||||
import BannerSection from "./components/BannerSection";
|
||||
import CategorySection from "./components/CategorySection";
|
||||
import ProductSection from "./components/ProductSection";
|
||||
import StepSection from "./components/StepSection";
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div>
|
||||
<div className="pb-[120px]">
|
||||
<BannerSection />
|
||||
<StepSection />
|
||||
<CategorySection />
|
||||
<ProductSection />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user