diff --git a/components/LeafletMap.tsx b/components/LeafletMap.tsx index 0c4b75ec9..ac475b13b 100644 --- a/components/LeafletMap.tsx +++ b/components/LeafletMap.tsx @@ -36,7 +36,7 @@ export default function LeafletMap({ locations }: LeafletMapProps) { const firstLoc = locations[0]; const map = L.map(mapRef.current, { center: [firstLoc.lat, firstLoc.lng], - zoom: 6, // Zoom out to see both or more + zoom: locations.length === 1 ? 14 : 6, scrollWheelZoom: false, }); diff --git a/content/de/team.mdx b/content/de/team.mdx index f20a3e924..0d4c31630 100644 --- a/content/de/team.mdx +++ b/content/de/team.mdx @@ -19,7 +19,7 @@ layout: "fullBleed" id: "danny-joseph", name: "Danny Joseph", position: "Geschäftsführung", - email: "d.joseph@e-tib.com", + email: "info@e-tib.com", phone: "+49 1520 7230518", image: "/assets/photos/team/danny.jpg" }, diff --git a/content/en/team.mdx b/content/en/team.mdx index f3de74eb1..71fd2f0d8 100644 --- a/content/en/team.mdx +++ b/content/en/team.mdx @@ -18,8 +18,8 @@ layout: "fullBleed" { id: "danny-joseph", name: "Danny Joseph", - position: "Management", - email: "d.joseph@e-tib.com", + position: "Managing Director", + email: "info@e-tib.com", phone: "+49 1520 7230518", image: "/assets/photos/team/danny.jpg" }, diff --git a/messages/de.json b/messages/de.json index 153718a42..2dc50b5db 100644 --- a/messages/de.json +++ b/messages/de.json @@ -97,7 +97,7 @@ "office": "Hauptsitz Guben", "address": "Gewerbestraße 22\n03172 Guben\nDeutschland", "phone": "+49 (0) 3561 / 68577 33", - "email": "d.joseph@e-tib.com" + "email": "info@e-tib.com" }, "hours": { "title": "Öffnungszeiten", diff --git a/messages/en.json b/messages/en.json index 91ece7ddf..940fc02db 100644 --- a/messages/en.json +++ b/messages/en.json @@ -97,7 +97,7 @@ "office": "Headquarters Guben", "address": "Gewerbestraße 22\n03172 Guben\nGermany", "phone": "+49 (0) 3561 / 68577 33", - "email": "d.joseph@e-tib.com" + "email": "info@e-tib.com" }, "hours": { "title": "Opening Hours",