{"id":935,"date":"2025-10-30T09:39:15","date_gmt":"2025-10-30T09:39:15","guid":{"rendered":"https:\/\/call2destiny.com\/?page_id=935"},"modified":"2025-12-04T06:36:38","modified_gmt":"2025-12-04T06:36:38","slug":"about-us","status":"publish","type":"page","link":"https:\/\/call2destiny.com\/index.php\/about-us\/","title":{"rendered":"\u5718\u968a\u4ecb\u7d39"},"content":{"rendered":"\n<!DOCTYPE html>\n <html lang=\"zh-CN\">\n\n <head> <meta charset=\"UTF-8\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><meta name=\"description\" content=\"\u57f9\u8a13\u7e3d\u76e3:Rumi Wong \u5f9e2009\u5e74\u958b\u5c55\u300e\u53ec\u547d\u4eba\u751f\u300f\u8ab2\u7a0b\uff0c\u6cbf\u65bc\u7576\u5e74\u8f03\u5c11\u7d50\u5408\u4fe1\u4ef0\u53ec\u547d\u89c0\u3001\u751f\u6daf\u767c\u5c55\u53ca\u751f\u547d\u6574\u7406\u7684\u9ad4\u9a57\u5f0f\u5b78\u7fd2\uff0c\u6b64\u8ab2\u7a0b\u591a\u5e74\u4f86\u670d\u4f8d\u4e0d\u540c\u5802\u6703\u548c\u6a5f\u69cb\uff0c\u5167\u5bb9\u4e5f\u7d93\u6b77\u591a\u6b21\u66f4\u65b0\u758a\u4ee3\u3002\"> <title>\u5718\u968a\u4ecb\u7d39<\/title> <style> :root { --primary-color: #eb592b; --accent-color: #eb592b; --text-color: #333; --light-bg: #f8f9fa; --border-color: #e9ecef; }\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n    \n    body {\n        font-family: 'Microsoft YaHei', Arial, sans-serif;\n        line-height: 1.6;\n        color: var(--text-color);\n        background-color: #fff;\n    }\n    \n    .director-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 40px 20px;\n    }\n    \n    .section-title {\n        color: var(--primary-color);\n        font-size: 1.4rem;\n        font-weight: 800;\n        margin-bottom: 16px;\n        padding-bottom: 10px;\n        border-bottom: 2px solid var(--primary-color);\n        display: inline-block;\n    }\n    \n    .section-title::after {\n\n    }\n    \n    .director-profile {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 40px;\n        margin-bottom: 60px;\n        align-items: center;\n    }\n    \n    .director-image {\n        flex: 1;\n        min-width: 300px;\n        position: relative;\n        opacity: 0;\n        transform: translateX(-30px);\n        animation: slideInLeft 0.8s ease 0.3s forwards;\n    }\n    \n    .director-image img {\n        width: 100%;\n        border-radius: 10px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        transition: transform 0.5s ease;\n    }\n    \n    .director-image:hover img {\n        transform: scale(1.03);\n    }\n    \n    .director-info {\n        flex: 2;\n        min-width: 300px;\n        opacity: 0;\n        transform: translateX(30px);\n        animation: slideInRight 0.8s ease 0.5s forwards;\n        text-align: justify\uff1b\n    }\n    \n    .director-name {\n        font-size: 2rem;\n        margin-bottom: 10px;\n        color: var(--primary-color);\n    }\n    \n    .director-title {\n        font-size: 1.2rem;\n        color: #495057 !important;\n        margin-bottom: 20px;\n    }\n    \n    .director-bio {\n            color: #495057 !important;\n            margin-bottom: 0.5rem !important;\n            line-height: 1.625 !important;\n            text-align: justify;\n    }\n    \n    .highlight-list {\n        list-style: none;\n        margin-bottom: 25px;\n    }\n    \n    .highlight-list li {\n        margin-bottom: 10px;\n        padding-left: 25px;\n        position: relative;\n    }\n    \n    .highlight-list li::before {\n        content: '\u2713';\n        position: absolute;\n        left: 0;\n        color: var(--primary-color);\n        font-weight: bold;\n    }\n    \n    .training-gallery {\n        margin-top: 60px;\n    }\n    \n    .gallery-title {\n        text-align: center;\n        font-size: 1.8rem;\n        margin-bottom: 30px;\n        color: var(--text-color);\n        opacity: 0;\n        transform: translateY(20px);\n        animation: fadeInUp 0.8s ease 0.7s forwards;\n    }\n    \n    .gallery-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n        gap: 25px;\n    }\n    \n    .gallery-item {\n        position: relative;\n        border-radius: 10px;\n        overflow: hidden;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        opacity: 0;\n        transform: translateY(30px);\n        animation: fadeInUp 0.8s ease forwards;\n    }\n    \n    .gallery-item:nth-child(1) { animation-delay: 0.9s; }\n    .gallery-item:nth-child(2) { animation-delay: 1.0s; }\n    .gallery-item:nth-child(3) { animation-delay: 1.1s; }\n    .gallery-item:nth-child(4) { animation-delay: 1.2s; }\n    .gallery-item:nth-child(5) { animation-delay: 1.3s; }\n    .gallery-item:nth-child(6) { animation-delay: 1.4s; }\n    \n    .gallery-item img {\n        width: 100%;\n        height: 220px;\n        object-fit: cover;\n        transition: transform 0.5s ease;\n    }\n    \n    .gallery-item:hover img {\n        transform: scale(1.1);\n    }\n    \n    .gallery-caption {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        right: 0;\n        background: linear-gradient(transparent, rgba(0,0,0,0.7));\n        color: white;\n        padding: 15px;\n        transform: translateY(100%);\n        transition: transform 0.3s ease;\n    }\n    \n    .gallery-item:hover .gallery-caption {\n        transform: translateY(0);\n    }\n    \n    .stats-section {\n        display: flex;\n        justify-content: space-around;\n        flex-wrap: wrap;\n        margin: 60px 0;\n        padding: 40px;\n        background-color: var(--light-bg);\n        border-radius: 10px;\n        opacity: 0;\n        transform: translateY(30px);\n        animation: fadeInUp 0.8s ease 1.5s forwards;\n    }\n    \n    .stat-item {\n        text-align: center;\n        padding: 20px;\n        min-width: 150px;\n    }\n    \n    .stat-number {\n        font-size: 2.5rem;\n        font-weight: bold;\n        color: var(--primary-color);\n        margin-bottom: 10px;\n    }\n    \n    .stat-label {\n        font-size: 1rem;\n        color: #666;\n    }\n    \n    @keyframes fadeInUp {\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n    \n    @keyframes slideInLeft {\n        to {\n            opacity: 1;\n            transform: translateX(0);\n        }\n    }\n    \n    @keyframes slideInRight {\n        to {\n            opacity: 1;\n            transform: translateX(0);\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .director-profile {\n            flex-direction: column;\n        }\n        \n        .section-title {\n            font-size: 2rem;\n        }\n        \n        .director-name {\n            font-size: 1.6rem;\n        }\n        \n        .stats-section {\n            flex-direction: column;\n            align-items: center;\n        }\n    }\n<\/style>\n\n<\/head> \n\n<body> \n\n<div class=\"director-container\"> \n\n    <div class=\"director-profile\">\n        <div class=\"director-image\">\n            <!-- \u57f9\u8a13\u603b\u76d1\u5f62\u8c61\u7167\u4f4d\u7f6e -->\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/11\/ling-scaled.png\" alt=\"\u57f9\u8bad\u603b\u76d1\">\n        <\/div>\n        \n        <div class=\"director-info\">\n\n            <h1 class=\"section-title\">\u57f9\u8a13\u7e3d\u76e3<\/h1><br><br>\n            <h2 class=\"director-name\">Rumi Wong<\/h2>\n            <p class=\"director-title\"> <\/p>\n            \n            <p class=\"director-bio\">\n           \u7562\u696d\u9999\u6e2f\u5927\u5b78\u793e\u6703\u5de5\u4f5c\u5b78\u7cfb\u3002\u66fe\u4efb\u793e\u5de5\u3001\u8077\u696d\u5287\u5718\u884c\u653f\u7e3d\u7d93\u7406\u3001\u7a81\u7834\u9ad8\u7d1a\u57f9\u8a13\u4e3b\u4efb\u30022010 \u5e74\u6210\u7acb Ru &#038; Mi Education, 2012-2014 \u5e74\u53d7\u9080\u51fa\u4efb\u5317\u4eac\u673a\u6784\u9805\u76ee\u7e3d\u76e3\uff0c\u81f4\u529b\u63a8\u52d5\u5275\u65b0\u6559\u80b2\u624b\u6cd5\u53ca\u4ee5\u9ad4\u9a57\u5f0f\u5b78\u7fd2\u70ba\u6839\u57fa\u7684\u71df\u5730\u6559\u80b2\u3002<br><br>\n            <\/p>\n            <p class=\"director-bio\">\n\u591a\u5e74\u4f86\u6301\u7e8c\u70ba\u9752\u5c11\u5e74\u6210\u9577\u7814\u767c\u4e0d\u540c\u5275\u610f\u6559\u6750\uff1b\u5305\u62ec\u81ea\u6211\u8a8d\u8b58\u3001\u60c5\u7dd2\u89ba\u5bdf\u3001\u9818\u5c0e\u529b\u30014C\u80fd\u529b\u3001\u751f\u6daf\u767c\u5c55\u53ca\u958b\u5b78\u71df\u7b49\u3002\u540c\u6642\u81f4\u529b\u5efa\u7acb\u6574\u5168\u5de5\u4f5c\u8005\u57f9\u8a13\u7cfb\u7d71\uff0c\u5305\u62ec\u9ad4\u9a57\u5f0f\u5b78\u7fd2\u3001\u71df\u5730\u6559\u80b2\u3001\u71df\u6703\u8a2d\u8a08\u3001\u6d3b\u52d5\u8a2d\u8a08\u3001\u71df\u9577\u9818\u5c0e\u529b\u3001\u9805\u76ee\u5f0f\u5b78\u7fd2\u53ca\u670d\u52d9\u5f0f\u5b78\u7fd2\u7b49\uff0c\u81f3\u4eca\u8209\u8fa6\u4e00\u767e\u591a\u5834\u5de5\u4f5c\u8005\u5c08\u696d\u57f9\u8a13\u53ca\u8b1b\u5ea7\u3002<br><br>\n            <\/p>\n            <p class=\"director-bio\">\n\u8fd1\u5e74\u95dc\u6ce8\u539f\u751f\u5bb6\u5ead\u5c0d\u500b\u4eba\u6210\u9577\u7684\u5851\u9020\uff0c\u4e26\u4ee5\u751f\u547d\u6559\u7df4\u5f62\u5f0f\u8207\u9752\u5c11\u5e74\u5de5\u4f5c\u8005\u8f14\u5c0e\u540c\u884c\uff0c\u900f\u904e\u63a8\u52d5\u300e\u56de\u5230\u7236\u6bcd\u906e\u84cb\u4e0b\u300f\u3001\u300e\u89e3\u5bc6\u539f\u751f\u5bb6\u5ead\u300f\u3001\u300e\u5e74\u5ea6\u53cd\u601d\u300f\u53ca\u300e\u751f\u547d\u91cd\u6574\u300f\u7b49\u8ab2\u7a0b\uff0c\u9f13\u52f5\u5de5\u4f5c\u8005\u6d3b\u51fa\u63a2\u7d22\u81ea\u6211\u3001\u4fe1\u4ef0\u6574\u5408\u7684\u7a4d\u6975\u4eba\u751f\u3002<br><br>\n            <\/p>\n            <p class=\"director-bio\">\n\u5f9e2009\u5e74\u958b\u5c55\u300e\u53ec\u547d\u4eba\u751f\u300f\u8ab2\u7a0b\uff0c\u6cbf\u65bc\u7576\u5e74\u8f03\u5c11\u7d50\u5408\u4fe1\u4ef0\u53ec\u547d\u89c0\u3001\u751f\u6daf\u767c\u5c55\u53ca\u751f\u547d\u6574\u7406\u7684\u9ad4\u9a57\u5f0f\u5b78\u7fd2\uff0c\u6b64\u8ab2\u7a0b\u591a\u5e74\u4f86\u670d\u4f8d\u4e0d\u540c\u5802\u6703\u548c\u6a5f\u69cb\uff0c\u5167\u5bb9\u4e5f\u7d93\u6b77\u591a\u6b21\u66f4\u65b0\u758a\u4ee3\u3002\u96a8\u8457\u524d\u7dda\u66f4\u591a\u8f14\u5c0e\u53ca\u8207\u4fe1\u5f92\u540c\u884c\uff0c\u767c\u73fe\u8981\u5e6b\u52a9\u4ed6\u5011\u5065\u5eb7\u53ca\u6301\u7e8c\u8d70\u5728\u4e0a\u5e1d\u8a08\u5283\u4e2d\uff0c\u9700\u8981\u6709\u66f4\u5b8c\u5099\u7684\u5b78\u7fd2\u8cc7\u6e90\uff0c\u6545\u6b64\u4eca\u5e74\u7a4d\u6975\u5efa\u7acb Call To Destiny \u5e73\u81fa\uff0c\u532f\u805a\u8cc7\u6e90\uff0c\u4e26\u6574\u5408\u524d\u7dda\u6559\u5b78\u7d93\u9a57\uff0c\u671f\u671b\u63a8\u52d5\u66f4\u591a\u6559\u7267\u53ca\u4fe1\u5f92\u95dc\u6ce8\u8ffd\u5c0b\u53ec\u547d\u53ca\u6d3b\u51fa\u500b\u4eba\u7368\u7279\u547c\u53ec\u7684\u91cd\u8981\u6027\u3002\n            <\/p>\n            \n        <\/div>\n    <\/div>\n    \n\n<\/div>\n\n\n\n<div class=\"director-container\"> \n\n    <div class=\"director-profile\">\n        <div class=\"director-image\">\n            <!-- \u5a92\u9ad4\u7e3d\u76e3\u5f62\u8c61\u7167\u4f4d\u7f6e -->\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/11\/media.png\" alt=\"\u5a92\u9ad4\u7e3d\u76e3\">\n        <\/div>\n        \n        <div class=\"director-info\">\n\n            <h1 class=\"section-title\">\u5a92\u9ad4\u7e3d\u76e3<\/h1><br><br>\n            <h2 class=\"director-name\">Rebecca<\/h2>\n            <p class=\"director-title\"><\/p>\n            \n            <p class=\"director-bio\">\n           Adobe \u5168\u7403\u5e73\u9762\u8a2d\u8a08\u5e2b\u3001\u7db2\u8def\u5de5\u7a0b\u5e2b\u3001\u4e2d\u7d1a\u793e\u5de5\u5e2b\uff0c\u4ee5\u8a2d\u8a08\u5e2b\u7684\u8eab\u4efd\uff0c\u5728\u8996\u89ba\u8a2d\u8a08\u8207\u4eba\u6587\u95dc\u61f7\u7684\u4ea4\u532f\u8655\u5c0b\u627e\u7368\u7279\u5ea7\u6a19\u3002\u200b\n        <br><br>    <\/p>\n            <p class=\"director-bio\">\n           20\u9918\u5e74\u591a\u5a92\u9ad4\u8a2d\u8a08\u9818\u57df\u7d93\u9a57\uff1a \u5e73\u9762\u8a2d\u8a08\u3001\u52d5\u756b\u8207\u8996\u983b\u88fd\u4f5c\uff0c\u7db2\u7ad9\u642d\u5efa\u53ca\u5168\u5e73\u81fa\u904b\u71df\u5be6\u6230\u3002\u591a\u5e74\u4e3b\u529b\u627f\u64d4\u6559\u80b2\u3001\u793e\u5de5\u524d\u7dda\u7684\u6559\u5177\u8207\u6559\u6750\u8a2d\u8a08\uff0c\u5e73\u81fa\u642d\u5efa\u3002\u66fe\u7368\u7acb\u627f\u64d4\u7d05\u5341\u5b57\u670330\u591a\u8ab2\u7a0b\u5168\u90e8\u8996\u89ba\u8a2d\u8a08\uff0c\u4e3b\u6301\u642d\u5efa\u570b\u969b\u670d\u52d9\u578b\u7db2\u7ad9\u8207\u793e\u5de5\u516c\u76ca\u5e73\u81fa\uff0c\u70ba\u5168\u7403\u5ba2\u6236\u63d0\u4f9b\u8a2d\u8a08\u8207\u5370\u5237\u670d\u52d9\u3002\u200b\n      <br><br>      <\/p>\n            <p class=\"director-bio\">\n           \u95dc\u6ce8\u4ee5\u793e\u5de5\u4eba\u7684\u8996\u89d2\u900f\u904e\u7368\u7279\u7684\u8996\u89ba\u98a8\u683c\u50b3\u905e\u6709\u76fc\u671b\u6709\u529b\u91cf\u7684\u50f9\u503c\u89c0\u3001\u6709\u6eab\u5ea6\u6709\u4fe1\u4efb\u7684\u4eba\u6587\u95dc\u61f7\u3001\u771f\u5be6\u8207\u611b\u7684\u95dc\u4fc2\u3002\n            <\/p>\n            \n        <\/div>\n    <\/div>\n    \n\n    \n\n<\/div>\n\n<\/body> <\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5718\u968a\u4ecb\u7d39 \u57f9\u8a13\u7e3d\u76e3 Rumi Wong \u7562\u696d\u9999\u6e2f\u5927\u5b78\u793e\u6703\u5de5\u4f5c\u5b78\u7cfb\u3002\u66fe\u4efb\u793e\u5de5\u3001\u8077\u696d\u5287\u5718\u884c\u653f\u7e3d\u7d93\u7406\u3001\u7a81\u7834\u9ad8\u7d1a\u57f9\u8a13\u4e3b [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-935","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u5718\u968a\u4ecb\u7d39 - Call To Destiny<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/call2destiny.com\/index.php\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5718\u968a\u4ecb\u7d39 - Call To Destiny\" \/>\n<meta property=\"og:description\" content=\"\u5718\u968a\u4ecb\u7d39 \u57f9\u8a13\u7e3d\u76e3 Rumi Wong \u7562\u696d\u9999\u6e2f\u5927\u5b78\u793e\u6703\u5de5\u4f5c\u5b78\u7cfb\u3002\u66fe\u4efb\u793e\u5de5\u3001\u8077\u696d\u5287\u5718\u884c\u653f\u7e3d\u7d93\u7406\u3001\u7a81\u7834\u9ad8\u7d1a\u57f9\u8a13\u4e3b [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/call2destiny.com\/index.php\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Call To Destiny\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-04T06:36:38+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/call2destiny.com\\\/index.php\\\/about-us\\\/\",\"url\":\"https:\\\/\\\/call2destiny.com\\\/index.php\\\/about-us\\\/\",\"name\":\"\u5718\u968a\u4ecb\u7d39 - Call To Destiny\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#website\"},\"datePublished\":\"2025-10-30T09:39:15+00:00\",\"dateModified\":\"2025-12-04T06:36:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/call2destiny.com\\\/index.php\\\/about-us\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/call2destiny.com\\\/index.php\\\/about-us\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/call2destiny.com\\\/index.php\\\/about-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/call2destiny.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5718\u968a\u4ecb\u7d39\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#website\",\"url\":\"https:\\\/\\\/call2destiny.com\\\/\",\"name\":\"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3\",\"description\":\"\u53ec\u547d\u57f9\u8a13\u4e2d\u5fc3\",\"publisher\":{\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/call2destiny.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#organization\",\"name\":\"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3\",\"url\":\"https:\\\/\\\/call2destiny.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/call2destiny.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo05.png\",\"contentUrl\":\"https:\\\/\\\/call2destiny.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo05.png\",\"width\":876,\"height\":351,\"caption\":\"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3\"},\"image\":{\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u5718\u968a\u4ecb\u7d39 - Call To Destiny","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/call2destiny.com\/index.php\/about-us\/","og_locale":"zh_CN","og_type":"article","og_title":"\u5718\u968a\u4ecb\u7d39 - Call To Destiny","og_description":"\u5718\u968a\u4ecb\u7d39 \u57f9\u8a13\u7e3d\u76e3 Rumi Wong \u7562\u696d\u9999\u6e2f\u5927\u5b78\u793e\u6703\u5de5\u4f5c\u5b78\u7cfb\u3002\u66fe\u4efb\u793e\u5de5\u3001\u8077\u696d\u5287\u5718\u884c\u653f\u7e3d\u7d93\u7406\u3001\u7a81\u7834\u9ad8\u7d1a\u57f9\u8a13\u4e3b [&hellip;]","og_url":"https:\/\/call2destiny.com\/index.php\/about-us\/","og_site_name":"Call To Destiny","article_modified_time":"2025-12-04T06:36:38+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/call2destiny.com\/index.php\/about-us\/","url":"https:\/\/call2destiny.com\/index.php\/about-us\/","name":"\u5718\u968a\u4ecb\u7d39 - Call To Destiny","isPartOf":{"@id":"https:\/\/call2destiny.com\/#website"},"datePublished":"2025-10-30T09:39:15+00:00","dateModified":"2025-12-04T06:36:38+00:00","breadcrumb":{"@id":"https:\/\/call2destiny.com\/index.php\/about-us\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/call2destiny.com\/index.php\/about-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/call2destiny.com\/index.php\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/call2destiny.com\/"},{"@type":"ListItem","position":2,"name":"\u5718\u968a\u4ecb\u7d39"}]},{"@type":"WebSite","@id":"https:\/\/call2destiny.com\/#website","url":"https:\/\/call2destiny.com\/","name":"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3","description":"\u53ec\u547d\u57f9\u8a13\u4e2d\u5fc3","publisher":{"@id":"https:\/\/call2destiny.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/call2destiny.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/call2destiny.com\/#organization","name":"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3","url":"https:\/\/call2destiny.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/call2destiny.com\/#\/schema\/logo\/image\/","url":"https:\/\/call2destiny.com\/wp-content\/uploads\/2025\/12\/logo05.png","contentUrl":"https:\/\/call2destiny.com\/wp-content\/uploads\/2025\/12\/logo05.png","width":876,"height":351,"caption":"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3"},"image":{"@id":"https:\/\/call2destiny.com\/#\/schema\/logo\/image\/"}}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages\/935","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/comments?post=935"}],"version-history":[{"count":51,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages\/935\/revisions"}],"predecessor-version":[{"id":3876,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages\/935\/revisions\/3876"}],"wp:attachment":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/media?parent=935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}