fix(contact): update email to info@e-tib.com and fix map zoom level
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🧪 QA (push) Successful in 1m7s
Build & Deploy / 🏗️ Build (push) Successful in 2m41s
Build & Deploy / 🚀 Deploy (push) Successful in 30s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 49s
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-05-27 17:41:52 +02:00
parent 75c15fce43
commit 0c01aa799d
5 changed files with 6 additions and 6 deletions

View File

@@ -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,
});

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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",

View File

@@ -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",