Added links to pages in the footer

This commit is contained in:
Luis Alvarez
2020-10-15 14:00:41 -05:00
parent a0e5448210
commit a0b85bcf5b
8 changed files with 85 additions and 44 deletions

View File

@@ -17,13 +17,10 @@ export async function getStaticProps({ preview }: GetStaticPropsContext) {
}
export default function Home({
pages,
products,
categories,
brands,
}: InferGetStaticPropsType<typeof getStaticProps>) {
console.log('PAGES', pages)
return (
<div className="mt-3">
<Grid items={products.slice(0, 3)} wrapper={ProductCard} />