23 lines
433 B
TypeScript
23 lines
433 B
TypeScript
export const items = [
|
|
{
|
|
label: 'Services',
|
|
href: '/services',
|
|
umamiEventLabel: 'services',
|
|
},
|
|
{
|
|
label: 'Impact',
|
|
href: '/#impact',
|
|
umamiEventLabel: 'impact',
|
|
},
|
|
{
|
|
label: 'Process',
|
|
href: '/#process',
|
|
umamiEventLabel: 'process',
|
|
},
|
|
{
|
|
label: 'Contact',
|
|
href: '/#contact',
|
|
umamiEventLabel: 'contact',
|
|
},
|
|
];
|