mirror of
https://github.com/vercel/commerce.git
synced 2025-03-15 06:52:32 +00:00
15 lines
196 B
TypeScript
15 lines
196 B
TypeScript
// Fallback to CMS Data
|
|
|
|
export const defatultPageProps = {
|
|
header: {
|
|
links: [
|
|
{
|
|
link: {
|
|
title: 'New Arrivals',
|
|
url: '/',
|
|
},
|
|
},
|
|
],
|
|
},
|
|
}
|