diff --git a/framework/shopify/local/data/menus/next-js-frontend-footer-menu.json b/framework/shopify/local/data/menus/next-js-frontend-footer-menu.json new file mode 100644 index 000000000..41fd03e4d --- /dev/null +++ b/framework/shopify/local/data/menus/next-js-frontend-footer-menu.json @@ -0,0 +1,6 @@ +{ + "items": [ + { "title": "Contact", "url": "/contact" }, + { "title": "Terms", "url": "/terms" } + ] +}