Removing bg image, to enable better caching

This commit is contained in:
Belen Curcio
2020-11-06 14:58:49 -03:00
parent eca8f15b6c
commit 62cc3b2493
4 changed files with 56 additions and 30 deletions

View File

@@ -97,7 +97,7 @@ export default function Home({
/>
))}
</Grid>
{/* <Marquee variant="secondary">
<Marquee variant="secondary">
{bestSelling.slice(3, 6).map(({ node }) => (
<ProductCard
key={node.path}
@@ -146,7 +146,7 @@ export default function Home({
categories={categories}
brands={brands}
newestProducts={newestProducts}
/> */}
/>
</div>
)
}