diff --git a/app/[locale]/standorte/page.tsx b/app/[locale]/standorte/page.tsx index dcc941d55..7cb66e5c5 100644 --- a/app/[locale]/standorte/page.tsx +++ b/app/[locale]/standorte/page.tsx @@ -1,4 +1,4 @@ -import { Container } from '@/components/ui'; +import { Container } from '@/components/ui/Container'; import { getTranslations, setRequestLocale } from 'next-intl/server'; import { Metadata } from 'next'; import TrackedLink from '@/components/analytics/TrackedLink'; @@ -91,9 +91,9 @@ export default async function StandorteOverview(props: { params: Promise<{ local {/* Content Section */}
-

+

{standort.name} -

+
@@ -104,7 +104,7 @@ export default async function StandorteOverview(props: { params: Promise<{ local {/* Meta Data */}
- + {safeLocale === 'de' ? 'Adresse' : 'Address'} @@ -123,7 +123,7 @@ export default async function StandorteOverview(props: { params: Promise<{ local
-

{t('nextProjectTitle')}

+

{t('nextProjectTitle')}

{t('nextProjectDesc')}

void }) { return ( - <> + {locations.filter(l => l.type === 'minor_node').map((loc, idx) => ( )} - + ); }