mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Removing bg image, to enable better caching
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user