chore: setup project for production
This commit is contained in:
19
components/maps/Maps.jsx
Normal file
19
components/maps/Maps.jsx
Normal file
@@ -0,0 +1,19 @@
|
||||
import React from "react";
|
||||
|
||||
function EmbeddedMap() {
|
||||
return (
|
||||
<div>
|
||||
<iframe
|
||||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.190474419073!2d85.346992!3d27.7114047!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19799cd5cd4b%3A0xe7f3187c31bc262!2sGupta%20Rudraksha%20and%20Moti%20Mala%20Bhandar!5e0!3m2!1sen!2sin!4v1738441367350!5m2!1sen!2sin"
|
||||
width="100%"
|
||||
height="450"
|
||||
style={{ border: 0 }}
|
||||
allowFullScreen=""
|
||||
loading="lazy"
|
||||
referrerPolicy="no-referrer-when-downgrade"
|
||||
></iframe>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default EmbeddedMap;
|
||||
Reference in New Issue
Block a user