diff --git a/frontend/src/pages/ContactUsPage.vue b/frontend/src/pages/ContactUsPage.vue index b4451ec..1d380ea 100644 --- a/frontend/src/pages/ContactUsPage.vue +++ b/frontend/src/pages/ContactUsPage.vue @@ -113,14 +113,13 @@ - - - 403, Port Washington Road, Canada - - Interactive map placeholder ready to be replaced with your real embed - or location component. - - + @@ -158,6 +157,9 @@ const socialLinks = [ { icon: instagramIconUrl, label: 'Instagram' }, { icon: whatsappIconUrl, label: 'WhatsApp' }, ]; + +const mapEmbedUrl = + 'https://maps.google.com/maps?q=403%20Port%20Washington%20Road%2C%20Canada&z=14&output=embed';