latitude and longitude coordinates stored in the artworks table to plot custom markers for each AR lens location.Resources
Finding & Adding Coordinates (Admin)
When adding a new artwork or merchant location via the /admin/dashboard, we need the precise coordinates.

While Mapbox provides frontend map, we rely on Google Maps for actual user navigation. I am using latitude and longitude to dynamically generate the links
https://www.google.com/maps/search/?api=1&query={lat},{lng}
Resources:
We are using SendGrid to handle emails when users claim an offer. When a server action process a claim. it triggers SendGrid to email the user their reward voucher.
Resources: