module.exports = { title: 'Data Marketplace', description: `A marketplace to find and publish open data sets in the Ocean Network.`, url: 'https://dexfreight.oceanprotocol.com', copyright: 'All Rights Reserved. Powered by [Ocean Protocol](https://oceanprotocol.com)', refundPolicy: [ 'Data can be challenged within 2 days after purchase.', 'The marketplace decides if you are eligible for refund.' ], assetTerms: [ { name: 'Personal Identifiable Information', value: 'This offer contains no personal data' }, { name: 'Regions where data can be used', value: 'Worldwide' } ], menu: [ { name: 'Explore', link: '/explore' }, { name: 'Publish', link: '/publish' } ] }