This commit is contained in:
Bel Curcio
2021-06-01 15:25:23 -03:00
parent 51229a0562
commit 627237ec06
6 changed files with 89 additions and 48 deletions

View File

@@ -42,7 +42,7 @@ export default function Home({
}: InferGetStaticPropsType<typeof getStaticProps>) {
return (
<>
<Grid>
<Grid variant="filled">
{products.slice(0, 3).map((product, i) => (
<ProductCard
key={product.id}
@@ -77,7 +77,7 @@ export default function Home({
Hebrew. Its now undergone a name change, and will be referred to as
Natural."
/>
<Grid layout="B">
<Grid layout="B" variant="filled">
{products.slice(0, 3).map((product, i) => (
<ProductCard
key={product.id}