mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Added links to pages in the footer
This commit is contained in:
@@ -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} />
|
||||
|
Reference in New Issue
Block a user