{"id":11,"date":"2026-05-17T06:05:27","date_gmt":"2026-05-17T06:05:27","guid":{"rendered":"https:\/\/metheustech.com\/?page_id=11"},"modified":"2026-06-17T02:02:30","modified_gmt":"2026-06-17T02:02:30","slug":"main","status":"publish","type":"page","link":"https:\/\/metheustech.com\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ko\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>SOLANEX &#8211; \uc624\ud504\uadf8\ub9ac\ub4dc \ud0dc\uc591\uad11 \uac00\ub85c\ub4f1 \uc194\ub8e8\uc158<\/title>\n    <style>\n        :root {\n            --bg-dark: #0a0e17;\n            --accent-blue: #3b82f6;\n            --accent-cyan: #06b6d4;\n            --text-main: #94a3b8;\n            --text-light: #f8fafc;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\n            overflow: hidden; \n            \n            \/* \ud14d\uc2a4\ud2b8 \ub4dc\ub798\uadf8 \ubc0f \uc120\ud0dd \ubc29\uc9c0 *\/\n            -webkit-user-select: none;\n            -moz-user-select: none;\n            -ms-user-select: none;\n            user-select: none;\n        }\n\n        .full-page-scroll {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100vw;\n            height: 100vh;\n            z-index: 9999;\n            overflow-y: auto;\n            overflow-x: hidden; \n            scroll-snap-type: y mandatory;\n            scroll-behavior: smooth;\n            background-color: var(--bg-dark);\n            font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;\n            \n            -ms-overflow-style: none;\n            scrollbar-width: none;\n        }\n        .full-page-scroll::-webkit-scrollbar {\n            display: none;\n        }\n\n        .slide {\n            width: 100vw;\n            height: 100vh;\n            scroll-snap-align: start;\n            display: flex;\n            align-items: center; \n            justify-content: center; \n            position: relative;\n            box-sizing: border-box;\n            padding: 0 20px;\n        }\n\n        .content-wrapper {\n            max-width: 1200px;\n            width: 100%;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .title {\n            font-size: 3.5rem;\n            font-weight: 800;\n            color: var(--text-light);\n            margin-bottom: 24px;\n            line-height: 1.3;\n            letter-spacing: -0.02em;\n        }\n        \n        .title span {\n            background: linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .subtitle {\n            font-size: 1.25rem;\n            color: var(--text-main);\n            margin-bottom: 50px;\n            line-height: 1.6;\n            word-break: keep-all;\n        }\n\n        .grid-3 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px;\n            text-align: left;\n        }\n\n        .grid-2 {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            text-align: left;\n            align-items: center;\n        }\n\n        .card {\n            background: rgba(255, 255, 255, 0.03);\n            border: 1px solid rgba(255, 255, 255, 0.08);\n            padding: 40px 30px;\n            border-radius: 16px;\n            transition: transform 0.3s ease, border-color 0.3s ease;\n        }\n\n        .card:hover {\n            transform: translateY(-5px);\n            border-color: var(--accent-blue);\n        }\n\n        .card h3 {\n            font-size: 1.4rem;\n            color: var(--text-light);\n            margin-top: 0;\n            margin-bottom: 16px;\n        }\n\n        .card p {\n            color: var(--text-main);\n            margin: 0;\n            line-height: 1.6;\n        }\n\n        .tech-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        \n        .tech-list li {\n            position: relative;\n            padding-left: 30px;\n            margin-bottom: 16px;\n            color: var(--text-light);\n            font-size: 1.1rem;\n        }\n        \n        .tech-list li::before {\n            content: \"\u2726\";\n            position: absolute;\n            left: 0;\n            color: var(--accent-cyan);\n        }\n\n        \/* G2B \uc870\ub2ec \ub4f1\ub85d \ud45c \uc2a4\ud0c0\uc77c *\/\n        .g2b-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            color: var(--text-light);\n            text-align: center;\n        }\n\n        .g2b-table th {\n            background: rgba(6, 182, 212, 0.1);\n            border: 1px solid rgba(255, 255, 255, 0.15);\n            padding: 12px;\n            font-size: 1rem;\n            color: var(--accent-cyan);\n        }\n\n        .g2b-table td {\n            border: 1px solid rgba(255, 255, 255, 0.08);\n            padding: 12px;\n            font-size: 0.95rem;\n            color: var(--text-main);\n        }\n\n        .g2b-table tr:hover td {\n            color: var(--text-light);\n            background: rgba(255, 255, 255, 0.02);\n        }\n\n        .btn-primary {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));\n            color: #fff;\n            padding: 16px 40px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            border-radius: 50px;\n            text-decoration: none;\n            transition: opacity 0.3s ease;\n            border: none;\n            cursor: pointer;\n        }\n        \n        .btn-primary:hover {\n            opacity: 0.9;\n        }\n\n        @media (max-width: 768px) {\n            .title { font-size: 2.2rem; }\n            .grid-3, .grid-2 { grid-template-columns: 1fr; gap: 16px; }\n            .card { padding: 24px; }\n            .g2b-table th, .g2b-table td { padding: 8px; font-size: 0.85rem; }\n        }\n    <\/style>\n<\/head>\n<body oncontextmenu=\"return false\" ondragstart=\"return false\" onselectstart=\"return false\">\n\n<div class=\"full-page-scroll\">\n\n    <section class=\"slide\">\n        <div class=\"content-wrapper\">\n            <h1 class=\"title\">\ud55c\uacc4 \uc5c6\ub294 \ube5b,<br><span>SOLANEX<\/span><\/h1>\n            <p class=\"subtitle\">\uc778\ud504\ub77c\uc640 \uc9c0\ud615\uc758 \ud55c\uacc4\ub97c \ub118\uc5b4\uc11c\ub294 \uc624\ud504\uadf8\ub9ac\ub4dc(Off-Grid) \ud0dc\uc591\uad11 \uac00\ub85c\ub4f1.<br>\uc804\ub825\ub9dd\uc774 \uc5c6\ub294 \uc0b0\uac04, \ubcbd\uc9c0, \uc0ac\ub9c9 \ub4f1 \uadf9\ud55c\uc758 \ud658\uacbd\uc5d0\uc11c\ub3c4 \ub3c5\ub9bd\uc801\uc73c\ub85c \uc791\ub3d9\ud558\uc5ec \uc644\ubcbd\ud55c \uc57c\uac04 \uc870\uba85\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n            <a href=\"#contact\" class=\"btn-primary\">\ub3c4\uc785 \ubc0f \uaddc\uaca9 \ubb38\uc758<\/a>\n        <\/div>\n    <\/section>\n\n    <section class=\"slide\">\n        <div class=\"content-wrapper\">\n            <div class=\"grid-2\">\n                <div>\n                    <h2 class=\"title\" style=\"text-align: left;\">\uc194\ub77c\ub125\uc2a4\ub9cc\uc758<br><span>\ucc28\ubcc4\ud654 \uae30\uc220 \ud601\uc2e0<\/span><\/h2>\n                    <p class=\"subtitle\" style=\"text-align: left;\">\uc800\uac00\ud615 \uc81c\ud488\uacfc \ucc28\ubcc4\ud654\ub41c \ubd80\ud488 \uad6c\uc131\uc73c\ub85c \uc77c\uc120 \uc2e4\ubb34\uc790\ub4e4\uc758 \uc720\uc9c0\ubcf4\uc218 \uace0\ubbfc\uc744 \ud574\uacb0\ud558\uace0 \uc2dc\uc2a4\ud15c \uc548\uc815\uc131\uc744 \ud655\ubcf4\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <ul class=\"tech-list\">\n                        <li><strong>[\uad11\uc6d0 \ud601\uc2e0] 156 lm\/W \uace0\ud6a8\uc728 LED<\/strong><br><span style=\"color:var(--text-main); font-size:0.95rem;\">\uc77c\ubc18 \uace0\ud6a8\uc728 \uae30\uc900(115 lm\/W)\uc744 \ucd08\uacfc\ud558\ub294 \uce69\uc14b \uc801\uc6a9\uc73c\ub85c \uad11\ud6a8\uc728 \uadf9\ub300\ud654<\/span><\/li>\n                        <li><strong>[\ubc30\ud130\ub9ac \ud601\uc2e0] \ucd5c\ucca8\ub2e8 \uc288\ud37c\uce90\ud328\uc2dc\ud130<\/strong><br><span style=\"color:var(--text-main); font-size:0.95rem;\">\uc77c\ubc18 \ubc30\ud130\ub9ac \ub300\ube44 \uae34 \uc218\uba85 \ubcf4\uc7a5 \ubc0f \uc5f4\uc545\ud55c \uae30\ud6c4 \ud658\uacbd\uc5d0\uc11c\uc758 \uc791\ub3d9 \uc2e0\ub8b0\uc131 \ud655\ubcf4<\/span><\/li>\n                        <li><strong>[\uc124\uacc4 \ud601\uc2e0] \ub9e4\ub9bd\ud615 \ub4f1\uc8fc\uae30\ucd08 \uc2dc\uc2a4\ud15c<\/strong><br><span style=\"color:var(--text-main); font-size:0.95rem;\">\uc9c0\ud45c\uba74 \ud558\ubd80 \ub9e4\ub9bd \uad6c\uc870 \ubc0f \ub0b4\ubd80 \ub099\ud558\ubc29\uc9c0 \uc640\uc774\uc5b4 \uc124\uacc4\ub97c \ud1b5\ud55c \uc2dc\uacf5 \ud3b8\uc758\uc131\uacfc \uc548\uc804\uc131 \uac15\ud654<\/span><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"slide\">\n        <div class=\"content-wrapper\">\n            <h2 class=\"title\">\uacf5\uacf5\uae30\uad00 \ub0a9\ud488 <span>\ud544\uc218 \uc694\uac74 \ucda9\uc871<\/span><\/h2>\n            <p class=\"subtitle\">\uad6d\uac00\uacf5\uc778\uae30\uad00\uc758 \ucca0\uc800\ud55c \uac80\uc99d\uacfc \uc870\ub2ec\uccad \ub4f1\ub85d\uc744 \ud1b5\ud574 \uc81c\ud488\uc758 \uc2e0\ub8b0\uc131\uc744 \uc785\uc99d\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n            <div class=\"grid-3\">\n                <div class=\"card\">\n                    <h3>\uad6d\uac00\uacf5\uc778\uac80\uc99d \uc644\ub8cc<\/h3>\n                    <p>KTL(\ud55c\uad6d\uc0b0\uc5c5\uae30\uc220\uc2dc\ud5d8\uc6d0) \ubc0f KIEL(\ud55c\uad6d\uc870\uba85ICT\uc5f0\uad6c\uc6d0) \uc2dc\ud5d8\uc131\uc801\uc11c \ud68d\ub4dd. \uac00\ub85c\ub4f1\uc8fc \ubc0f LED \ub4f1\uae30\uad6c \uc131\ub2a5 \uc778\uc99d \uc644\ub8cc.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>\uadf9\ud55c\uc758 \ub0b4\uad6c\uc131 \ubcf4\uc7a5<\/h3>\n                    <p>\uacf5\uc778 \uae30\uad00\uc758 90kg \ud558\uc911 \uc2dc\ud5d8\uc744 \ud1b5\uacfc\ud558\uc5ec \ud0dc\ud48d, \uac15\ud48d \ub4f1 \uc790\uc5f0\uc7ac\ud574 \ubc1c\uc0dd \uc2dc\uc5d0\ub3c4 \uad6c\uc870\uc801 \uc548\uc804\uc131\uc744 \uc720\uc9c0\ud569\ub2c8\ub2e4.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>\uc870\ub2ec\uccad \uc1fc\ud551\ubab0 \ub4f1\ub85d<\/h3>\n                    <p>\uc815\ubd80\uc870\ub2ec\ucef4\ud4e8\ud130\ub9dd(G2B) \ub2e8\uac00\uacc4\uc57d \ubc0f \uc885\ud569\uc1fc\ud551\ubab0 \ub4f1\ub85d \uc81c\ud488\uc73c\ub85c, \uacf5\uacf5\uae30\uad00 \uacc4\uc57d \ubc0f \ud604\uc7a5 \uc124\uacc4 \ubc18\uc601\uc774 \uc989\uc2dc \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"slide\">\n        <div class=\"content-wrapper\">\n            <h2 class=\"title\">\uc870\ub2ec\uccad \uc885\ud569\uc1fc\ud551\ubab0 <span>\ub4f1\ub85d \uaddc\uaca9<\/span><\/h2>\n            <p class=\"subtitle\">70W, 100W, 150W \ucd9c\ub825 \uaddc\uaca9\uacfc 4m~10m \ub4f1\uc8fc \ub192\uc774 \uc870\ud569\uc5d0 \ub530\ub978 \ucd1d 12\uac00\uc9c0 \ubb3c\ud488\uc2dd\ubcc4\ubc88\ud638 \ub77c\uc778\uc5c5<\/p>\n            \n            <table class=\"g2b-table\">\n                <thead>\n                    <tr>\n                        <th>\uad6c\ubd84<\/th>\n                        <th>LED \ub4f1\uae30\uad6c \uc6a9\ub7c9<\/th>\n                        <th>\ub4f1\uc8fc \ub192\uc774 (m)<\/th>\n                        <th>\ubb3c\ud488\uc2dd\ubcc4\ubc88\ud638 \uad6c\ubd84<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>SLN-070S Line<\/td>\n                        <td>70W<\/td>\n                        <td>4m \/ 5m \/ 6m<\/td>\n                        <td>\uaddc\uaca9\ubcc4 \uac01 \ubb3c\ud488\uc2dd\ubcc4\ubc88\ud638 \ub4f1\ub85d \uc644\ub8cc (\ucd1d 3\uc885)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>SLN-100S Line<\/td>\n                        <td>100W<\/td>\n                        <td>6m \/ 7m \/ 8m<\/td>\n                        <td>\uaddc\uaca9\ubcc4 \uac01 \ubb3c\ud488\uc2dd\ubcc4\ubc88\ud638 \ub4f1\ub85d \uc644\ub8cc (\ucd1d 4\uc885)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>SLN-150S Line<\/td>\n                        <td>150W<\/td>\n                        <td>8m \/ 9m \/ 10m<\/td>\n                        <td>\uaddc\uaca9\ubcc4 \uac01 \ubb3c\ud488\uc2dd\ubcc4\ubc88\ud638 \ub4f1\ub85d \uc644\ub8cc (\ucd1d 5\uc885)<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/section>\n\n    <section class=\"slide\">\n        <div class=\"content-wrapper\">\n            <h2 class=\"title\">\ubaa8\ub4e0 \uc9c0\ud615\uacfc \uc778\ud504\ub77c\uc5d0 <span>\uc801\uc6a9<\/span><\/h2>\n            <p class=\"subtitle\">\uc804\ub825\ub9dd \uc5f0\uacc4\uac00 \ubd88\uac00\ub2a5\ud558\uac70\ub098 \uce5c\ud658\uacbd \uc778\ud504\ub77c \uc870\uc131\uc774 \ud544\uc694\ud55c \uacf5\uacf5 \ubc0f \uc0b0\uc5c5 \uc601\uc5ed \uc804\ubc18\uc5d0 \uc2e0\uc18d\ud788 \uad6c\ucd95\ub429\ub2c8\ub2e4.<\/p>\n            <div class=\"grid-2\">\n                <div class=\"card\">\n                    <h3>\ub3c4\uc11c \uc0b0\uac04 \ubc0f \uc678\uacfd \ub3c4\ub85c<\/h3>\n                    <p>\uc804\ub825 \uacf5\uae09\uc120 \uac00\uc124 \ube44\uc6a9\uc774 \uacfc\ub2e4\ud558\uac8c \uc18c\uc694\ub418\ub294 \uc18c\uc678 \uc9c0\uc5ed, \uc12c \uc9c0\uc5ed, \uad6d\ub3c4 \uc678\uacfd\uc5d0 \ub3c5\ub9bd\ud615 \uc804\ub825\ub9dd\uc73c\ub85c \uc57c\uac04 \ud1b5\ud589 \uc548\uc804\uc744 \ud655\ubcf4\ud569\ub2c8\ub2e4.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>\uacf5\uc6d0, \uc0b0\ucc45\ub85c \ubc0f \uc790\uc804\uac70 \ub3c4\ub85c<\/h3>\n                    <p>\uae30\uc874 \uc9c0\uc911\ud654 \uad00\ub85c \uacf5\uc0ac\ub85c \uc778\ud55c \uc790\uc5f0\uacbd\uad00 \ud6fc\uc190 \uc5c6\uc774 \uce5c\ud658\uacbd \uc5d0\ub108\uc9c0\ub9cc\uc73c\ub85c \ubcf4\ud589 \ud658\uacbd\uc744 \uac1c\uc120\ud569\ub2c8\ub2e4.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>\uc2a4\ub9c8\ud2b8 \uc2dc\ud2f0 \ubc0f \uc790\ub9bd\ud615 \uacf5\uacf5 \uc778\ud504\ub77c<\/h3>\n                    <p>\ud0c4\uc18c \uc911\ub9bd \ud45c\uc900 \uac00\uc774\ub4dc\ub77c\uc778\uc5d0 \ubd80\ud569\ud558\ub294 \uc0ac\uc591\uc73c\ub85c \uacf5\uacf5 \uc9c0\uc790\uccb4\uc758 \uc2a4\ub9c8\ud2b8 \ub3c4\uc2dc \uacc4\ud68d \uad6c\uc5ed\uc5d0 \ucd5c\uc801\ud654\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>\ud56d\ub9cc, \uad70\uc0ac \uc2dc\uc124 \ubc0f \uc0b0\uc5c5\ub2e8\uc9c0<\/h3>\n                    <p>\uc815\uc804 \uc0c1\ud669\uc5d0\uc11c\ub3c4 \uc790\uccb4 \ucda9\uc804\ub41c \uc288\ud37c\uce90\ud328\uc2dc\ud130\ub97c \uae30\ubc18\uc73c\ub85c \uc0c1\uc2dc \uc870\uba85 \uc0c1\ud0dc\ub97c \uc720\uc9c0\ud558\uc5ec \ubcf4\uc548 \uacf5\ubc31\uc744 \ubc29\uc9c0\ud569\ub2c8\ub2e4.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"slide\" id=\"contact\">\n        <div class=\"content-wrapper\" style=\"max-width: 600px;\">\n            <h2 class=\"title\">\uc194\ub8e8\uc158 <span>\ub3c4\uc785 \ub17c\uc758<\/span><\/h2>\n            <p class=\"subtitle\">\uc9c0\uc790\uccb4 \ubc0f \uacf5\uacf5\uae30\uad00 \uc124\uacc4 \ubc18\uc601, G2B \ubb3c\ud488\uc2dd\ubcc4\ubc88\ud638\ubcc4 \uc0c1\uc138 \uacac\uc801\uc11c \ubc0f KTL \uc131\uc801\uc11c \uc6d0\ubcf8 \uac80\ud1a0\uac00 \ud544\uc694\ud558\uc2e0 \uacbd\uc6b0 \uc544\ub798 \uc5f0\ub77d\ucc98\ub85c \uc694\uccad\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n            <a href=\"mailto:sales@solanex-tech.com\" class=\"btn-primary\" style=\"font-size: 1.2rem; padding: 20px 60px;\">\uae30\uc220\/\uc870\ub2ec \ub2f4\ub2f9\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uae30<\/a>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SOLANEX &#8211; \uc624\ud504\uadf8\ub9ac\ub4dc \ud0dc\uc591\uad11 \uac00\ub85c\ub4f1 \uc194\ub8e8\uc158 \ud55c\uacc4 \uc5c6\ub294 \ube5b,SOLANEX \uc778\ud504\ub77c\uc640 \uc9c0\ud615\uc758 \ud55c\uacc4\ub97c \ub118\uc5b4\uc11c\ub294 \uc624\ud504\uadf8\ub9ac\ub4dc(Off-Grid) \ud0dc\uc591\uad11 \uac00\ub85c\ub4f1.\uc804\ub825\ub9dd\uc774 \uc5c6\ub294 \uc0b0\uac04, \ubcbd\uc9c0, \uc0ac\ub9c9 \ub4f1 \uadf9\ud55c\uc758 \ud658\uacbd\uc5d0\uc11c\ub3c4 \ub3c5\ub9bd\uc801\uc73c\ub85c \uc791\ub3d9\ud558\uc5ec \uc644\ubcbd\ud55c \uc57c\uac04 \uc870\uba85\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \ub3c4\uc785 \ubc0f \uaddc\uaca9 \ubb38\uc758 \uc194\ub77c\ub125\uc2a4\ub9cc\uc758\ucc28\ubcc4\ud654 \uae30\uc220 \ud601\uc2e0 \uc800\uac00\ud615 \uc81c\ud488\uacfc \ucc28\ubcc4\ud654\ub41c \ubd80\ud488 \uad6c\uc131\uc73c\ub85c \uc77c\uc120 \uc2e4\ubb34\uc790\ub4e4\uc758 \uc720\uc9c0\ubcf4\uc218 \uace0\ubbfc\uc744 \ud574\uacb0\ud558\uace0 \uc2dc\uc2a4\ud15c \uc548\uc815\uc131\uc744 \ud655\ubcf4\ud588\uc2b5\ub2c8\ub2e4. [\uad11\uc6d0 \ud601\uc2e0] 156 lm\/W \uace0\ud6a8\uc728 LED\uc77c\ubc18 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/metheustech.com\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metheustech.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/metheustech.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/metheustech.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/metheustech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":21,"href":"https:\/\/metheustech.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":37,"href":"https:\/\/metheustech.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/37"}],"wp:attachment":[{"href":"https:\/\/metheustech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}