Files
rhein-sw-website/constant/Constant.ts
Thatsaphorn Atchariyaphap 37cde33b41 Merge branch 'dev' into 'production'
Merge branch 'Homepage Refactoring - Pt .3' into 'production'

See merge request rheinsw/website!30
2025-04-16 17:40:59 +00:00

12 lines
180 B
TypeScript

export const navLinks = [
{
id: 1,
url: '/',
label: 'Start',
},
{
id: 2,
url: '/services',
label: 'Leistungen',
}
];