import { DotLottieReact } from "@lottiefiles/dotlottie-react"; import { motion } from "framer-motion"; import { useTranslation } from "react-i18next"; export function GlobalMap() { const { t } = useTranslation("main"); return ( {t("global_map_itle", "Global Connection, Easy and Worry-free")} {t( "global_map_description", "Explore seamless global connectivity. Choose network services that suit your needs and stay connected anytime, anywhere." )} ); }