Files
landing/src/lib/data/home/navigation.ts

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',
},
];