"use client"; import { FaLocationDot } from "react-icons/fa6"; import Text from "../lib_components/text"; import { useTranslation } from "react-i18next"; export default function Header() { const { t } = useTranslation(); return (
Uzbekistan , Tashkent
+998 33 252 00 00
); }