diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 550b495ec..5088a8874 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -94,11 +94,7 @@ export default async function Layout(props: { { label: safeLocale === 'de' ? 'Firma' : 'Company', url: `/${safeLocale}/${await mapFileSlugToTranslated('ueber-uns', safeLocale)}` }, { label: safeLocale === 'de' ? 'Unser Team' : 'Our Team', url: `/${safeLocale}/team` }, { label: safeLocale === 'de' ? 'Zertifikate' : 'Certificates', url: `/${safeLocale}/zertifikate` }, - { label: safeLocale === 'de' ? 'Standorte' : 'Locations', url: '#', isGroupLabel: true }, - { label: safeLocale === 'de' ? 'Alle Standorte' : 'Locations Overview', url: `/${safeLocale}/standorte` }, - { label: 'Guben (HQ)', url: `/${safeLocale}/standorte/guben` }, - { label: 'Kirchheilingen', url: `/${safeLocale}/standorte/kirchheilingen` }, - { label: 'Bülstedt', url: `/${safeLocale}/standorte/buelstedt` } + { label: safeLocale === 'de' ? 'Standorte' : 'Locations', url: `/${safeLocale}/standorte` } ] }, {