26 lines
No EOL
552 B
TypeScript
26 lines
No EOL
552 B
TypeScript
export const navigation = [
|
|
{
|
|
to: `/booking/`,
|
|
label: 'Projektbuchung',
|
|
icon: 'ph:calendar-check-duotone',
|
|
aria: 'Link dieser Seite: Preise'
|
|
},
|
|
{
|
|
to: `/flatrate/`,
|
|
label: 'Flatrate',
|
|
icon: 'ph:piggy-bank-duotone',
|
|
aria: 'Link dieser Seite: Preise'
|
|
},
|
|
{
|
|
to: `/references/`,
|
|
label: 'Referenzen',
|
|
icon: 'ph:sparkle-duotone',
|
|
aria: 'Link dieser Seite: Referenzen'
|
|
},
|
|
{
|
|
to: `/contact/`,
|
|
label: 'Kontakt',
|
|
icon: 'ph:chats-circle-duotone',
|
|
aria: 'Link dieser Seite: Kontakt'
|
|
},
|
|
] |