diff --git a/src/client/components/CollectionView.tsx b/src/client/components/CollectionView.tsx index 8394079..06da1ba 100644 --- a/src/client/components/CollectionView.tsx +++ b/src/client/components/CollectionView.tsx @@ -231,6 +231,10 @@ export function CollectionView() { imageUrl={item.imageUrl} productUrl={item.productUrl} brand={item.brand} + dominantColor={item.dominantColor} + cropZoom={item.cropZoom} + cropX={item.cropX} + cropY={item.cropY} /> ))} @@ -264,8 +268,13 @@ export function CollectionView() { categoryName={categoryName} categoryIcon={categoryIcon} imageFilename={item.imageFilename} + imageUrl={item.imageUrl} productUrl={item.productUrl} brand={item.brand} + dominantColor={item.dominantColor} + cropZoom={item.cropZoom} + cropX={item.cropX} + cropY={item.cropY} /> ))}