mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Temporary remove scoll event
This commit is contained in:
@@ -83,7 +83,6 @@ export default function Home({
|
||||
categories,
|
||||
newestProducts,
|
||||
}: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||
console.log('x')
|
||||
return (
|
||||
<div>
|
||||
<Grid>
|
||||
@@ -98,7 +97,7 @@ export default function Home({
|
||||
/>
|
||||
))}
|
||||
</Grid>
|
||||
<Marquee variant="secondary">
|
||||
{/* <Marquee variant="secondary">
|
||||
{bestSelling.slice(3, 6).map(({ node }) => (
|
||||
<ProductCard
|
||||
key={node.path}
|
||||
@@ -147,7 +146,7 @@ export default function Home({
|
||||
categories={categories}
|
||||
brands={brands}
|
||||
newestProducts={newestProducts}
|
||||
/>
|
||||
/> */}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user