{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/yG3nebtjHltU25mveQBA/y2ijU4zV9KbZBi85NGMW/siteMetadata.js"],
  "sourcesContent": ["// Generated by Framer (400c93f)\nexport default function metadata(params,activeLocale){return{customHTMLBodyEnd:\"<script>\\n    document.addEventListener('submit', (event) => {\\n        const formElement = event.target.closest('.framer-juxx5e');\\n       \\n        if (formElement) {\\n            event.preventDefault();\\n            const formData = new FormData(formElement);\\n\\n            let product = [];\\n            formElement.querySelectorAll('[name=\\\"ai_product\\\"]').forEach((el) => {\\n                if (el.checked) {\\n                    product.push(el.value);\\n                }\\n            });\\n            product = product.join();\\n            formData.append('product', product);\\n\\n            let solution_list = [];\\n            formElement.querySelectorAll('[name=\\\"ai_store\\\"]').forEach((el) => {\\n                if (el.checked) {\\n                    solution_list.push(el.value);\\n                }\\n            });\\n            solution_list = solution_list.join();\\n            formData.append('solution_list', solution_list);\\n\\n            formData.set('phone', formData.get('country_code') + formData.get('phone'));\\n\\n            formData.delete('country_code');\\n            formData.delete('ai_product');\\n            formData.delete('ai_store');\\n\\n            formElement.querySelector('button').disabled = true;\\n\\n            // URL\uC744 '/' \uAE30\uC900\uC73C\uB85C \uBD84\uD560\uD558\uC5EC \uCCAB \uBC88\uC9F8 \uACBD\uB85C \uD655\uC778\\n            const pathSegments = window.location.pathname.split('/').filter(Boolean);\\n            const lang = pathSegments.length > 0 ? pathSegments[0] : '';\\n\\n            // API \uC5D4\uB4DC\uD3EC\uC778\uD2B8 \uC124\uC815\\n            let apiUrl = \\\"https://usadm.aedi.ai/intro/post_question\\\"; // \uAE30\uBCF8\uAC12\\n\\n            if (lang === \\\"id\\\" || lang === \\\"th\\\") {\\n                apiUrl = \\\"https://esa.aedi.ai/intro/post_question\\\";\\n            } else if (lang === \\\"ko\\\") {\\n                apiUrl = \\\"https://aedi.ai/intro/post_question\\\";\\n            }\\n\\n            fetch(apiUrl, {\\n                method: 'POST',\\n                body: formData,\\n            })\\n                .then((response) => {\\n                    if (!response.ok) {\\n                        throw new Error(`HTTP error! status: ${response.status}`);\\n                    }\\n                    return response.json();\\n                })\\n                .then((json) => {\\n                    if (json.status === 'S') {\\n                        alert('We received your inquiry.');\\n                        window.location.reload();\\n                    } else {\\n                        alert(json.msg);\\n                    }\\n                })\\n                .catch((error) => {\\n                    console.error('Error:', error);\\n                    alert('An error occurred. Please try again.');\\n                })\\n                .finally(() => {\\n                    formElement.querySelector('button').disabled = false;\\n                });\\n        }\\n    });\\n\\n    var elements = document.querySelectorAll(\\\".framer-1h9724a, .framer-1v1eyfp, .framer-1xphb7s\\\");\\n\\n    elements.forEach(function (element) {\\n        element.addEventListener(\\\"click\\\", function () {\\n            setTimeout(function () {\\n                console.log(\\\"123\\\");\\n            }, 500);\\n        });\\n    });\\n</script>\\n\",customHTMLHeadEnd:\"<style>\\n.framer-15g7dfi {\\n  overflow-y: scroll; /* y\uCD95 \uC2A4\uD06C\uB864 \uD65C\uC131\uD654 */\\n  scrollbar-width: none; /* Firefox\uC5D0\uC11C \uC2A4\uD06C\uB864\uBC14 \uC228\uAE40 */\\n  -ms-overflow-style: none; /* IE \uBC0F Edge\uC5D0\uC11C \uC2A4\uD06C\uB864\uBC14 \uC228\uAE40 */\\n  margin-right: 1px;\\n}\\n\\n.framer-oj3bf3 {\\n  white-space: nowrap;\\n  overflow: hidden;\\n  text-overflow: ellipsis;\\n}\\n\\n#fileInput {\\nfont-size:13px;\\n}\\n.hidden{\\n   display: none;\\n}\\n\\n.file-uploader {\\n    display: flex;\\n    align-items: center;\\n    gap: 15px; /* \uBC84\uD2BC\uACFC \uD30C\uC77C\uBA85 \uC0AC\uC774 \uAC04\uACA9 */\\n}\\n\\n/* \uD30C\uC77C \uC120\uD0DD \uBC84\uD2BC \uC2A4\uD0C0\uC77C */\\n.file-button {\\n    display: inline-block;\\n    background-color: #fff;\\n    padding: 8px 16px;\\n    border: 1px solid #081C83;\\n    color: #081C83;\\n    border-radius: 3px;\\n    cursor: pointer;\\n    font-size: 14px;\\n    text-align: center;\\n    transition: background-color 0.3s ease;\\n}\\n\\n/* \uBC84\uD2BC hover \uD6A8\uACFC */\\n.file-button:hover {\\n    background-color: #F0F3FF;\\n}\\n\\n/* \uD30C\uC77C\uBA85 \uC2A4\uD0C0\uC77C */\\n.file-name {\\n    font-size: 14px;\\n    color: #333;\\n}\\n</style>\",customHTMLHeadStart:'<meta name=\"google-site-verification\" content=\"9CTJ8QCw0pA0sleEIF7exV_Fu-fH3nMwFkXSzo2U9pA\">\\n<meta name=\"google-site-verification\" content=\"FPR6aBIRzAHFS5D4XLiCfpWOIJI-hHbuFkbWyzpo8z8\">\\n<meta name=\"google-site-verification\" content=\"CmeyMfoN3MgyD3UQaPXGc_4oLeKQuE09z1uxDZo0UM4\">\\n\\n\\n<script>\\n  fetch(\\'https://api.ipify.org?format=json\\')\\n    .then(response => response.json())\\n    .then(data => {\\n      // \uD2B9\uC815 IP\uAC00 \uC544\uB2D0 \uACBD\uC6B0 \uC2E4\uD589\\n      if (data.ip !== \\'14.52.146.203\\') {\\n        // Google Tag Manager \uCF54\uB4DC\\n        (function() {\\n          var gtagScript = document.createElement(\\'script\\');\\n          gtagScript.async = true;\\n          gtagScript.src = \\'https://www.googletagmanager.com/gtag/js?id=G-J57ZQH31QR\\';\\n          document.head.appendChild(gtagScript);\\n\\n          gtagScript.onload = function() {\\n            window.dataLayer = window.dataLayer || [];\\n            function gtag(){dataLayer.push(arguments);}\\n            gtag(\\'js\\', new Date());\\n            gtag(\\'config\\', \\'G-J57ZQH31QR\\');\\n          };\\n        })();\\n\\n        // Clarity \uCF54\uB4DC\\n        (function(c, l, a, r, i, t, y) {\\n          c[a] = c[a] || function() {\\n            (c[a].q = c[a].q || []).push(arguments);\\n          };\\n          t = l.createElement(r);\\n          t.async = 1;\\n          t.src = \"https://www.clarity.ms/tag/\" + i;\\n          y = l.getElementsByTagName(r)[0];\\n          y.parentNode.insertBefore(t, y);\\n        })(window, document, \"clarity\", \"script\", \"pnhpvu65je\");\\n      }\\n    })\\n    .catch(error => console.error(\\'Error fetching IP:\\', error));\\n</script>\\n\\n<style>\\n* { word-break: keep-all; }\\n</style>',description:\"AISUM's aedi.AI unlocks new revenue for publishers and advertisers. Our AI image matching technology embeds targeted ads directly in editorial images, boosting engagement and conversions with seamless, relevant product placement.\",favicon:\"https://framerusercontent.com/assets/OSp1CbigRlMbPQs5e65SdTDo38.png\",robots:\"max-image-preview:large\",socialImage:\"https://framerusercontent.com/assets/fUfPYekT6W31NlbUYwdZMADIEQ.png\",title:\"AISUM - Advanced Vision Ai Technology\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "AACe,SAARA,EAA0BC,EAAOC,EAAa,CAAC,MAAM,CAAC,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAqlG,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAg7B,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqmD,YAAY,wOAAwO,QAAQ,sEAAsE,OAAO,0BAA0B,YAAY,sEAAsE,MAAM,uCAAuC,CAAE",
  "names": ["metadata", "params", "activeLocale"]
}
