google maps change to yandex maps

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-08 13:55:17 +05:00
parent 58184084a8
commit a6c85adaca
4 changed files with 67 additions and 71 deletions

View File

@@ -3,14 +3,14 @@
import Title from "../lib_components/title";
import { FaPhoneAlt, FaTelegram } from "react-icons/fa";
import { BiTargetLock } from "react-icons/bi";
import GoogleMap from "../lib_components/google.map";
import YandexMap from "../lib_components/google.map";
export default function Map() {
return (
<div dir="ltr" className="relative flex items-start justify-center">
{/* map */}
<div className="w-full ">
<GoogleMap />
<YandexMap />
</div>
{/* contact information */}