Merge branch 'dev' into 'production'

Merge dev into production

See merge request rheinsw/website!27
This commit is contained in:
2025-04-13 20:12:11 +00:00
parent f9d2552b90
commit 40f266f8da
79 changed files with 3477 additions and 288 deletions

17
constant/Constant.ts Normal file
View File

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