mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Product View
This commit is contained in:
@@ -20,7 +20,7 @@ export default function Home({
|
||||
brands,
|
||||
}: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||
return (
|
||||
<>
|
||||
<div className="mt-3">
|
||||
<Grid items={products.slice(0, 3)} wrapper={ProductCard} />
|
||||
<Marquee
|
||||
items={products.slice(0, 3)}
|
||||
@@ -77,7 +77,7 @@ export default function Home({
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user