diff --git a/components/blocks/InteractiveGermanyMap.tsx b/components/blocks/InteractiveGermanyMap.tsx index e8163f15b..762a4acd4 100644 --- a/components/blocks/InteractiveGermanyMap.tsx +++ b/components/blocks/InteractiveGermanyMap.tsx @@ -83,16 +83,16 @@ export function InteractiveGermanyMap() {
-{companyInfo.contactEmail}
- +{locale === 'de' ? 'Telefon' : 'Phone'}
{companyInfo.contactPhone}
@@ -91,7 +91,7 @@ export function Footer({ companyInfo }: FooterProps) { { label: locale === 'de' ? 'Kontakt' : 'Contact', href: `/${locale}/${locale === 'de' ? 'kontakt' : 'contact'}` }, ].map((link) => (