diff --git a/components/lib_components/google.map.tsx b/components/lib_components/google.map.tsx index 6d971b0..92215b1 100644 --- a/components/lib_components/google.map.tsx +++ b/components/lib_components/google.map.tsx @@ -9,8 +9,8 @@ interface YandexMapProps { } export default function YandexMap({ - lat = 41.3111, - lng = 69.2406, + lat = 41.263731, + lng = 69.219434, zoom = 12, }: YandexMapProps) { const mapRef = useRef(null);