updating carousel for correct types

This commit is contained in:
Samantha Kellow 2024-04-24 18:06:43 +01:00
parent b14934af84
commit efcab21893

View File

@ -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' />