{"id":554,"date":"2026-03-02T22:00:35","date_gmt":"2026-03-02T19:00:35","guid":{"rendered":"https:\/\/goffran.com\/?page_id=554"},"modified":"2026-03-02T23:25:53","modified_gmt":"2026-03-02T20:25:53","slug":"products","status":"publish","type":"page","link":"https:\/\/goffran.com\/?page_id=554","title":{"rendered":"PRODUCTS"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Products &#8211; Goffran Techno | Mitsubishi Electric<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700&#038;family=Inter:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <style>\n        :root {\n            --mitsubishi-red: #e60012;\n        }\n\n        body {\n            font-family: 'Inter', 'Tajawal', sans-serif;\n            background-color: #f8fafc;\n            color: #1e293b;\n        }\n\n        .product-card {\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            overflow: hidden;\n            display: flex;\n            flex-direction: column;\n            border: 1px solid #e2e8f0;\n            height: 100%;\n            cursor: pointer;\n            text-decoration: none;\n        }\n\n        .product-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);\n            border-color: var(--mitsubishi-red);\n        }\n\n        .product-image-container {\n            height: 260px;\n            overflow: hidden;\n            background-color: #fff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 1.5rem;\n            position: relative;\n        }\n\n        .product-image {\n            max-width: 100%;\n            max-height: 100%;\n            object-fit: contain;\n            transition: transform 0.5s ease;\n        }\n\n        .product-card:hover .product-image {\n            transform: scale(1.05);\n        }\n\n        .category-badge {\n            background-color: var(--mitsubishi-red);\n            color: white;\n            padding: 4px 12px;\n            font-size: 0.7rem;\n            font-weight: 700;\n            border-radius: 20px;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n\n        .lang-btn.active {\n            background-color: var(--mitsubishi-red);\n            color: white;\n        }\n        \n        \/* Ensure links don't have default underlining *\/\n        a.product-card { color: inherit; }\n    <\/style>\n<\/head>\n\n<body>\n\n    <!-- Navigation -->\n    <nav class=\"bg-white shadow-sm sticky top-0 z-50\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6\">\n            <div class=\"flex justify-between items-center h-20\">\n                <div class=\"flex items-center gap-4\">\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2019\/07\/cropped-logo_offers.png\" alt=\"Goffran\" class=\"h-10 sm:h-12\">\n                    <div class=\"h-8 w-px bg-gray-200\"><\/div>\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2026\/03\/Mitsubishi_Electric_logo.png\" alt=\"Mitsubishi\" class=\"h-6 sm:h-8\">\n                <\/div>\n                \n                <div class=\"flex gap-2\">\n                    <button onclick=\"toggleLang('en')\" id=\"btn-en\" class=\"lang-btn active px-4 py-2 text-sm font-bold rounded-md transition-all border border-transparent\">EN<\/button>\n                    <button onclick=\"toggleLang('ar')\" id=\"btn-ar\" class=\"lang-btn px-4 py-2 text-sm font-bold rounded-md transition-all bg-gray-100 hover:bg-gray-200 border border-transparent\">\u0639\u0631\u0628\u064a<\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <section class=\"bg-slate-900 py-16 px-4\">\n        <div class=\"max-w-7xl mx-auto text-center\">\n            <h1 id=\"page-title\" class=\"text-4xl md:text-5xl font-black text-white mb-6\">Mitsubishi Electric Products<\/h1>\n            <p id=\"page-subtitle\" class=\"text-lg md:text-xl text-slate-400 max-w-3xl mx-auto leading-relaxed\">\n                Authorized solutions provider in Jordan. We supply high-performance industrial components for factory automation.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Main Content -->\n    <main class=\"max-w-7xl mx-auto px-4 sm:px-6 -mt-10 pb-20\">\n        \n        <!-- Products Grid -->\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\" id=\"products-grid\">\n            \n            <!-- 1. Frequency Inverters (VFD) -->\n            <a href=\"https:\/\/goffran.com\/?page_id=557\" class=\"product-card bg-white rounded-2xl shadow-sm\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2026\/03\/vfd.png\" alt=\"VFD Inverter\" class=\"product-image\">\n                <\/div>\n                <div class=\"p-6 flex-grow border-t border-gray-50\">\n                    <div class=\"mb-4\"><span class=\"category-badge\">Drive Solutions<\/span><\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-slate-900 product-name\" data-key=\"inv_title\">Frequency Inverters (VFD)<\/h3>\n                    <ul class=\"space-y-2 text-slate-600 text-sm\">\n                        <li>\u2022 High Performance FR-A800 Series<\/li>\n                        <li>\u2022 Compact &#038; Versatile FR-E800<\/li>\n                        <li>\u2022 Energy Saving FR-F800<\/li>\n                    <\/ul>\n                <\/div>\n            <\/a>\n\n            <!-- 2. MELSEC PLC -->\n            <a href=\"https:\/\/goffran.com\/?page_id=572\" class=\"product-card bg-white rounded-2xl shadow-sm\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2026\/03\/MELSEC-PLC.png\" alt=\"PLC\" class=\"product-image\">\n                <\/div>\n                <div class=\"p-6 flex-grow border-t border-gray-50\">\n                    <div class=\"mb-4\"><span class=\"category-badge\">Automation Control<\/span><\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-slate-900 product-name\" data-key=\"plc_title\">MELSEC PLC<\/h3>\n                    <ul class=\"space-y-2 text-slate-600 text-sm\">\n                        <li>\u2022 MELSEC iQ-R &#038; iQ-F Series<\/li>\n                        <li>\u2022 FX5U Compact Controllers<\/li>\n                        <li>\u2022 Modular Q-Series Platform<\/li>\n                    <\/ul>\n                <\/div>\n            <\/a>\n\n            <!-- 3. HMI \/ GOT -->\n            <a href=\"https:\/\/goffran.com\/?page_id=583\" class=\"product-card bg-white rounded-2xl shadow-sm\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2026\/03\/GOT-HMI-Panels.png\" alt=\"GOT\" class=\"product-image\">\n                <\/div>\n                <div class=\"p-6 flex-grow border-t border-gray-50\">\n                    <div class=\"mb-4\"><span class=\"category-badge\">Visualisation<\/span><\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-slate-900 product-name\" data-key=\"got_title\">GOT (HMI Panels)<\/h3>\n                    <ul class=\"space-y-2 text-slate-600 text-sm\">\n                        <li>\u2022 GOT2000 Advanced Series<\/li>\n                        <li>\u2022 GT21 &#038; GT25 Models<\/li>\n                        <li>\u2022 Seamless PLC Integration<\/li>\n                    <\/ul>\n                <\/div>\n            <\/a>\n\n            <!-- 4. Servo Motion -->\n            <a href=\"https:\/\/goffran.com\/?page_id=591\" class=\"product-card bg-white rounded-2xl shadow-sm\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2026\/03\/servo.png\" alt=\"Servo\" class=\"product-image\">\n                <\/div>\n                <div class=\"p-6 flex-grow border-t border-gray-50\">\n                    <div class=\"mb-4\"><span class=\"category-badge\">Motion Control<\/span><\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-slate-900 product-name\" data-key=\"servo_title\">AC Servos-MELSERVO<\/h3>\n                    <ul class=\"space-y-2 text-slate-600 text-sm\">\n                        <li>\u2022 MELSERVO J5 \/ J4 Systems<\/li>\n                        <li>\u2022 High-Speed Network SSCNET<\/li>\n                        <li>\u2022 Precision Positioning<\/li>\n                    <\/ul>\n                <\/div>\n            <\/a>\n\n            <!-- 5. Software Solutions -->\n            <a href=\"https:\/\/goffran.com\/?page_id=598\" class=\"product-card bg-white rounded-2xl shadow-sm\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2026\/03\/ICONICSSCADA.jpg\" alt=\"SCADA\" class=\"product-image\">\n                <\/div>\n                <div class=\"p-6 flex-grow border-t border-gray-50\">\n                    <div class=\"mb-4\"><span class=\"category-badge\">Digital Factory<\/span><\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-slate-900 product-name\" data-key=\"scada_title\">Software Solutions<\/h3>\n                    <ul class=\"space-y-2 text-slate-600 text-sm\">\n                        <li>\u2022 MC Works64 Monitoring<\/li>\n                        <li>\u2022 MAPS Software Suite<\/li>\n                        <li>\u2022 IoT Data Connectivity<\/li>\n                    <\/ul>\n                <\/div>\n            <\/a>\n\n            <!-- 6. Industrial Robots -->\n            <a href=\"https:\/\/goffran.com\/?page_id=600\" class=\"product-card bg-white rounded-2xl shadow-sm\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2026\/03\/Mitsubishi-Robot.png\" alt=\"Robot\" class=\"product-image\">\n                <\/div>\n                <div class=\"p-6 flex-grow border-t border-gray-50\">\n                    <div class=\"mb-4\"><span class=\"category-badge\">Robotics<\/span><\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-slate-900 product-name\" data-key=\"robot_title\">MELFA Robots<\/h3>\n                    <ul class=\"space-y-2 text-slate-600 text-sm\">\n                        <li>\u2022 6-Axis RV Series<\/li>\n                        <li>\u2022 SCARA RH Series<\/li>\n                        <li>\u2022 Collaborative Robots<\/li>\n                    <\/ul>\n                <\/div>\n            <\/a>\n\n            <!-- 7. Power Distribution & Monitoring -->\n            <a href=\"https:\/\/goffran.com\/?page_id=610\" class=\"product-card bg-white rounded-2xl shadow-sm\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2026\/03\/lvs.png\" alt=\"LVS\" class=\"product-image\">\n                <\/div>\n                <div class=\"p-6 flex-grow border-t border-gray-50\">\n                    <div class=\"mb-4\"><span class=\"category-badge\">Electrical<\/span><\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-slate-900 product-name\" data-key=\"lvs_title\">Power Distribution &#038; Monitoring Solutions<\/h3>\n                    <ul class=\"space-y-2 text-slate-600 text-sm\">\n                        <li>\u2022 Low Voltage Switchgear<\/li>\n                        <li>\u2022 Energy Management Systems<\/li>\n                        <li>\u2022 Circuit Breakers &#038; Monitoring<\/li>\n                    <\/ul>\n                <\/div>\n            <\/a>\n\n        <\/div>\n\n        <!-- Contact CTA -->\n        <div class=\"mt-20 bg-slate-900 rounded-3xl p-8 md:p-12 text-white flex flex-col md:flex-row items-center justify-between gap-8\">\n            <div class=\"text-center md:text-left\">\n                <h2 id=\"cta-title\" class=\"text-3xl font-bold mb-2\">Request Technical Support<\/h2>\n                <p id=\"cta-desc\" class=\"text-slate-400\">Our engineering team in Amman is ready to assist your project.<\/p>\n            <\/div>\n            <div class=\"flex flex-col sm:flex-row gap-4 w-full md:w-auto\">\n                <a href=\"mailto:info@goffran.com\" class=\"bg-white text-slate-900 px-8 py-4 rounded-xl font-bold text-center hover:bg-gray-100 transition-all\">Email Us<\/a>\n                <a href=\"tel:+962\" class=\"bg-[#e60012] text-white px-8 py-4 rounded-xl font-bold text-center hover:bg-red-700 transition-all shadow-lg\">Call Now<\/a>\n            <\/div>\n        <\/div>\n\n    <\/main>\n\n    <footer class=\"bg-white py-12 border-t border-gray-200\">\n        <div class=\"max-w-7xl mx-auto px-4 text-center\">\n            <div class=\"flex flex-col items-center gap-4\">\n                <div class=\"flex items-center gap-3\">\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2019\/07\/cropped-logo_offers.png\" class=\"h-8\">\n                    <div class=\"h-6 w-px bg-gray-300\"><\/div>\n                    <img decoding=\"async\" src=\"https:\/\/goffran.com\/wp-content\/uploads\/2026\/03\/Mitsubishi_Electric_logo.png\" class=\"h-6\">\n                <\/div>\n                <p class=\"text-slate-500 text-sm\">\u00a9 2024 Goffran Techno Co. &#8211; Jordan. All Rights Reserved.<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        const content = {\n            en: {\n                title: \"Mitsubishi Electric Products\",\n                subtitle: \"Authorized solutions provider in Jordan. We supply high-performance industrial components for factory automation.\",\n                ctaTitle: \"Request Technical Support\",\n                ctaDesc: \"Our engineering team in Amman is ready to assist your project.\",\n                plc_title: \"MELSEC PLC\",\n                scada_title: \"Software Solutions\",\n                got_title: \"GOT (HMI Panels)\",\n                inv_title: \"Frequency Inverters (VFD)\",\n                servo_title: \"AC Servos-MELSERVO\",\n                robot_title: \"MELFA Robots\",\n                lvs_title: \"Power Distribution & Monitoring Solutions\"\n            },\n            ar: {\n                title: \"\u0645\u0646\u062a\u062c\u0627\u062a \u0645\u064a\u062a\u0633\u0648\u0628\u064a\u0634\u064a \u0625\u0644\u0643\u062a\u0631\u064a\u0643\",\n                subtitle: \"\u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0644\u0648\u0644 \u0627\u0644\u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0627\u0644\u0623\u0631\u062f\u0646. \u0646\u0648\u0641\u0631 \u0623\u062c\u0648\u062f \u0627\u0644\u0645\u0643\u0648\u0646\u0627\u062a \u0627\u0644\u0635\u0646\u0627\u0639\u064a\u0629 \u0644\u0623\u0646\u0638\u0645\u0629 \u0623\u062a\u0645\u062a\u0629 \u0627\u0644\u0645\u0635\u0627\u0646\u0639.\",\n                ctaTitle: \"\u0627\u0637\u0644\u0628 \u0627\u0644\u062f\u0639\u0645 \u0627\u0644\u0641\u0646\u064a\",\n                ctaDesc: \"\u0641\u0631\u064a\u0642\u0646\u0627 \u0627\u0644\u0647\u0646\u062f\u0633\u064a \u0641\u064a \u0639\u0645\u0627\u0646 \u062c\u0627\u0647\u0632 \u0644\u0645\u0633\u0627\u0639\u062f\u062a\u0643\u0645 \u0641\u064a \u062a\u0646\u0641\u064a\u0630 \u0645\u0634\u0627\u0631\u064a\u0639\u0643\u0645.\",\n                plc_title: \"\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 (PLC)\",\n                scada_title: \"\u0627\u0644\u062d\u0644\u0648\u0644 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0648\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u0633\u0643\u0627\u062f\u0627\",\n                got_title: \"\u0634\u0627\u0634\u0627\u062a \u0627\u0644\u0644\u0645\u0633 (HMI)\",\n                inv_title: \"\u0645\u063a\u064a\u0631\u0627\u062a \u0627\u0644\u0633\u0631\u0639\u0629 (VFD)\",\n                servo_title: \"\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u0633\u064a\u0631\u0641\u0648 \u0648\u0627\u0644\u0645\u0648\u0634\u0646 (MELSERVO)\",\n                robot_title: \"\u0627\u0644\u0631\u0648\u0628\u0648\u062a\u0627\u062a \u0627\u0644\u0635\u0646\u0627\u0639\u064a\u0629 (MELFA)\",\n                lvs_title: \"\u062d\u0644\u0648\u0644 \u062a\u0648\u0632\u064a\u0639 \u0627\u0644\u0637\u0627\u0642\u0629 \u0648\u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629\"\n            }\n        };\n\n        function toggleLang(lang) {\n            document.documentElement.dir = (lang === 'ar') ? 'rtl' : 'ltr';\n            document.documentElement.lang = lang;\n\n            document.getElementById('page-title').innerText = content[lang].title;\n            document.getElementById('page-subtitle').innerText = content[lang].subtitle;\n            document.getElementById('cta-title').innerText = content[lang].ctaTitle;\n            document.getElementById('cta-desc').innerText = content[lang].ctaDesc;\n\n            const products = document.querySelectorAll('.product-name');\n            products.forEach(p => {\n                const key = p.getAttribute('data-key');\n                p.innerText = content[lang][key];\n            });\n\n            document.getElementById('btn-en').classList.toggle('active', lang === 'en');\n            document.getElementById('btn-ar').classList.toggle('active', lang === 'ar');\n            document.getElementById('btn-en').classList.toggle('bg-gray-100', lang === 'ar');\n            document.getElementById('btn-ar').classList.toggle('bg-gray-100', lang === 'en');\n        }\n    <\/script>\n<\/body>\n\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Products &#8211; Goffran Techno | Mitsubishi Electric EN \u0639\u0631\u0628\u064a Mitsubishi Electric Products Authorized solutions provider in Jordan. We supply high-performance&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-554","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/goffran.com\/index.php?rest_route=\/wp\/v2\/pages\/554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goffran.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goffran.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goffran.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goffran.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=554"}],"version-history":[{"count":3,"href":"https:\/\/goffran.com\/index.php?rest_route=\/wp\/v2\/pages\/554\/revisions"}],"predecessor-version":[{"id":613,"href":"https:\/\/goffran.com\/index.php?rest_route=\/wp\/v2\/pages\/554\/revisions\/613"}],"wp:attachment":[{"href":"https:\/\/goffran.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}