Now with legal policies and services pages
This commit is contained in:
22
src/lib/data/home/navigation.ts
Normal file
22
src/lib/data/home/navigation.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
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',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user