upload 29/12
This commit is contained in:
23
src/components/home/index.tsx
Normal file
23
src/components/home/index.tsx
Normal file
@@ -0,0 +1,23 @@
|
||||
import Slider from "./Slider";
|
||||
import Deal from "./Deal";
|
||||
import FeaturedProductCategories from "./Category";
|
||||
import ProductCategories from "./Product";
|
||||
import Article from "./Article";
|
||||
|
||||
export default function Home() {
|
||||
return(
|
||||
<div className="home-page !-mt-5 pt-6">
|
||||
<div className="container">
|
||||
<Slider />
|
||||
|
||||
<Deal />
|
||||
|
||||
<FeaturedProductCategories />
|
||||
|
||||
<ProductCategories />
|
||||
|
||||
<Article />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user