HooksuseGeoLocationOn this pageuseGeoLocation The useGeoLocation hook retrieves the user's current coordinates. Example Usage const { latitude, longitude } = useGeoLocation(); Explanation Uses navigator.geolocation.getCurrentPosition to fetch location data.