This commit is contained in:
Belen Curcio
2021-01-11 12:12:51 -03:00
parent 1742ae8ea6
commit e42c511e3d
9 changed files with 570 additions and 774 deletions

View File

@@ -102,11 +102,11 @@ export default function Home({
/>
))}
</Marquee>
<HomeAllProductsGrid
{/* <HomeAllProductsGrid
newestProducts={products}
categories={categories}
brands={brands}
/>
/> */}
</>
)
}