const menuLang = { en: { menu: { 1: { title: "Family Care", sub: { 1: "FX20 AP", 2: "FX10 Extender" } }, 2: { title: "Mobile Product", sub: { 1: "CG770 5G", 2: "RG1000 5G", 3: "RG1100 5G", 4: "RT410 LTE" } }, 3: { title: "Remote Solution", sub: { 1: "JEXtream MDM 5G", 2: "Pintrac MDM LTE" } }, 4: { title: "IoT Solution", sub: { 1: "Pet Tracker" } }, 5: { title: "About Us", sub: { 1: "Introduction", 2: "Our Business Philosophy", 3: "Articles", 4: "Notices", 5: "Career", 6: "FAQ", 7: "Our Location" } } }, }, ko: { menu: { 1: { title: "Family Care", sub: { 1: "FX20 °øÀ¯±â", 2: "FX10 ÀͽºÅÙ´õ" } }, 2: { title: "Mobile Product", sub: { 1: "CG770 5G", 2: "RG1000 5G", 3: "RG1100 5G", 4: "RT410 LTE" } }, 3: { title: "Remote Solution", sub: { 1: "JEXtream MDM 5G", 2: "Pintrac MDM 5G" } }, 4: { title: "IoT Solution", sub: { 1: "Pet Æ®·¡Ä¿" } }, 5: { title: "About Us", sub: { 1: "ȸ»ç¼Ò°³", 2: "°æ¿µÀ̳ä", 3: "º¸µµÀÚ·á", 4: "°øÁö»çÇ×", 5: "ä¿ë¾È³»", 6: "»ó´ã¹®ÀÇ", 7: "¿À½Ã´Â±æ" } } } } } const contentLang = { index:{ en:{ wifi_ap: "Wi-Fi Wireless" }, ko:{ wifi_ap: "Wi-Fi À¯¹«¼± °øÀ¯±â" } }, family:{ 1:{ en:{ wifi_ap: "Wi-Fi 6 Router", habbit: "Correct your child's internet use habbits", control: "With our router, you can manage internet connected devices that your child is using, and our companion mobile app allows you to control your child's mobile devices from anywhere, anytime." }, ko:{ wifi_ap: "Wi-Fi 6 À¯¹«¼± °øÀ¯±â", habbit: "ÀÚ³àÀÇ ¿Ã¹Ù¸¥ ÀÎÅÍ³Ý ½À°ü ±³Á¤", control: "Ȩ ¿ÍÀÌÆÄÀ̸¦ ±â¹ÝÀ¸·Î Àڳడ »ç¿ëÇÏ´Â ÀÎÅÍ³Ý ±â±â¸¦ °ü¸®ÇÒ ¼ö ÀÖÀ¸¸ç, ¸ð¹ÙÀÏ ¾ÛÀ» ÅëÇØ ÀÚ³àÀÇ ÈÞ´ëÆù »ç¿ëÀ» °ü¸®ÇÒ ¼ö ÀÖ½À´Ï´Ù." } } } } const imageLink = { en: [ "/default/img/homepee/images/01_RG2100_en.png", "/default/img/homepee/images/02_pet_tracker_en.png", "/default/img/homepee/images/03_lifestyle.png", "/default/img/homepee/images/04_OBD2_en.png" ], ko: [ "/default/img/homepee/images/01_RG2100.png", "/default/img/homepee/images/02_pet_tracker.png", "/default/img/homepee/images/03_lifestyle.png", "/default/img/homepee/images/04_OBD2.png" ] }