add styles to Layout Component and changing starting page

This commit is contained in:
Meylis
2021-07-28 17:52:04 +05:00
parent e027cc6483
commit ae5d6c3c81
5 changed files with 120 additions and 112 deletions

View File

@@ -53,7 +53,7 @@ const ProductCard: FC<Props> = ({
alt={product.name || 'Product Image'}
height={320}
width={320}
layout="fixed"
layout="responsive"
objectFit="cover"
{...imgProps}
/>