forked from crowetic/commerce
15 lines
196 B
TypeScript
15 lines
196 B
TypeScript
// Fallback to CMS Data
|
|
|
|
export const defatultPageProps = {
|
|
header: {
|
|
links: [
|
|
{
|
|
link: {
|
|
title: 'New Arrivals',
|
|
url: '/',
|
|
},
|
|
},
|
|
],
|
|
},
|
|
}
|