File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
import CartIcon from "@/components/shop/CartIcon" ;
2
2
import SeoMetadata from "../../components/SeoMetadata" ;
3
3
import Banner from "./sections/Banner/index" ;
4
- import CategoriesSection from "./sections/CategoriesSection" ;
5
- import PopularItemsSection from "./sections/PopularItemsSection" ;
6
4
import FilterSection from "./sections/FilterSection" ;
7
5
import FaqSection from "./sections/FaqSection" ;
8
- import CategoriesProducts from "./sections/CategoriesProducts" ;
9
- import AllProducts from "./sections/AllProducts" ;
10
6
import FeaturedProducts from "./sections/FeaturedProducts" ;
11
7
import NewProducts from "./sections/NewProducts" ;
12
8
@@ -29,8 +25,6 @@ function Homepage() {
29
25
< FeaturedProducts />
30
26
< NewProducts />
31
27
< FaqSection />
32
- { /* <CategoriesSection /> */ }
33
- { /* <PopularItemsSection /> */ }
34
28
</ div >
35
29
</ >
36
30
) ;
You can’t perform that action at this time.
0 commit comments