Add AnwaltOverviewPage for lawyer overview; adjust team data and images; refactor Links structure; update affected components.

This commit is contained in:
2025-06-23 09:48:37 +09:00
parent ce710c9ad5
commit 62af95e0cd
8 changed files with 156 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
const Links = {
home: '/',
lawfirm: 'kanzlei',
lawyers: 'rechtsanwaelte',
legalFields: 'rechtsbereiche',
about: '/ueber-uns/',
imprint: '/impressum/',
privacy: '/datenschutz/',
};
export default Links;