{"id":54,"date":"2026-01-13T15:03:04","date_gmt":"2026-01-13T15:03:04","guid":{"rendered":"http:\/\/localhost\/trade-gold\/?page_id=54"},"modified":"2026-02-19T08:01:18","modified_gmt":"2026-02-19T08:01:18","slug":"about-us","status":"publish","type":"page","link":"https:\/\/xn--72ca1blbo9dd2g7c7fhl3h.com\/index.php\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"th\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <title>About Us &#8211; Trade Gold<\/title>\n    <link rel=\"icon\" type=\"image\/png\" href=\"\/image\/logo.png\">\n    <!-- Preconnect for faster font loading -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Kanit:wght@300;400;500;600;700;900&#038;display=swap\" rel=\"stylesheet\">\n\n    <style>\n        :root {\n            --gold-primary: #EDBF43;\n            --gold-light: #FFD700;\n            --gold-dark: #B8860B;\n            --navy: #1E3A8A;\n            --navy-medium: #1E40AF;\n            --white: #ffffff;\n            --gray-light: #f8f9fa;\n            --gray-medium: #e9ecef;\n            --text-dark: #2c3e50;\n            --sky-blue: #87CEEB;\n            --sky-light: #A3DFF8;\n            --shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Kanit', sans-serif;\n            background: linear-gradient(180deg, var(--sky-light) 0%, var(--white) 100%);\n            color: var(--text-dark);\n            line-height: 1.6;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            text-align: center;\n            padding: 4rem 2rem 2rem;\n            background: transparent;\n        }\n\n        .hero-section h1 {\n            font-size: 3.5rem;\n            font-weight: 700;\n            color: var(--navy);\n            margin-bottom: 0.5rem;\n        }\n\n        .hero-section p {\n            font-size: 1.2rem;\n            color: var(--navy);\n            font-weight: 400;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n\n        \/* What is Trade Gold Section *\/\n        .about-section {\n            background: var(--white);\n            border-radius: 20px;\n            padding: 3rem;\n            margin-bottom: 3rem;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            display: flex;\n            align-items: center;\n            gap: 3rem;\n        }\n\n        .about-content {\n            flex: 1;\n        }\n\n        .about-section h2 {\n            font-size: 2rem;\n            color: var(--navy);\n            margin-bottom: 1.5rem;\n            font-weight: 600;\n        }\n\n        .about-section p {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #333;\n        }\n\n        .about-illustration {\n            flex: 0 0 300px;\n        }\n\n        .about-illustration img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* Mission Section *\/\n        .mission-section {\n            background: var(--white);\n            border-radius: 20px;\n            padding: 3rem;\n            margin-bottom: 3rem;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            display: flex;\n            align-items: center;\n            gap: 3rem;\n        }\n\n        .mission-content {\n            flex: 1;\n        }\n\n        .mission-section h2 {\n            font-size: 2rem;\n            color: var(--navy);\n            margin-bottom: 2rem;\n            font-weight: 600;\n        }\n\n        .mission-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .mission-list li {\n            font-size: 1.1rem;\n            color: #333;\n            margin-bottom: 1.5rem;\n            padding-left: 2rem;\n            position: relative;\n            line-height: 1.8;\n        }\n\n        .mission-list li::before {\n            content: \"\u25cf\";\n            position: absolute;\n            left: 0;\n            color: var(--navy);\n            font-size: 1.5rem;\n        }\n\n        .mission-illustration {\n            flex: 0 0 300px;\n        }\n\n        .mission-illustration img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* Values Section *\/\n        .values-section {\n            background: var(--white);\n            border-radius: 20px;\n            padding: 3rem;\n            margin-bottom: 3rem;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n        }\n\n        .values-section h2 {\n            font-size: 2rem;\n            color: var(--navy);\n            text-align: center;\n            margin-bottom: 3rem;\n            font-weight: 600;\n        }\n\n        .values-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 3rem;\n        }\n\n        .value-item {\n            text-align: center;\n        }\n\n        .value-icon {\n            font-size: 4rem;\n            margin-bottom: 1rem;\n        }\n\n        .value-item h3 {\n            font-size: 1.4rem;\n            color: var(--navy);\n            margin-bottom: 1rem;\n            font-weight: 600;\n        }\n\n        .value-item p {\n            color: #555;\n            line-height: 1.8;\n            font-size: 1rem;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 968px) {\n            .hero-section h1 {\n                font-size: 2.5rem;\n            }\n\n            .about-section,\n            .mission-section {\n                flex-direction: column;\n            }\n\n            .about-illustration,\n            .mission-illustration {\n                flex: 0 0 auto;\n                max-width: 250px;\n            }\n\n            .values-grid {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hero-section h1 {\n                font-size: 2rem;\n            }\n\n            .hero-section p {\n                font-size: 1rem;\n            }\n\n            .about-section,\n            .mission-section,\n            .values-section {\n                padding: 2rem;\n            }\n\n            .about-section h2,\n            .mission-section h2,\n            .values-section h2 {\n                font-size: 1.6rem;\n            }\n\n            .about-section p,\n            .mission-list li,\n            .value-item p {\n                font-size: 1rem;\n            }\n        }\n\n        \/* Animation *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .about-section,\n        .mission-section,\n        .values-section {\n            animation: fadeInUp 0.8s ease-out;\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    <div id=\"navbar-placeholder\"><\/div>\n\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <h1>About US<\/h1>\n        <p>\u0e41\u0e1e\u0e25\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e28\u0e36\u0e01\u0e29\u0e32\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e2d\u0e07\u0e04\u0e33<\/p>\n    <\/section>\n\n    <!-- Main Content -->\n    <div class=\"container\">\n        <!-- What is Trade Gold Section -->\n        <div class=\"about-section\">\n            <div class=\"about-content\">\n                <h2>Trade Gold \u0e04\u0e37\u0e2d\u0e2d\u0e30\u0e44\u0e23 ?<\/h2>\n                <p>Trade Gold \u0e04\u0e37\u0e2d\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e23\u0e27\u0e1a\u0e23\u0e27\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e23\u0e32\u0e04\u0e32\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e08\u0e32\u0e01\u0e15\u0e25\u0e32\u0e14\u0e2b\u0e25\u0e31\u0e01\u0e17\u0e31\u0e48\u0e27\u0e42\u0e25\u0e01 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e23\u0e32\u0e1f \u0e41\u0e19\u0e27\u0e42\u0e19\u0e49\u0e21 \u0e41\u0e25\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e15\u0e25\u0e32\u0e14\u0e17\u0e2d\u0e07\u0e44\u0e14\u0e49\u0e07\u0e48\u0e32\u0e22\u0e02\u0e36\u0e49\u0e19<\/p>\n            <\/div>\n            <div class=\"about-illustration\">\n                <img decoding=\"async\" id=\"aboutIllustration\" src=\"https:\/\/www.xn--72ca1blbo9dd2g7c7fhl3h.com\/wp-content\/uploads\/2026\/02\/13.png\" alt=\"Trade Gold Illustration\" style=\"width: 100%; height: auto;\">\n            <\/div>\n        <\/div>\n\n        <!-- Mission Section -->\n        <div class=\"mission-section\">\n            <div class=\"mission-content\">\n                <h2>Mission : \u0e1e\u0e31\u0e19\u0e18\u0e01\u0e34\u0e08\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32<\/h2>\n                <ul class=\"mission-list\">\n                    <li>\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e07\u0e48\u0e32\u0e22\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e22\u0e38\u0e48\u0e07\u0e22\u0e0b\u0e31\u0e1a\u0e0b\u0e49\u0e2d\u0e19<\/li>\n                    <li>\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e15\u0e25\u0e32\u0e14\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07<\/li>\n                    <li>\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e08\u0e32\u0e01\u0e15\u0e25\u0e32\u0e14\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e17\u0e31\u0e48\u0e27\u0e42\u0e25\u0e01\u0e44\u0e14\u0e49\u0e43\u0e19\u0e17\u0e35\u0e48\u0e40\u0e14\u0e35\u0e22\u0e27<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"mission-illustration\">\n                <img decoding=\"async\" id=\"missionIllustration\" src=\"https:\/\/www.xn--72ca1blbo9dd2g7c7fhl3h.com\/wp-content\/uploads\/2026\/02\/removed_bg-1.png\" alt=\"Mission Illustration\" style=\"width: 100%; height: auto;\">\n            <\/div>\n        <\/div>\n\n        <!-- Values Section -->\n        <div class=\"values-section\">\n            <h2>\u0e04\u0e48\u0e32\u0e19\u0e34\u0e22\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32<\/h2>\n            <div class=\"values-grid\">\n                <div class=\"value-item\">\n                    <div class=\"value-icon\">\ud83c\udfaf<\/div>\n                    <h3>\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33<\/h3>\n                    <p>\u0e40\u0e23\u0e32\u0e43\u0e2b\u0e49\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e41\u0e25\u0e30\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07 \u0e41\u0e2b\u0e25\u0e48\u0e07\u0e17\u0e35\u0e48\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e16\u0e37\u0e2d\u0e44\u0e14\u0e49<\/p>\n                <\/div>\n                <div class=\"value-item\">\n                    <div class=\"value-icon\">\ud83e\udd1d<\/div>\n                    <h3>\u0e04\u0e27\u0e32\u0e21\u0e19\u0e48\u0e32\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e16\u0e37\u0e2d<\/h3>\n                    <p>\u0e40\u0e23\u0e32\u0e40\u0e19\u0e49\u0e19\u0e40\u0e2a\u0e19\u0e2d\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e42\u0e1b\u0e23\u0e48\u0e07\u0e43\u0e2a \u0e40\u0e1b\u0e47\u0e19\u0e01\u0e25\u0e32\u0e07<\/p>\n                <\/div>\n                <div class=\"value-item\">\n                    <div class=\"value-icon\">\ud83d\udca1<\/div>\n                    <h3>\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21<\/h3>\n                    <p>\u0e40\u0e23\u0e32\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e41\u0e25\u0e30\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e01\u0e32\u0e23\u0e01\u0e33\u0e40\u0e19\u0e34\u0e19\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07<\/p>\n                <\/div>\n                <div class=\"value-item\">\n                    <div class=\"value-icon\">\ud83d\udcda<\/div>\n                    <h3>\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32<\/h3>\n                    <p>\u0e40\u0e23\u0e32\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e15\u0e25\u0e32\u0e14\u0e17\u0e2d\u0e07\u0e04\u0e33<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"footer-placeholder\"><\/div>\n\n    <!-- Switch Button Placeholder -->\n    <div id=\"switch-button-placeholder\"><\/div>\n\n    <script>\n        \/\/ Smooth scroll\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth' });\n                }\n            });\n        });\n    <\/script>\n\n    <!-- Load Shared Components Script -->\n    <script>\n        \/\/ Apps Script URL \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e1a\u0e17\u0e04\u0e27\u0e32\u0e21 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a Search Bar)\n        window.GUIDE_API_URL = 'https:\/\/script.google.com\/macros\/s\/AKfycbzTIMUcEl49nXGRMQk_L_TI1XFD28gUNyMt0IXKVWnDiPnV5GorIEEPMswp-Gsv0r1Bhw\/exec';\n        \n        \/\/ \u0e42\u0e2b\u0e25\u0e14 Navbar \u0e41\u0e25\u0e30 Footer\n        fetch('index.html')\n            .then(response => response.text())\n            .then(html => {\n                const parser = new DOMParser();\n                const doc = parser.parseFromString(html, 'text\/html');\n                \n                \/\/ \u0e14\u0e36\u0e07 Navbar Template\n                const navbarTemplate = doc.getElementById('navbar-template');\n                if (navbarTemplate) {\n                    const navbarContent = navbarTemplate.content.cloneNode(true);\n                    document.getElementById('navbar-placeholder').appendChild(navbarContent);\n                    \n                    \/\/ \u0e40\u0e1e\u0e34\u0e48\u0e21 active class\n                    const currentPage = window.location.pathname.split('\/').pop().replace('.html', '') || 'home';\n                    const navLinks = document.querySelectorAll('.nav-menu a');\n                    navLinks.forEach(link => {\n                        const pageName = link.getAttribute('data-page');\n                        if (pageName === currentPage) {\n                            link.classList.add('active');\n                        }\n                    });\n                }\n                \n                \/\/ \u0e14\u0e36\u0e07 Footer Template\n                const footerTemplate = doc.getElementById('footer-template');\n                if (footerTemplate) {\n                    const footerContent = footerTemplate.content.cloneNode(true);\n                    document.getElementById('footer-placeholder').appendChild(footerContent);\n                }\n                \n                \/\/ \u0e14\u0e36\u0e07 Switch Button Template\n                const switchButtonTemplate = doc.getElementById('switch-button-template');\n                if (switchButtonTemplate) {\n                    const switchButtonContent = switchButtonTemplate.content.cloneNode(true);\n                    document.getElementById('switch-button-placeholder').appendChild(switchButtonContent);\n                }\n                \n                \/\/ \u0e14\u0e36\u0e07 Styles\n                const sharedStyles = doc.getElementById('shared-styles');\n                if (sharedStyles && !document.getElementById('shared-styles-injected')) {\n                    const styleElement = document.createElement('style');\n                    styleElement.id = 'shared-styles-injected';\n                    styleElement.textContent = sharedStyles.textContent;\n                    document.head.appendChild(styleElement);\n                }\n                \n                \/\/ \u0e14\u0e36\u0e07\u0e41\u0e25\u0e30\u0e23\u0e31\u0e19 Shared Components Script\n                const sharedScript = doc.getElementById('shared-components-script');\n                if (sharedScript && !window.sharedScriptLoaded) {\n                    const scriptElement = document.createElement('script');\n                    scriptElement.textContent = sharedScript.textContent;\n                    document.body.appendChild(scriptElement);\n                    window.sharedScriptLoaded = true;\n                }\n                \n                \/\/ \u0e1f\u0e31\u0e07\u0e01\u0e4c\u0e0a\u0e31\u0e19\u0e2a\u0e25\u0e31\u0e1a\u0e04\u0e33\u0e15\u0e32\u0e21 Mode\n                setTimeout(() => {\n                    function updateTextByMode() {\n                        const isSilverMode = localStorage.getItem('tradeSiteMode') === 'silver';\n                        \n                        const textReplacements = {\n                            '\u0e17\u0e2d\u0e07\u0e04\u0e33': isSilverMode ? '\u0e40\u0e07\u0e34\u0e19' : '\u0e17\u0e2d\u0e07\u0e04\u0e33',\n                            '\u0e17\u0e2d\u0e07': isSilverMode ? '\u0e40\u0e07\u0e34\u0e19' : '\u0e17\u0e2d\u0e07',\n                            'Gold': isSilverMode ? 'Silver' : 'Gold'\n                        };\n                        \n                        function replaceText(element) {\n                            if (element.nodeType === Node.TEXT_NODE) {\n                                let text = element.textContent;\n                                let modified = false;\n                                \n                                for (const [oldText, newText] of Object.entries(textReplacements)) {\n                                    if (text.includes(oldText)) {\n                                        text = text.replace(new RegExp(oldText, 'g'), newText);\n                                        modified = true;\n                                    }\n                                }\n                                \n                                if (modified) {\n                                    element.textContent = text;\n                                }\n                            } else if (element.nodeType === Node.ELEMENT_NODE && \n                                       element.tagName !== 'SCRIPT' && \n                                       element.tagName !== 'STYLE' &&\n                                       !element.classList.contains('no-translate')) {\n                                for (const child of element.childNodes) {\n                                    replaceText(child);\n                                }\n                            }\n                        }\n                        \n                        const mainContent = document.body;\n                        if (mainContent) {\n                            replaceText(mainContent);\n                        }\n                    }\n                    \n                    updateTextByMode();\n                    \n                    \/\/ \u2705 \u0e1f\u0e31\u0e07\u0e01\u0e4c\u0e0a\u0e31\u0e19\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e20\u0e32\u0e1e\u0e15\u0e32\u0e21 Mode\n                    function updateIllustrationsByMode() {\n                        const isSilverMode = localStorage.getItem('tradeSiteMode') === 'silver';\n                        \n                        const aboutImg = document.getElementById('aboutIllustration');\n                        const missionImg = document.getElementById('missionIllustration');\n                        \n                        if (aboutImg) {\n                            aboutImg.src = isSilverMode \n                                ? 'https:\/\/www.xn--72ca1blbo9dd2g7c7fhl3h.com\/wp-content\/uploads\/2026\/02\/a07d836b-e088-4146-ad2a-ef42c8871e3d-1.png'\n                                : 'https:\/\/www.xn--72ca1blbo9dd2g7c7fhl3h.com\/wp-content\/uploads\/2026\/02\/13.png';\n                        }\n                        \n                        if (missionImg) {\n                            missionImg.src = isSilverMode\n                                ? 'https:\/\/www.xn--72ca1blbo9dd2g7c7fhl3h.com\/wp-content\/uploads\/2026\/02\/image-81.png'\n                                : 'https:\/\/www.xn--72ca1blbo9dd2g7c7fhl3h.com\/wp-content\/uploads\/2026\/02\/removed_bg-1.png';\n                        }\n                        \n                        console.log(`\u2705 Illustrations updated to ${isSilverMode ? 'Silver' : 'Gold'} mode`);\n                    }\n                    \n                    \/\/ \u0e40\u0e23\u0e35\u0e22\u0e01\u0e43\u0e0a\u0e49\u0e17\u0e31\u0e19\u0e17\u0e35\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e42\u0e2b\u0e25\u0e14\u0e2b\u0e19\u0e49\u0e32\n                    updateIllustrationsByMode();\n                    \n                    window.addEventListener('modeChanged', () => {\n                        updateTextByMode();\n                        updateIllustrationsByMode();\n                    });\n                }, 600);\n            })\n            .catch(error => console.error('Error loading components:', error));\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; Trade Gold About US \u0e41\u0e1e\u0e25\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e28\u0e36\u0e01\u0e29\u0e32\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e2d\u0e07\u0e04\u0e33 Trade Gold \u0e04\u0e37\u0e2d\u0e2d\u0e30\u0e44\u0e23 ? Trade Gold \u0e04\u0e37\u0e2d\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e23\u0e27\u0e1a\u0e23\u0e27\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e23\u0e32\u0e04\u0e32\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e08\u0e32\u0e01\u0e15\u0e25\u0e32\u0e14\u0e2b\u0e25\u0e31\u0e01\u0e17\u0e31\u0e48\u0e27\u0e42\u0e25\u0e01 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e23\u0e32\u0e1f \u0e41\u0e19\u0e27\u0e42\u0e19\u0e49\u0e21 \u0e41\u0e25\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e15\u0e25\u0e32\u0e14\u0e17\u0e2d\u0e07\u0e44\u0e14\u0e49\u0e07\u0e48\u0e32\u0e22\u0e02\u0e36\u0e49\u0e19 Mission : \u0e1e\u0e31\u0e19\u0e18\u0e01\u0e34\u0e08\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e07\u0e48\u0e32\u0e22\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e22\u0e38\u0e48\u0e07\u0e22\u0e0b\u0e31\u0e1a\u0e0b\u0e49\u0e2d\u0e19 \u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e15\u0e25\u0e32\u0e14\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07 \u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e08\u0e32\u0e01\u0e15\u0e25\u0e32\u0e14\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e17\u0e31\u0e48\u0e27\u0e42\u0e25\u0e01\u0e44\u0e14\u0e49\u0e43\u0e19\u0e17\u0e35\u0e48\u0e40\u0e14\u0e35\u0e22\u0e27 \u0e04\u0e48\u0e32\u0e19\u0e34\u0e22\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32 \ud83c\udfaf \u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33 \u0e40\u0e23\u0e32\u0e43\u0e2b\u0e49\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e41\u0e25\u0e30\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07 \u0e41\u0e2b\u0e25\u0e48\u0e07\u0e17\u0e35\u0e48\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e16\u0e37\u0e2d\u0e44\u0e14\u0e49 \ud83e\udd1d&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-page-builder-no-sidebar.php","meta":{"footnotes":""},"class_list":["post-54","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/xn--72ca1blbo9dd2g7c7fhl3h.com\/index.php\/wp-json\/wp\/v2\/pages\/54","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xn--72ca1blbo9dd2g7c7fhl3h.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xn--72ca1blbo9dd2g7c7fhl3h.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xn--72ca1blbo9dd2g7c7fhl3h.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xn--72ca1blbo9dd2g7c7fhl3h.com\/index.php\/wp-json\/wp\/v2\/comments?post=54"}],"version-history":[{"count":2,"href":"https:\/\/xn--72ca1blbo9dd2g7c7fhl3h.com\/index.php\/wp-json\/wp\/v2\/pages\/54\/revisions"}],"predecessor-version":[{"id":187,"href":"https:\/\/xn--72ca1blbo9dd2g7c7fhl3h.com\/index.php\/wp-json\/wp\/v2\/pages\/54\/revisions\/187"}],"wp:attachment":[{"href":"https:\/\/xn--72ca1blbo9dd2g7c7fhl3h.com\/index.php\/wp-json\/wp\/v2\/media?parent=54"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}