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
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:
@@ -36,7 +36,7 @@ export default function LeafletMap({ locations }: LeafletMapProps) {
|
|||||||
const firstLoc = locations[0];
|
const firstLoc = locations[0];
|
||||||
const map = L.map(mapRef.current, {
|
const map = L.map(mapRef.current, {
|
||||||
center: [firstLoc.lat, firstLoc.lng],
|
center: [firstLoc.lat, firstLoc.lng],
|
||||||
zoom: 6, // Zoom out to see both or more
|
zoom: locations.length === 1 ? 14 : 6,
|
||||||
scrollWheelZoom: false,
|
scrollWheelZoom: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ layout: "fullBleed"
|
|||||||
id: "danny-joseph",
|
id: "danny-joseph",
|
||||||
name: "Danny Joseph",
|
name: "Danny Joseph",
|
||||||
position: "Geschäftsführung",
|
position: "Geschäftsführung",
|
||||||
email: "d.joseph@e-tib.com",
|
email: "info@e-tib.com",
|
||||||
phone: "+49 1520 7230518",
|
phone: "+49 1520 7230518",
|
||||||
image: "/assets/photos/team/danny.jpg"
|
image: "/assets/photos/team/danny.jpg"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ layout: "fullBleed"
|
|||||||
{
|
{
|
||||||
id: "danny-joseph",
|
id: "danny-joseph",
|
||||||
name: "Danny Joseph",
|
name: "Danny Joseph",
|
||||||
position: "Management",
|
position: "Managing Director",
|
||||||
email: "d.joseph@e-tib.com",
|
email: "info@e-tib.com",
|
||||||
phone: "+49 1520 7230518",
|
phone: "+49 1520 7230518",
|
||||||
image: "/assets/photos/team/danny.jpg"
|
image: "/assets/photos/team/danny.jpg"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
"office": "Hauptsitz Guben",
|
"office": "Hauptsitz Guben",
|
||||||
"address": "Gewerbestraße 22\n03172 Guben\nDeutschland",
|
"address": "Gewerbestraße 22\n03172 Guben\nDeutschland",
|
||||||
"phone": "+49 (0) 3561 / 68577 33",
|
"phone": "+49 (0) 3561 / 68577 33",
|
||||||
"email": "d.joseph@e-tib.com"
|
"email": "info@e-tib.com"
|
||||||
},
|
},
|
||||||
"hours": {
|
"hours": {
|
||||||
"title": "Öffnungszeiten",
|
"title": "Öffnungszeiten",
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
"office": "Headquarters Guben",
|
"office": "Headquarters Guben",
|
||||||
"address": "Gewerbestraße 22\n03172 Guben\nGermany",
|
"address": "Gewerbestraße 22\n03172 Guben\nGermany",
|
||||||
"phone": "+49 (0) 3561 / 68577 33",
|
"phone": "+49 (0) 3561 / 68577 33",
|
||||||
"email": "d.joseph@e-tib.com"
|
"email": "info@e-tib.com"
|
||||||
},
|
},
|
||||||
"hours": {
|
"hours": {
|
||||||
"title": "Opening Hours",
|
"title": "Opening Hours",
|
||||||
|
|||||||
Reference in New Issue
Block a user