export const UTM_SOURCE = { '/': 'web.home', '/shop/product/[slug]': 'web.other-product', '/shop/search': 'web.search', '/shop/brands/[slug]': 'web.brand', '/shop/category/[slug]': 'web.category', '/shop/cart': 'web.cart', };