Google Maps section

This commit is contained in:
2022-11-12 12:30:44 +02:00
parent 4060ebdeb7
commit a0658cd508
2 changed files with 17 additions and 1 deletions

View File

@@ -129,7 +129,16 @@ export default function Index() {
<section className={styles.sectionContainer}>
<OpenHours />
<iframe
className={styles.googleMaps}
src='https://maps.google.com/maps?q=Velkuantie%20988%2C%20Livonsaari%2C%20Finland&t=m&z=13&output=embed&iwloc=near'
allowFullScreen={false}
loading='lazy'
referrerPolicy='no-referrer-when-downgrade'
></iframe>
</section>
<span className={styles.separator} />
</div>
</div>
);