mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 20:57:51 +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>
|
||||
|
||||
<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='foliage' />
|
||||
<Carousel collection='nature' />
|
||||
|
Loading…
x
Reference in New Issue
Block a user