21 lines
1.0 KiB
JavaScript
21 lines
1.0 KiB
JavaScript
export const mapLocations = [
|
|
{
|
|
src: "https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d135905.11693909427!2d-73.95165795400088!3d41.17584829642291!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2s!4v1727094281524!5m2!1sen!2s",
|
|
location: "152 Thatcher Road St, Mahattan, NY 10463",
|
|
phone: "(+068) 456 6868",
|
|
email: "themesflat@gmail.com",
|
|
},
|
|
{
|
|
src: "https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d135905.11693909427!2d-73.95165795400088!3d41.17584829642291!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2s!4v1727094281524!5m2!1sen!2s",
|
|
location: "1812 Sussex Dr, Ottawa, ON K1A 0G8, Canada",
|
|
phone: "(+054) 6789 38 83",
|
|
email: "themesflat@gmail.com",
|
|
},
|
|
{
|
|
src: "https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d135905.11693909427!2d-73.95165795400088!3d41.17584829642291!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2s!4v1727094281524!5m2!1sen!2s",
|
|
location: "Fürstenwalder Str. 1, 10243 Berlin, Germany",
|
|
phone: "(+054) 1234 79 97",
|
|
email: "themesflat@gmail.com",
|
|
},
|
|
];
|