mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
updating carousel for correct types
This commit is contained in:
parent
b14934af84
commit
efcab21893
@ -17,7 +17,7 @@ export default async function HomePage() {
|
|||||||
<Suspense>
|
<Suspense>
|
||||||
|
|
||||||
<div className='container grid justify-around my-4 grid-cols-1 items-center justify-items-center'>
|
<div className='container grid justify-around my-4 grid-cols-1 items-center justify-items-center'>
|
||||||
<Carousel />
|
<Carousel collection={undefined} />
|
||||||
<Carousel collection='flower' />
|
<Carousel collection='flower' />
|
||||||
<Carousel collection='foliage' />
|
<Carousel collection='foliage' />
|
||||||
<Carousel collection='nature' />
|
<Carousel collection='nature' />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user