import React from "react"; import { useTranslation } from "react-i18next"; import { IoIosArrowForward } from "react-icons/io"; import HeaderLink from "../../Components/Ui/HeaderLink"; const Page = () => { const [t] = useTranslation(); return (

{t("WE ARE DM GROUP")}

{t("About Us")}

{t("We are DM company, which has been working for two decades. We are active in the United Arab Emirates in the field of stock laptops, computer parts, RAM, hard drives, etc. We are currently working with Europe, Africa and the Middle East.We provide you the best services with the shortest time and the highest quality")}

{t("YOU CAN FIND US IN")} :

{t("Telegram ID")} : @DM_GROUP
{t("Email")} : DM_group@gmail.com
{t("Instagram")} : DM_Group
{t("LinkedIn")} : DM_Group
{t("Whatsapp")} :
+971 56 311 30 11
+971 56 611 0 211
+971 54 518 60 64
); }; export default Page;