FIX: some fixes for rollout
Burger
This commit is contained in:
parent
f7f27838a8
commit
65ebc71431
11 changed files with 268 additions and 119 deletions
26
app/utils/navigation.ts
Normal file
26
app/utils/navigation.ts
Normal file
|
@ -0,0 +1,26 @@
|
|||
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'
|
||||
},
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue