Files
rhein-sw-website/constant/Constant.ts
Thatsaphorn Atchariyaphap 2d89fcfbb8 Refactor and update navigation and constants
- Refactor code for consistency in formatting and styling.
- Update `navLinks` to revise URLs and labels for improved clarity.
- Adjust button text in `DesktopNav` from "Portal" to "Kontakt".
2025-04-08 22:39:16 +02:00

17 lines
252 B
TypeScript

export const navLinks = [
{
id: 1,
url: '/',
label: 'Home',
},
{
id: 2,
url: '#',
label: 'Über uns',
},
{
id: 3,
url: 'services',
label: 'Leistungen',
}
];