{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/jxMJYjfcqDSfoOOD1pzY/orBfLMwFG8QKQCM32KrX/siteMetadata.js"],
  "sourcesContent": ["// Generated by Framer (400c93f)\nconst valuesByLocaleId={bNM94bugo:{v0:\"\u0E1B\u0E25\u0E32\u0E22\u0E19\u0E34\u0E49\u0E27 | \u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E40\u0E1E\u0E08\u0E04\u0E23\u0E1A\u0E27\u0E07\u0E08\u0E23\",v1:\"Fingertip.com: \u0E18\u0E38\u0E23\u0E01\u0E34\u0E08\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E30\u0E14\u0E27\u0E01\u0E23\u0E27\u0E14\u0E40\u0E23\u0E47\u0E27 \u0E2A\u0E23\u0E49\u0E32\u0E07\u0E40\u0E27\u0E47\u0E1A\u0E44\u0E0B\u0E15\u0E4C\u0E21\u0E37\u0E2D\u0E2D\u0E32\u0E0A\u0E35\u0E1E\u0E43\u0E19\u0E44\u0E21\u0E48\u0E01\u0E35\u0E48\u0E19\u0E32\u0E17\u0E35 \u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E27\u0E32\u0E21\u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E23\u0E39\u0E49\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E02\u0E35\u0E22\u0E19\u0E42\u0E04\u0E49\u0E14 \u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E1F\u0E23\u0E35\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49\u0E40\u0E25\u0E22!\"}};function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}export default function metadata(params,activeLocale){return{customHTMLBodyEnd:'<script async=\"\" defer=\"\" id=\"ze-snippet\" src=\"https://static.zdassets.com/ekr/snippet.js?key=dcb18524-09de-49fb-9a46-98c0153c9698\"></script>\\n\\n<!-- Meta Pixel Code -->\\n<script async=\"\" defer=\"\">\\nwindow.addEventListener(\\'load\\', function() {\\n    setTimeout(function() {\\n        !function(f,b,e,v,n,t,s)\\n        {if(f.fbq)return;n=f.fbq=function(){n.callMethod?\\n        n.callMethod.apply(n,arguments):n.queue.push(arguments)};\\n        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\\'2.0\\';\\n        n.queue=[];t=b.createElement(e);t.async=!0;\\n        t.src=v;s=b.getElementsByTagName(e)[0];\\n        s.parentNode.insertBefore(t,s)}(window, document,\\'script\\',\\n        \\'https://connect.facebook.net/en_US/fbevents.js\\');\\n        fbq(\\'init\\', \\'574210315179684\\');\\n        fbq(\\'track\\', \\'PageView\\');\\n    }, 2000);\\n});\\n</script>\\n\\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=574210315179684&amp;ev=PageView&amp;noscript=1\"></noscript>\\n<!-- End Meta Pixel Code -->\\n\\n<!-- Conversion Tracking -->\\n<script>\\nconst CONVERSION_METADATA_KEY = \\'conversionMetadata\\';\\n\\nfunction getCookie(name) {\\n    const value = \"; \" + document.cookie;\\n    const parts = value.split(\"; \" + name + \"=\");\\n    if (parts.length === 2) return parts.pop().split(\";\").shift();\\n}\\n\\nfunction setCookie(name, value, maxAge) {\\n    document.cookie = `${name}=${value}; max-age=${maxAge}; path=/; SameSite=Lax`;\\n}\\n\\nfunction useConversion() {\\n    try {\\n        const urlParams = new URLSearchParams(window.location.search);\\n        const utmParams = {\\n            source: urlParams.get(\\'utm_source\\') || undefined,\\n            medium: urlParams.get(\\'utm_medium\\') || undefined,\\n            campaign: urlParams.get(\\'utm_campaign\\') || undefined,\\n            term: urlParams.get(\\'utm_term\\') || undefined,\\n            content: urlParams.get(\\'utm_content\\') || undefined,\\n        };\\n\\n        let existingCookie = getCookie(CONVERSION_METADATA_KEY);\\n        const currentTime = new Date().toISOString();\\n        const hasUtmParams = Object.values(utmParams).some((value) => value !== undefined);\\n\\n        let trackingData;\\n\\n        if (existingCookie) {\\n            trackingData = JSON.parse(atob(existingCookie));\\n            if (hasUtmParams) {\\n                trackingData.lastTouch = { dt: currentTime, utmParams: utmParams };\\n            }\\n        } else if (hasUtmParams) {\\n            trackingData = {\\n                firstTouch: { dt: currentTime, utmParams: utmParams },\\n                lastTouch: { dt: currentTime, utmParams: utmParams },\\n            };\\n        }\\n\\n        if (trackingData) {\\n            const encodedData = btoa(JSON.stringify(trackingData));\\n            setCookie(CONVERSION_METADATA_KEY, encodedData, 60 * 24 * 60 * 60); // 60 days\\n        }\\n    } catch (error) {\\n        console.error(\\'Conversion tracking error:\\', error);\\n    }\\n}\\n\\n// Initialize conversion tracking when DOM is ready\\nif (document.readyState === \\'loading\\') {\\n    document.addEventListener(\\'DOMContentLoaded\\', useConversion);\\n} else {\\n    useConversion();\\n}\\n</script>\\n\\n<script async=\"\" defer=\"\">\\n    !function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(\".\");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement(\"script\")).type=\"text/javascript\",p.crossOrigin=\"anonymous\",p.async=!0,p.src=s.api_host.replace(\".i.posthog.com\",\"-assets.i.posthog.com\")+\"/static/array.js\",(r=t.getElementsByTagName(\"script\")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a=\"posthog\",u.people=u.people||[],u.toString=function(t){var e=\"posthog\";return\"posthog\"!==a&&(e+=\".\"+a),t||(e+=\" (stub)\"),e},u.people.toString=function(){return u.toString(1)+\".people (stub)\"},o=\"init capture register register_once register_for_session unregister unregister_for_session getFeatureFlag getFeatureFlagPayload isFeatureEnabled reloadFeatureFlags updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures on onFeatureFlags onSessionId getSurveys getActiveMatchingSurveys renderSurvey canRenderSurvey identify setPersonProperties group resetGroups setPersonPropertiesForFlags resetPersonPropertiesForFlags setGroupPropertiesForFlags resetGroupPropertiesForFlags reset get_distinct_id getGroups get_session_id get_session_replay_url alias set_config startSessionRecording stopSessionRecording sessionRecordingStarted captureException loadToolbar get_property getSessionProperty createPersonProfile opt_in_capturing opt_out_capturing has_opted_in_capturing has_opted_out_capturing clear_opt_in_out_capturing debug getPageViewId captureTraceFeedback captureTraceMetric\".split(\" \"),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);\\n    posthog.init(\\'phc_oh80hFq9OHbr7mxhS9QjynxG2ZYruLazmezAe85jwMi\\', {\\n        api_host: \\'https://us.i.posthog.com\\',\\n        person_profiles: \\'always\\',\\n    })\\n</script>',customHTMLBodyStart:'<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-PWKVQTZ6\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->',customHTMLHeadEnd:'<style>\\n    p.framer-text, div.framer-text, h1.framer-text, h2.framer-text, h3.framer-text, h4.framer-text, h5.framer-text, h6.framer-text, li.framer-text, ol.framer-text, ul.framer-text, span.framer-text:not([data-text-fill]) {\\n        --framer-font-family: \"Glide Variable\", \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif !important;\\n    }\\n</style>\\n\\n<!-- Resource Hints -->\\n<link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\\n<link rel=\"preconnect\" href=\"https://connect.facebook.net\">\\n<link rel=\"preconnect\" href=\"https://static.zdassets.com\">\\n\\n<!-- Google Tag Manager -->\\n<script async=\"\" defer=\"\">\\nwindow.addEventListener(\\'load\\', function() {\\n    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\\'gtm.start\\':\\n    new Date().getTime(),event:\\'gtm.js\\'});var f=d.getElementsByTagName(s)[0],\\n    j=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-PWKVQTZ6\\');\\n});\\n</script>\\n<!-- End Google Tag Manager -->\\n\\n<meta name=\"google-site-verification\" content=\"BE-kRLvL0HFTD2XFWtDep2R2Cl0PmrYoy5pqxxGKXlY\">\\n\\n<script type=\"application/ld+json\">\\n{\\n  \"@context\": \"https://schema.org\",\\n  \"@type\": \"Corporation\",\\n  \"name\": \"Fingertip.com\",\\n  \"url\": \"https://fingertip.com/\",\\n  \"logo\": \"https://fingertip.com/fingertip-wordmark.png\",\\n  \"alternateName\": \"Fingertip\",\\n  \"sameAs\": [\\n    \"https://www.facebook.com/fingertip.global\",\\n    \"https://www.instagram.com/fingertip_com/\",\\n    \"https://www.youtube.com/@fingertip.global\",\\n    \"https://www.linkedin.com/company/fingertip_com/\"\\n  ]\\n}\\n</script>\\n\\n<script type=\"application/ld+json\">\\n{\\n  \"@context\": \"https://schema.org/\", \\n  \"@type\": \"BreadcrumbList\", \\n  \"itemListElement\": [{\\n    \"@type\": \"ListItem\", \\n    \"position\": 1, \\n    \"name\": \"About Us\",\\n    \"item\": \"https://fingertip.com/about\"  \\n  },{\\n    \"@type\": \"ListItem\", \\n    \"position\": 2, \\n    \"name\": \"Features\",\\n    \"item\": \"https://fingertip.com/features\"  \\n  },{\\n    \"@type\": \"ListItem\", \\n    \"position\": 3, \\n    \"name\": \"Pricing\",\\n    \"item\": \"https://fingertip.com/pricing\"  \\n  },{\\n    \"@type\": \"ListItem\", \\n    \"position\": 4, \\n    \"name\": \"Contact Us\",\\n    \"item\": \"https://fingertip.com/contact\"  \\n  },{\\n    \"@type\": \"ListItem\", \\n    \"position\": 5, \\n    \"name\": \"Affiliate Program\",\\n    \"item\": \"https://fingertip.com/features/affiliate-program\"  \\n  },{\\n    \"@type\": \"ListItem\", \\n    \"position\": 6, \\n    \"name\": \"Create a Website\",\\n    \"item\": \"https://fingertip.com/features/website\"  \\n  },{\\n    \"@type\": \"ListItem\", \\n    \"position\": 7, \\n    \"name\": \"Digital Business Card\",\\n    \"item\": \"https://fingertip.com/features/business-card\"  \\n  },{\\n    \"@type\": \"ListItem\", \\n    \"position\": 8, \\n    \"name\": \"Bookings & Appointments\",\\n    \"item\": \"https://fingertip.com/features/bookings\"  \\n  },{\\n    \"@type\": \"ListItem\", \\n    \"position\": 9, \\n    \"name\": \"Link in Bio\",\\n    \"item\": \"https://fingertip.com/features/link-in-bio\"  \\n  },{\\n    \"@type\": \"ListItem\", \\n    \"position\": 10, \\n    \"name\": \"Invoicing\",\\n    \"item\": \"https://fingertip.com/features/invoices\"  \\n  },{\\n    \"@type\": \"ListItem\", \\n    \"position\": 11, \\n    \"name\": \"Forms & Surveys\",\\n    \"item\": \"https://fingertip.com/features/forms\"  \\n  }]\\n}\\n</script>',description:getLocalizedValue(\"v1\",activeLocale)??\"Create a professional website in minutes with no coding needed. Built-in tools for invoicing, scheduling, and link-in-bio pages. Start free and grow your business with Fingertip.com\",favicon:\"https://framerusercontent.com/assets/r2zrVVBR3AOxOQyFyaPixiszRXU.png\",robots:\"max-image-preview:large\",socialImage:\"https://framerusercontent.com/assets/rXVsgIUvUocAT3Wd4eVluWGXgY.png\",title:getLocalizedValue(\"v0\",activeLocale)??\"Grow Your Business with the Best All-in-One Platform | Fingertip\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "AACA,IAAMA,EAAiB,CAAC,UAAU,CAAC,GAAG,4MAAuC,GAAG,mtBAA0I,CAAC,EAAE,SAASC,EAAkBC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOJ,EAAiBG,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAM,OAAOA,CAAM,CAACF,EAAOA,EAAO,QAAS,CAAC,CAAgB,SAARG,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;AAAA;AAAA;AAAA;AAAA,YAA+8J,oBAAoB;AAAA;AAAA,4CAAwP,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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAs0G,YAAYP,EAAkB,KAAKO,CAAY,GAAG,wLAAwL,QAAQ,uEAAuE,OAAO,0BAA0B,YAAY,sEAAsE,MAAMP,EAAkB,KAAKO,CAAY,GAAG,kEAAkE,CAAE",
  "names": ["valuesByLocaleId", "getLocalizedValue", "key", "locale", "values", "value", "metadata", "params", "activeLocale"]
}
