{"id":2079,"date":"2023-10-20T18:36:28","date_gmt":"2023-10-20T18:36:28","guid":{"rendered":"https:\/\/www.daysmart.com\/salon\/?page_id=2079"},"modified":"2026-06-17T20:18:23","modified_gmt":"2026-06-17T20:18:23","slug":"hv-test","status":"publish","type":"page","link":"https:\/\/www.daysmart.com\/salon\/hv-test\/","title":{"rendered":"HV Test"},"content":{"rendered":"<div aria-hidden=\"true\" class=\"wp-block-spacer\"><div class=\"d-none d-lg-block\" style=\"height:100px\"><\/div><div class=\"d-lg-none\" style=\"height:50px\"><\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\">Test<\/h2>\n\n\n<div aria-hidden=\"true\" class=\"wp-block-spacer\"><div class=\"d-none d-lg-block\" style=\"height:100px\"><\/div><div class=\"d-lg-none\" style=\"height:50px\"><\/div><\/div>\n\n\n<div style=\"text-align: center;\">\n\n  <!-- 1. Load jQuery (Google CDN) -->\n  <script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" data-cookieconsent=\"ignore\"><\/script>\n\n  <!-- 2. Form placeholder -->\n  <form class=\"mktoForm\" data-formId=\"2152\" data-formInstance=\"one\"><\/form>\n\n\n  <!-- 3. Marketo Formatting Helper -->\n  <script>\njQuery('document').ready(function(){\n\t\/\/ Define the autoFillCascade function for Dynamic UTM parsing\n    function autoFillCascade(rules) { \n        let channels = {};\n        channels.currentQuery = new URL(document.location.href).searchParams;\n        channels.referrerQuery = document.referrer ? new URL(document.referrer).searchParams : new URLSearchParams();\n        channels.localStorage = new URLSearchParams(\n            Object.entries(localStorage)\n        );\n        channels.sessionStorage = new URLSearchParams(\n            Object.entries(sessionStorage)\n        );\n        channels.cookie = new URLSearchParams(\n            document.cookie.replace(\/%|&\/g, encodeURIComponent).replace(\/;\\s*\/g, \"&\")\n        );\n        channels.metaContent = new URLSearchParams(\n            Array.from(document.querySelectorAll(\"meta\")).flatMap(meta => \n                [meta.getAttribute(\"name\"), meta.getAttribute(\"property\")].filter(Boolean).map(keyVariant => \n                    [keyVariant, meta.getAttribute(\"content\")]\n                )\n            )\n        );\n        channels.constant = { \n            get: (key) => key,\n            getAll: (key) => [key] \n        };\n\n        let mktoFields = {};\n        rules.forEach(fieldDescriptor => {       \n            mktoFields[fieldDescriptor.name] = mktoFields[fieldDescriptor.name] || channels[fieldDescriptor.channel].getAll(fieldDescriptor.selector).find(Boolean);     \n        });\n\n        MktoForms2.whenReady(function(form) {\n\t\t\tvar values = form.getValues();\n\n\t\t\tif (values.Promo_Type__c) {\n\t\t\t\tdelete mktoFields.Promo_Type__c;\n\t\t\t}\n\n\t\t\tform.addHiddenFields(mktoFields);\n\t\t});\n    }\t\n\t\n\t\/\/ Begin flow of actions once form is ready\n    MktoForms2.whenReady(function(form) {\n        \/\/ Define mapping of URL type to Program Code\n        const productTypeToProgramCodeMap = {\n            'Appointments': 'DaySmart Appointments',\n            'BodyArt': 'InkBook',\n            'Pet': '123Pet',\n            'Salon': 'Salon Iris',\n            'Spa': 'Orchid',\n            'Vet': 'DaySmart Vet'\n        };\n\n        \/\/ Define mapping of Program Code to RecordTypeId\n        const programCodeToRecordTypeIdMap = {\n            'DaySmart Appointments': '0124w000001lDU1AAM',\n            'InkBook': '0124w000001lDGaAAM',\n            '123Pet': '0124w000001lDGaAAM',\n            'Salon Iris': '0124w000001lDGaAAM',\n            'Orchid': '0124w000001lDGaAAM',\n            'DaySmart Vet': '0124w000001lDKyAAM'\n        };\n\n        \/\/ Define mapping of Program Code to Record Type Name (L)\n        const programCodeToRecordTypeNameMap = {\n            'DaySmart Appointments': 'AppPlus_SMB_Lead_Type',\n            'InkBook': 'DaySmart',\n            '123Pet': 'DaySmart',\n            'Salon Iris': 'DaySmart',\n            'Orchid': 'DaySmart',\n            'DaySmart Vet': 'Vetter'\n        };\n\n        form.onSubmit(function(submittingForm) {\n            let vals = form.vals();\n\n            \/\/ \u2500\u2500 Capture _fbp\/_fbc into FT cookies at submit time \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n            \/\/ The Meta pixel fires asynchronously so these cookies may not\n            \/\/ exist on initial page load. By form submit they are guaranteed\n            \/\/ to be present.\n            const FT_PREFIX   = \"ds__ft_\";\n            const COOKIE_DAYS = 365;\n\n            function getCookie(name) {\n                const match = document.cookie.match(\n                    new RegExp(\"(?:^|;\\\\s*)\" + encodeURIComponent(name) + \"=([^;]*)\")\n                );\n                return match ? decodeURIComponent(match[1]) : null;\n            }\n\n            function setCookie(name, value, days) {\n                const expires = new Date(Date.now() + days * 864e5).toUTCString();\n                document.cookie =\n                    encodeURIComponent(name) + \"=\" + encodeURIComponent(value) +\n                    \"; expires=\" + expires + \"; path=\/; SameSite=Lax\";\n            }\n\n            [\"_fbc\", \"_fbp\"].forEach(function(param) {\n                const ftCookieName = FT_PREFIX + param;\n                const existingFt   = getCookie(ftCookieName);\n                const sourceValue  = getCookie(param);\n                if (!existingFt && sourceValue) {\n                    setCookie(ftCookieName, sourceValue, COOKIE_DAYS);\n                }\n            });\n\n            \/\/ Evaluate the consent checkbox\n            const consentCheckbox = form.getFormElem().find('input[name=\"consentCheckbox\"]');\n            if (consentCheckbox.is(':checked')) {\n                submittingForm.addHiddenFields({\n                    'SMS_Consent_Status__c': 'Opted-In'\n                });\n            }\n\n            \/\/ If Program__c is empty, determine it based on the current URL\n            if (!vals['Program__c']) {\n                Object.keys(productTypeToProgramCodeMap).some(function(type) {\n                    const pattern = new RegExp(`daysmart\\\\.com\\\\\/${type.toLowerCase()}`);\n                    if (pattern.test(document.location.href)) {\n                        const programCode = productTypeToProgramCodeMap[type];\n                        vals['Program__c'] = programCode;\n                        submittingForm.addHiddenFields({ 'Program__c': programCode });\n                        return true;\n                    }\n                    return false;\n                });\n            }\n\n            \/\/ Set the RecordTypeId and Record Type Name (L) based on Program Code.\n            const recordTypeId = programCodeToRecordTypeIdMap[vals['Program__c']] || '';\n            const recordTypeName = programCodeToRecordTypeNameMap[vals['Program__c']] || '';\n            submittingForm.addHiddenFields({\n                RecordTypeId: recordTypeId,\n                Record_Type_Name__c_lead: recordTypeName\n            });\n        });\n\n\t\tvar userAgent = navigator.userAgent;\n\n        \/\/ Add some hidden fields\n        form.addHiddenFields({\n            gaconnector_Last_Click_Referrer__c: document.referrer,\n\t\t\tgaconnector_Last_Click_Landing_Page__c: document.location.href,\n\t\t\tRecent_Conversion_Date__c: new Date().toISOString(),\n            Lead_Source_Detail__c: \"Calendly - Marketing Site\",\n\t\t\tDevice__c: userAgent\t\t\t\n        });\n\n        \/\/ Function to extract UTM parameters from the URL\n        function getUTMParameters() {\n            const params = new URLSearchParams(window.location.search);\n            const utmParams = [];\n            ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content'].forEach(param => {\n                if (params.has(param)) {\n                    utmParams.push(`${param}=${encodeURIComponent(params.get(param))}`);\n                }\n            });\n            return utmParams.length ? '&' + utmParams.join('&') : '';\n        }\n\n        \/\/ Define map for keywords to redirect URLs\n        const urlRedirectMap = {\n\t\t\t'\/appointments\/': 'https:\/\/calendly.com\/d\/ck6p-syc-qjv',\n\t\t\t'\/salon\/': 'https:\/\/calendly.com\/d\/cqkn-br8-mjg',\n\t\t\t'\/spa\/': 'https:\/\/calendly.com\/d\/cqkn-br8-mjg',\n\t\t\t'\/bodyart\/': 'https:\/\/calendly.com\/d\/cqkn-br8-mjg',\n\t\t\t'\/pet\/': 'https:\/\/calendly.com\/d\/cqdm-kq2-fm5',\n\t\t\t'\/vet\/': 'https:\/\/calendly.com\/d\/ckhs-w7r-ysf'\n\t\t};\n\n        \/\/ On successful form submission, handle redirection with calendly autofill & UTM parameters\n        form.onSuccess(function(values, followUpUrl) {\n            let redirectUrl = \"\";\n\n            \/\/ Check the current URL for any of the keywords & stores the matching key and its URL value\n            Object.keys(urlRedirectMap).some(function(keyword) {\n                if (document.location.href.toLowerCase().includes(keyword)) {\n\t\t\t\t\tmatchedKey = keyword;\n                    redirectUrl = urlRedirectMap[keyword];\n                    return true; \/\/ Stop iteration if match is found\n                }\n                return false;\n            });\n\t\t\t\n\t\t\t\/\/ Use jQuery to explicitly get the values from the form fields, accommodating known user pre-fill\n\t\t\tconst firstName = encodeURIComponent(form.getFormElem().find('input[name=\"FirstName\"]').val() || '');\n\t\t\tconst lastName = encodeURIComponent(form.getFormElem().find('input[name=\"LastName\"]').val() || '');\n\t\t\tconst companyName = encodeURIComponent(form.getFormElem().find('input[name=\"Company\"]').val() || '');\n\t\t\tconst phoneNumber = encodeURIComponent(form.getFormElem().find('input[name=\"Phone\"]').val() || '');\n\t\t\tconst emailAddress = encodeURIComponent(form.getFormElem().find('input[name=\"Email\"]').val() || '');\n\t\t\tconst state = encodeURIComponent(form.getFormElem().find('select[name=\"State\"]').val() || '');\n\t\t\t\/\/const businessType = encodeURIComponent(values['Business_Type__c'] || '');\n\t\t\t\n\t\t\t\/\/ Build the query parameters using the extracted values\n\t\t\tlet queryParams = \"\";\n\t\t\t\n\t\t\tqueryParams =\n\t\t\t`?a1=${firstName}%20${lastName}` +\n\t\t\t`&a2=${companyName}` +\n\t\t\t`&a3=%2B1${phoneNumber}` +\n\t\t\t`&a4=${emailAddress}` +\n\t\t\t`&a5=${state}` +\n\t\t\t`&autofill=true`;\n\n            \/\/ Append UTM parameters from the current URL\n            const utmParams = getUTMParameters(); \n\t\t\t\n            \/\/ Redirect to the selected URL with appended query parameters and UTM parameters\n            if (redirectUrl) {\n                window.location.href = redirectUrl + queryParams + utmParams;\n            }\n\t\t\t\n            return false; \/\/ Prevent the form's default follow-up behavior\n        });\n    });\n\t\n\t\/\/ Call the autoFillCascade function to set UTM values\n    autoFillCascade([\n\n    \/\/ \u2500\u2500 LAST CLICK \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    { name: \"gaconnector_Last_Click_Source__c\",   channel: \"currentQuery\", selector: \"utm_source\" },\n    { name: \"gaconnector_Last_Click_Source__c\",   channel: \"cookie\",       selector: \"ds__default_utm_source\" },\n    { name: \"gaconnector_Last_Click_Medium__c\",   channel: \"currentQuery\", selector: \"utm_medium\" },\n    { name: \"gaconnector_Last_Click_Medium__c\",   channel: \"cookie\",       selector: \"ds__default_utm_medium\" },\n    { name: \"gaconnector_Last_Click_Campaign__c\", channel: \"currentQuery\", selector: \"utm_campaign\" },\n    { name: \"gaconnector_Last_Click_Campaign__c\", channel: \"cookie\",       selector: \"ds__default_utm_campaign\" },\n    { name: \"gaconnector_Last_Click_Content__c\",  channel: \"currentQuery\", selector: \"utm_content\" },\n    { name: \"gaconnector_Last_Click_Content__c\",  channel: \"cookie\",       selector: \"ds__default_utm_content\" },\n    { name: \"gaconnector_Last_Click_Term__c\",     channel: \"currentQuery\", selector: \"utm_term\" },\n    { name: \"gaconnector_Last_Click_Term__c\",     channel: \"cookie\",       selector: \"ds__default_utm_term\" },\n    { name: \"GCLID__c\",                           channel: \"currentQuery\", selector: \"gclid\" },\n    { name: \"GCLID__c\",                           channel: \"cookie\",       selector: \"ds__default_gclid\" },\n    { name: \"Click_ID__c\",                        channel: \"currentQuery\", selector: \"fbclid\" },\n    { name: \"Click_ID__c\",                        channel: \"cookie\",       selector: \"_fbc\" },\n    { name: \"Pixel_ID__c\",                        channel: \"cookie\",       selector: \"_fbp\" },\n\n    \/\/ \u2500\u2500 FIRST TOUCH \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    { name: \"gaconnector_First_Click_Source__c\",   channel: \"cookie\", selector: \"ds__ft_utm_source\" },\n    { name: \"gaconnector_First_Click_Medium__c\",   channel: \"cookie\", selector: \"ds__ft_utm_medium\" },\n    { name: \"gaconnector_First_Click_Campaign__c\", channel: \"cookie\", selector: \"ds__ft_utm_campaign\" },\n    { name: \"gaconnector_First_Click_Content__c\",  channel: \"cookie\", selector: \"ds__ft_utm_content\" },\n    { name: \"gaconnector_First_Click_Term__c\",     channel: \"cookie\", selector: \"ds__ft_utm_term\" },\n\n    \/\/ \u2500\u2500 OTHER (unchanged) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    { name: \"Lead_Owner_Custom__c\", channel: \"currentQuery\", selector: \"utm_owner\" },\n    { name: \"Lead_Owner_Custom__c\", channel: \"cookie\",       selector: \"ds__default_utm_owner\" },\n    { name: \"Promo_Type__c\",        channel: \"currentQuery\", selector: \"utm_promo\" },\n    { name: \"Promo_Type__c\",        channel: \"cookie\",       selector: \"ds__default_utm_promo\" },\n    { name: \"WBRAID__c\",            channel: \"currentQuery\", selector: \"wbraid\" },\n    { name: \"GBRAID__c\",            channel: \"currentQuery\", selector: \"gbraid\" },\n  ]);\n});\n<\/script>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Test<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"page_tag":[101],"class_list":["post-2079","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>HV Test - DaySmart Salon<\/title>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HV Test\" \/>\n<meta property=\"og:description\" content=\"Test\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.daysmart.com\/salon\/hv-test\/\" \/>\n<meta property=\"og:site_name\" content=\"DaySmart Salon\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-17T20:18:23+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/hv-test\\\/\",\"url\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/hv-test\\\/\",\"name\":\"HV Test - DaySmart Salon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/#website\"},\"datePublished\":\"2023-10-20T18:36:28+00:00\",\"dateModified\":\"2026-06-17T20:18:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/hv-test\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/hv-test\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/hv-test\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HV Test\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/#website\",\"url\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/\",\"name\":\"DaySmart Salon\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/#organization\",\"name\":\"DaySmart Salon\",\"url\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/06\\\/Salon-Logo-White-Final-v1.svg?wsr\",\"contentUrl\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/06\\\/Salon-Logo-White-Final-v1.svg?wsr\",\"width\":221,\"height\":57,\"caption\":\"DaySmart Salon\"},\"image\":{\"@id\":\"https:\\\/\\\/www.daysmart.com\\\/salon\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"HV Test - DaySmart Salon","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_US","og_type":"article","og_title":"HV Test","og_description":"Test","og_url":"https:\/\/www.daysmart.com\/salon\/hv-test\/","og_site_name":"DaySmart Salon","article_modified_time":"2026-06-17T20:18:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.daysmart.com\/salon\/hv-test\/","url":"https:\/\/www.daysmart.com\/salon\/hv-test\/","name":"HV Test - DaySmart Salon","isPartOf":{"@id":"https:\/\/www.daysmart.com\/salon\/#website"},"datePublished":"2023-10-20T18:36:28+00:00","dateModified":"2026-06-17T20:18:23+00:00","breadcrumb":{"@id":"https:\/\/www.daysmart.com\/salon\/hv-test\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.daysmart.com\/salon\/hv-test\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.daysmart.com\/salon\/hv-test\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.daysmart.com\/salon\/"},{"@type":"ListItem","position":2,"name":"HV Test"}]},{"@type":"WebSite","@id":"https:\/\/www.daysmart.com\/salon\/#website","url":"https:\/\/www.daysmart.com\/salon\/","name":"DaySmart Salon","description":"","publisher":{"@id":"https:\/\/www.daysmart.com\/salon\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.daysmart.com\/salon\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.daysmart.com\/salon\/#organization","name":"DaySmart Salon","url":"https:\/\/www.daysmart.com\/salon\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.daysmart.com\/salon\/#\/schema\/logo\/image\/","url":"https:\/\/www.daysmart.com\/salon\/wp-content\/uploads\/sites\/2\/2025\/06\/Salon-Logo-White-Final-v1.svg?wsr","contentUrl":"https:\/\/www.daysmart.com\/salon\/wp-content\/uploads\/sites\/2\/2025\/06\/Salon-Logo-White-Final-v1.svg?wsr","width":221,"height":57,"caption":"DaySmart Salon"},"image":{"@id":"https:\/\/www.daysmart.com\/salon\/#\/schema\/logo\/image\/"}}]}},"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"DaySmart Salon","distributor_original_site_url":"https:\/\/www.daysmart.com\/salon","push-errors":false,"_links":{"self":[{"href":"https:\/\/www.daysmart.com\/salon\/wp-json\/wp\/v2\/pages\/2079","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.daysmart.com\/salon\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.daysmart.com\/salon\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.daysmart.com\/salon\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.daysmart.com\/salon\/wp-json\/wp\/v2\/comments?post=2079"}],"version-history":[{"count":0,"href":"https:\/\/www.daysmart.com\/salon\/wp-json\/wp\/v2\/pages\/2079\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.daysmart.com\/salon\/wp-json\/wp\/v2\/media?parent=2079"}],"wp:term":[{"taxonomy":"page_tag","embeddable":true,"href":"https:\/\/www.daysmart.com\/salon\/wp-json\/wp\/v2\/page_tag?post=2079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}