fix: Populate the directionsUrl with a Google Maps link on the contact page.

This commit is contained in:
pradeepkumar
2026-03-19 13:56:09 +05:30
parent ee51f4b554
commit 896f49d1e1
3 changed files with 25 additions and 83 deletions

View File

@@ -35,7 +35,7 @@ const defaultContactDetails: ContactDetails = {
officeAddress: '123 Market Street',
officeCity: 'New York CA 234737',
mapUrl: '',
directionsUrl: '',
directionsUrl: 'https://maps.google.com/?q=123+Market+Street+New+York+CA+234737',
};
const defaultCta: ContactCta = {