{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/m2O1UNR7EH5j5CzhY7Wk/1hNC10sYyWE0XZpwOmpG/siteMetadata.js"],
  "sourcesContent": ["// Generated by Framer (d65f646)\nexport default function metadata(params,activeLocale){return{customHTMLBodyEnd:'<!-- UTM Params script -->\\n<script>\\n  (function () {\\n    // Extract UTM parameters and save into cookie\\n    const utmCookieName = \"utm\";\\n    const searchParams = new URLSearchParams(window.location.search);\\n    let utm = [];\\n\\n    [\"utm_source\", \"utm_medium\", \"utm_campaign\", \"utm_term\", \"utm_content\", \"fbclid\", \"gclid\", \"li_fat_id\", \"ttclid\", \"twclid\"].forEach((key) => {\\n      const value = searchParams.get(key);\\n      if (value) {\\n        utm.push(`${key}=${value}`);\\n      }\\n    });\\n\\n    if (utm.length) {\\n      document.cookie = `${utmCookieName}=${utm.join(\"&\")}; path=/; max-age=2592000`;\\n    }\\n\\n    // Load UTM parameters from cookie\\n    const utmCookie = document.cookie.split(\";\").find((cookie) => cookie && cookie.includes(`${utmCookieName}=`));\\n    const isLoggedIn = document.cookie.split(\";\").some((item) => item.trim().startsWith(\"instant-auth-token=\"))\\n\\n    if (utmCookie || isLoggedIn) {\\n      const utm = utmCookie?.split(`${utmCookieName}=`)[1];\\n\\n      const updatePlatformLinks = (element) => {\\n        if (\\'querySelectorAll\\' in element) {\\n          if (utm) {\\n            element.querySelectorAll(\"a\").forEach((link) => {\\n              const href = link.getAttribute(\"href\");\\n              const isInstantDomain = href.startsWith(\"https://app.instant.so\") || href.startsWith(\"https://api.instant.so\");\\n\\n              if (href && isInstantDomain && !href.includes(\"utm_\")) {\\n                const separator = href.includes(\"?\") ? \"&\" : \"?\";\\n                link.setAttribute(\"href\", `${href}${separator}${utm}`);\\n              }\\n            });\\n          }\\n\\n          if (isLoggedIn) {\\n            element.querySelectorAll(\\'div[name=\"Navigation\"] a[href^=\"https://app.instant.so/register\"]\\').forEach((link) => {\\n              const href = link.getAttribute(\"href\");\\n              link.setAttribute(\"href\", \"https://app.instant.so/\");\\n\\n              const textNode = link.querySelector(\"p\");\\n              if (textNode) {\\n                textNode.textContent = \"Dashboard\";\\n              }\\n            });\\n          }\\n        }\\n      };\\n\\n      // Apply UTM parameters to all links on changes\\n      const observer = new MutationObserver((mutations) => {\\n        mutations.forEach((mutation) => {\\n          mutation.addedNodes.forEach((node) => {\\n            updatePlatformLinks(node);\\n          });\\n        });\\n      });\\n\\n      observer.observe(document.body, {\\n        childList: true,\\n        subtree: true,\\n      });\\n\\n      // Apply UTM parameters to all links on page load\\n      updatePlatformLinks(document.body);\\n    }\\n  })();\\n</script>\\n\\n<script id=\"vtag-ai-js\" async=\"\" src=\"https://r2.leadsy.ai/tag.js\" data-pid=\"qQqmspNftXl5i4Yr\" data-version=\"062024\"></script>',customHTMLBodyStart:'<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-5LJ99LR\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->',customHTMLHeadEnd:'<!-- Segment -->\\n<script>\\n  !function(){var i=\"analytics\",analytics=window[i]=window[i]||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error(\"Segment snippet included twice.\");else{analytics.invoked=!0;analytics.methods=[\"trackSubmit\",\"trackClick\",\"trackLink\",\"trackForm\",\"pageview\",\"identify\",\"reset\",\"group\",\"track\",\"ready\",\"alias\",\"debug\",\"page\",\"screen\",\"once\",\"off\",\"on\",\"addSourceMiddleware\",\"addIntegrationMiddleware\",\"setAnonymousId\",\"addDestinationMiddleware\",\"register\"];analytics.factory=function(e){return function(){if(window[i].initialized)return window[i][e].apply(window[i],arguments);var n=Array.prototype.slice.call(arguments);if([\"track\",\"screen\",\"alias\",\"group\",\"page\",\"identify\"].indexOf(e)>-1){var c=document.querySelector(\"link[rel=\\'canonical\\']\");n.push({__t:\"bpc\",c:c&&c.getAttribute(\"href\")||void 0,p:location.pathname,u:location.href,s:location.search,t:document.title,r:document.referrer})}n.unshift(e);analytics.push(n);return analytics}};for(var n=0;n<analytics.methods.length;n++){var key=analytics.methods[n];analytics[key]=analytics.factory(key)}analytics.load=function(key,n){var t=document.createElement(\"script\");t.type=\"text/javascript\";t.async=!0;t.setAttribute(\"data-global-segment-analytics-key\",i);t.src=\"https://cdn.segment.com/analytics.js/v1/\" + key + \"/analytics.min.js\";var r=document.getElementsByTagName(\"script\")[0];r.parentNode.insertBefore(t,r);analytics._loadOptions=n};analytics._writeKey=window.location.host===\"instant.so\"?\"8809RAU8Ppin99pJWPypChVWci9D3G9Q\":\"B5Rs3bdlfAiUsN9Xr5xC8Unk2MS6fRUm\";;analytics.SNIPPET_VERSION=\"5.2.0\";\\n  analytics.load(analytics._writeKey);\\n  analytics.page();\\n  }}();\\n\\n  function addPushStateListener(listener) {\\n    if (!Proxy) return;\\n    window.history.pushState = new Proxy(window.history.pushState, {\\n      apply: (target, thisArg, argArray) => {\\n        target.apply(thisArg, argArray);\\n        listener();\\n      },\\n    });\\n  }\\n\\n  addPushStateListener(() => {\\n    analytics.page({\\n      title: document.title,\\n      url: window.location.href,\\n      path: window.location.pathname\\n    });\\n  });\\n\\n\tdocument.addEventListener(\"click\", function (e) {\\n\t\tconst link = e.target.closest(\"a\");\\n\\n\t\tif (link && link.host !== window.location.host) {\\n\t\t\tconst breadcrumbs = [];\\n\t\t\tlet element = link;\\n\\n\t\t\twhile (element) {\\n\t\t\t\tconst name = element.getAttribute(\"data-framer-name\");\\n\t\t\t\tif (name) {\\n\t\t\t\t\tbreadcrumbs.unshift(name);\\n\t\t\t\t}\\n\t\t\t\telement = element.parentElement;\\n\t\t\t}\\n\\n\t\t\tconst btnLocation = breadcrumbs.join(\" > \");\\n\t\t\tconst btnText = link.textContent;\\n\t\t\tconst btnUrl = new URL(link.getAttribute(\"href\"));\\n\\n\t\t\tanalytics.track(\"website-cta-clicked\", {\\n\t\t\t\tbtnLocation,\\n\t\t\t\tbtnText,\\n\t\t\t\tbtnHref: btnUrl.href,\\n\t\t\t\tbtnDomain: btnUrl.hostname,\\n\t\t\t\tbtnPath: btnUrl.pathname,\\n\t\t\t});\\n\t\t}\\n\t});\\n</script>\\n\\n<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\\'gtm.start\\':\\nnew Date().getTime(),event:\\'gtm.js\\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\\'dataLayer\\'?\\'&l=\\'+l:\\'\\';j.async=true;j.src=\\n\\'https://www.googletagmanager.com/gtm.js?id=\\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\\'script\\',\\'dataLayer\\',\\'GTM-5LJ99LR\\');</script>\\n<!-- End Google Tag Manager -->',description:\"Explore Instant Landing Page Builder today to start building high-converting landing pages and sections, no-code required. Available on the Shopify app store. \",favicon:\"https://framerusercontent.com/assets/gRITjohIEn0eGr0gjJXdzUIQHk.png\",robots:\"max-image-preview:large\",socialImage:\"https://framerusercontent.com/assets/U4DGFqALr8tcdPwOKpffIjVZZyM.jpg\",title:\"Instant Landing Page Builder for Shopify | All-visual, No-code\"};}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,iIAAktF,oBAAoB;AAAA;AAAA,4CAAuP,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,iCAA8vG,YAAY,kKAAkK,QAAQ,sEAAsE,OAAO,0BAA0B,YAAY,uEAAuE,MAAM,gEAAgE,CAAE",
  "names": ["metadata", "params", "activeLocale"]
}
