{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/oNVKRT5vuYPibyJFbpLK/nLUM7ZtQqPKb9NLfewOQ/siteMetadata.js", "ssg:https://framerusercontent.com/modules/8xOg9N9iL7QJCwG7SQKm/ChgGm33WtnjykkIaKFM3/taUF1DwJL.js"],
  "sourcesContent": ["// Generated by Framer (f030ee3)\nexport default function metadata(params,activeLocale){return{customHTMLHeadEnd:\"<script type=\\\"text/javascript\\\" src=\\\"//static.klaviyo.com/onsite/js/klaviyo.js?company_id=ULye9Q\\\"></script>\\n\\n<script>\\n  // Function to update links with UTM parameters\\n  function updateLinks() {\\n    var utmParams = window.location.search;\\n    var links = document.querySelectorAll('a[href*=\\\"winninghunter\\\"]');\\n    for (var i = 0; i < links.length; i++) {\\n      var href = links[i].getAttribute('href');\\n      if (href && utmParams) {\\n        // Check if the URL already contains a query string\\n        var separator = href.includes('?') ? '&' : '';\\n        links[i].setAttribute('href', href + separator + utmParams);\\n      }\\n    }\\n  }\\n  // Call the function when the page loads\\n  window.onload = updateLinks;\\n</script>\\n\\n<script>\\nvar head = document.head;\\nvar script = document.createElement('script');\\nscript.type = 'text/javascript';\\nscript.src = \\\"https://l.winninghunter.com/v1/lst/universal-script?ph=17d5b70d09a5c29dd7837c20c4dae27294aa877f52fb25a5422fc16f4b7ee02b&tag=!clicked&ref_url=\\\" + encodeURI(document.URL) ;\\nhead.appendChild(script);\\n</script>\",customHTMLHeadStart:'<script>\\n  if (window.location.search.includes(\\'?ref\\')) {\\n    const refParam = new URLSearchParams(window.location.search).get(\\'ref\\');\\n    window.location.href = `https://app.winninghunter.com/dashboard?ref=${refParam}`;\\n}\\n</script>\\n\\n<script>\\n    !function () {var reb2b = window.reb2b = window.reb2b || [];\\n    if (reb2b.invoked) return;reb2b.invoked = true;reb2b.methods = [\"identify\", \"collect\"];\\n    reb2b.factory = function (method) {return function () {var args = Array.prototype.slice.call(arguments);\\n    args.unshift(method);reb2b.push(args);return reb2b;};};\\n    for (var i = 0; i < reb2b.methods.length; i++) {var key = reb2b.methods[i];reb2b[key] = reb2b.factory(key);}\\n    reb2b.load = function (key) {var script = document.createElement(\"script\");script.type = \"text/javascript\";script.async = true;\\n    script.src = \"https://s3-us-west-2.amazonaws.com/b2bjsstore/b/\" + key + \"/reb2b.js.gz\";\\n    var first = document.getElementsByTagName(\"script\")[0];\\n    first.parentNode.insertBefore(script, first);};\\n    reb2b.SNIPPET_VERSION = \"1.0.1\";reb2b.load(\"3961Y0HRXMNG\");}();\\n  </script>\\n\\n  <script type=\"text/javascript\">window.$crisp=[];window.CRISP_WEBSITE_ID=\"e458a018-1b70-4960-bb39-ffacae55df71\";(function(){d=document;s=d.createElement(\"script\");s.src=\"https://client.crisp.chat/l.js\";s.async=1;d.getElementsByTagName(\"head\")[0].appendChild(s);})();</script>\\n\\n  <script> (function(ss,ex){ window.ldfdr=window.ldfdr||function(){(ldfdr._q=ldfdr._q||[]).push([].slice.call(arguments));}; (function(d,s){ fs=d.getElementsByTagName(s)[0]; function ce(src){ var cs=d.createElement(s); cs.src=src; cs.async=1; fs.parentNode.insertBefore(cs,fs); }; ce(\\'https://sc.lfeeder.com/lftracker_v1_\\'+ss+(ex?\\'_\\'+ex:\\'\\')+\\'.js\\'); })(document,\\'script\\'); })(\\'lAxoEaKM9nb7OYGd\\'); </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-W4S69TLR\\');</script>\\n<!-- End Google Tag Manager -->\\n<script src=\"https://widget.1price.co/script.js\" data-1p=\"ce4848a5-98f5-47a6-a13a-1fee8d987d22\" defer=\"\"></script>\\n\\n<!-- 1Price Tracking -->\\n<script>\\ndocument.addEventListener(\"DOMContentLoaded\", function() {\\n    window.$1PriceData = {\\n        loading: true,\\n        prices: null,\\n        error: null\\n    };\\n\\n    let maxRetries = 20; // Check for 10 seconds\\n    let retryCount = 0;\\n\\n    function fetchPriceData() {\\n        if (window.$1Price) {\\n            console.log(\"1Price cookie detected:\", window.$1Price);\\n            \\n            fetch(\"https://widget.1price.co/api/v2/price_value\", {\\n                method: \"POST\",\\n                headers: {\\n                    \"Content-Type\": \"application/json\"\\n                },\\n                body: JSON.stringify({ one_price: window.$1Price })\\n            })\\n            .then(response => response.json())\\n            .then(data => {\\n                window.$1PriceData.prices = data;\\n                window.$1PriceData.loading = false;\\n\\n                console.log(\"Price data loaded:\", data);\\n            })\\n            .catch(error => {\\n                console.error(\"Error fetching prices:\", error);\\n                window.$1PriceData.error = error;\\n                window.$1PriceData.loading = false;\\n            });\\n\\n        } else if (retryCount < maxRetries) {\\n            retryCount++;\\n            setTimeout(fetchPriceData, 500);\\n        } else {\\n            console.error(\"1 cookie not found after waiting 10 seconds.\");\\n            window.$1PriceData.loading = false;\\n        }\\n    }\\n\\n    fetchPriceData();\\n});\\n</script>',description:\"Adlibrary on Steriods - Track adspend & revenue. Discover top dropshipping products with Winning Hunter. Use our tools for market analysis and product tracking to boost your e-commerce success.\",favicon:\"https://framerusercontent.com/assets/ueMrItlTZjRMWPdIfdV9qPERWUs.png\",robots:\"max-image-preview:large\",socialImage:\"https://framerusercontent.com/assets/LpbyThEO2dyRaKYlpNrb3wA2T3c.png\",title:\"Winning Hunter - All-In-One Ecommerce Spytool\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1d068b1)\nimport siteMetadata from\"https://framerusercontent.com/modules/oNVKRT5vuYPibyJFbpLK/nLUM7ZtQqPKb9NLfewOQ/siteMetadata.js\";export default function metadata(params,activeLocale){return{breakpoints:[{hash:\"1frs8u\",mediaQuery:\"(min-width: 1440px)\"},{hash:\"793zra\",mediaQuery:\"(min-width: 1200px) and (max-width: 1439px)\"},{hash:\"f42o8o\",mediaQuery:\"(min-width: 810px) and (max-width: 1199px)\"},{hash:\"1cdbxx7\",mediaQuery:\"(max-width: 809px)\"}],customHTMLHeadStart:'<script type=\"text/javascript\">window.$crisp=[];window.CRISP_WEBSITE_ID=\"e458a018-1b70-4960-bb39-ffacae55df71\";(function(){d=document;s=d.createElement(\"script\");s.src=\"https://client.crisp.chat/l.js\";s.async=1;d.getElementsByTagName(\"head\")[0].appendChild(s);})();</script>\\n\\n<script>\\n    !function () {var reb2b = window.reb2b = window.reb2b || [];\\n    if (reb2b.invoked) return;reb2b.invoked = true;reb2b.methods = [\"identify\", \"collect\"];\\n    reb2b.factory = function (method) {return function () {var args = Array.prototype.slice.call(arguments);\\n    args.unshift(method);reb2b.push(args);return reb2b;};};\\n    for (var i = 0; i < reb2b.methods.length; i++) {var key = reb2b.methods[i];reb2b[key] = reb2b.factory(key);}\\n    reb2b.load = function (key) {var script = document.createElement(\"script\");script.type = \"text/javascript\";script.async = true;\\n    script.src = \"https://s3-us-west-2.amazonaws.com/b2bjsstore/b/\" + key + \"/reb2b.js.gz\";\\n    var first = document.getElementsByTagName(\"script\")[0];\\n    first.parentNode.insertBefore(script, first);};\\n    reb2b.SNIPPET_VERSION = \"1.0.1\";reb2b.load(\"3961Y0HRXMNG\");}();\\n  </script>\\n',description:\"Find winning products fast with Winning Hunter's advanced competitor tracking and AI-powered search.\",elements:{GnWmdzvGQ:\"faqs\",jigmmqoKU:\"pricing\",n83Bun8wq:\"features\",th8zAceLx:\"testimonials\",WAXum68iR:\"home\"},framerSearch:{index:true},robots:\"max-image-preview:large\",serializationId:\"framer-QAxsN\",title:siteMetadata(params,activeLocale).title||\"Home\",viewport:\"width=device-width\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"metadataVersion\":{\"type\":\"variable\",\"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,YAAokC,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;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,YAAg0H,YAAY,oMAAoM,QAAQ,uEAAuE,OAAO,0BAA0B,YAAY,uEAAuE,MAAM,+CAA+C,CAAE,CCAxyK,SAARC,EAA0BC,EAAOC,EAAa,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,KAAK,SAAS,WAAW,qBAAqB,EAAE,CAAC,KAAK,SAAS,WAAW,6CAA6C,EAAE,CAAC,KAAK,SAAS,WAAW,4CAA4C,EAAE,CAAC,KAAK,UAAU,WAAW,oBAAoB,CAAC,EAAE,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAqoC,YAAY,uGAAuG,SAAS,CAAC,UAAU,OAAO,UAAU,UAAU,UAAU,WAAW,UAAU,eAAe,UAAU,MAAM,EAAE,aAAa,CAAC,MAAM,EAAI,EAAE,OAAO,0BAA0B,gBAAgB,eAAe,MAAMF,EAAaC,EAAOC,CAAY,EAAE,OAAO,OAAO,SAAS,oBAAoB,CAAE,CAAQ,IAAMC,EAAgB,EACn/DC,EAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,gBAAkB,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["metadata", "params", "activeLocale", "metadata", "params", "activeLocale", "metadataVersion", "__FramerMetadata__"]
}
