feat: enhance clinic contact information display with new helper functions for phone, city, and state

This commit is contained in:
hamed
2026-07-19 16:44:06 +03:30
parent 10b5a19576
commit 1522ee8b73
6 changed files with 366 additions and 25 deletions
@@ -9,7 +9,7 @@ import RoutingWhiteC from "@/components/icons/RoutingWhiteC";
import RoutingC from "@/components/icons/RoutingC";
// Leaflet به window نیاز دارد → فقط کلاینت
const MapView = dynamic(() => import("./MapView"), { ssr: false });
const MapView = dynamic(() => import("@/components/common/MapView"), { ssr: false });
function Item({ data, bookable = true }) {
const [isOpen, setIsOpen] = useState(false);