{"id":1841,"date":"2017-08-11T13:40:49","date_gmt":"2017-08-11T20:40:49","guid":{"rendered":"http:\/\/www.teamwavelength.com\/maintenance\/?page_id=1841"},"modified":"2024-09-09T09:03:39","modified_gmt":"2024-09-09T15:03:39","slug":"contact","status":"publish","type":"page","link":"https:\/\/www.teamwavelength.com\/maintenance\/contact\/","title":{"rendered":"Contact Us"},"content":{"rendered":"<div class=\"wpb-content-wrapper\">[vc_row][vc_column width=&#8221;1\/4&#8243;][vc_column_text disable_pattern=&#8221;false&#8221;]\n<h3>Location<\/h3>\n<p>Contact Wavelength Electronics, Inc. at:<\/p>\n<p><b>Shipping Address:<\/b><br \/>\n51 Evergreen Dr.<br \/>\nBozeman, MT 59715<br \/>\n[\/vc_column_text][vc_single_image image=&#8221;2317&#8243; img_size=&#8221;220&#215;74&#8243; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;https:\/\/www.google.com\/maps\/place\/Wavelength+Electronics,+Inc.\/@45.695861,-111.0395907,17z\/data=!4m15!1m9!4m8!1m0!1m6!1m2!1s0x5345443e2fd68721:0x4d0bdef358d7b7a9!2sWavelength+Electronics,+Inc.,+51+Evergreen+Dr,+Bozeman,+MT+59715!2m2!1d-111.037402!2d45.695861!3m4!1s0x5345443e2fd68721:0x4d0bdef358d7b7a9!8m2!3d45.695861!4d-111.037402?shorturl=1&#8243;][vc_column_text disable_pattern=&#8221;false&#8221; css=&#8221;.vc_custom_1702591624266{margin-bottom: 0px !important;}&#8221;]\n<h3><\/h3>\n<p><b>Remit To Address:<\/b><br \/>\nP.O. Box 865<br \/>\nBozeman, MT 59771<\/p>\n<p><strong>Phone:<\/strong> (406) 587-4910[\/vc_column_text][vc_column_text disable_pattern=&#8221;false&#8221;]\n<h3>Business Hours<\/h3>\n<p>Our business hours are Monday-Friday 8:00 AM &#8211; 5:00 PM MST<\/p>\n[\/vc_column_text][vc_single_image image=&#8221;2163&#8243; img_size=&#8221;220&#215;74&#8243; onclick=&#8221;custom_link&#8221; link=&#8221;http:\/\/www.teamwavelength.com\/maintenance\/request-a-quote\/&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text disable_pattern=&#8221;false&#8221; css=&#8221;.vc_custom_1725894215734{margin-bottom: 0px !important;}&#8221;]\n<h3>To place an order:<\/h3>\n<ul>\n<li>Call us or a <a href=\"http:\/\/www.teamwavelength.com\/maintenance\/contact\/distributors\/\">Distributor<\/a>\u00a0with your credit card number.<\/li>\n<li>Buy online from the <a href=\"http:\/\/www.teamwavelength.com\/maintenance\/shop\/\">Product Store<\/a>.<\/li>\n<li>Email \/ fax us your Purchase Order.<\/li>\n<\/ul>\n[\/vc_column_text][vc_column_text]\n<h3>Contact Us<\/h3>\n[\/vc_column_text]<script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 4.0 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_1' ><div id='gf_1' class='gform_anchor' tabindex='-1'><\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_1' id='gform_1'  action='\/maintenance\/wp-json\/wp\/v2\/pages\/1841#gf_1' data-formid='1' novalidate> \r\n <input type='hidden' class='gforms-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/>\n                        <div class='gform-body gform_body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_1_9\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_9'>Comments<\/label><div class='ginput_container'><input name='input_9' id='input_1_9' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_1_9'>This field is for validation purposes and should be left unchanged.<\/div><\/li><li id=\"field_1_1\" class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_1'>Full Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_1_1' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_4\" class=\"gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_4'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_4' id='input_1_4' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_1_5\" class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_5'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_1_5' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_6\" class=\"gfield gfield--type-textarea gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_6'>Message<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_6' id='input_1_6' class='textarea medium'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_1_7\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Consent<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_7'><li class='gchoice gchoice_1_7_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_7.1' type='checkbox'  value='By submitting this form I agree with the storage and handling of my data as outlined in the &lt;a href=&quot;http:\/\/www.teamwavelength.com\/maintenance\/privacy-policy\/&quot;&gt;Privacy Policy&lt;\/a&gt;.'  id='choice_1_7_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_7_1' id='label_1_7_1' class='gform-field-label gform-field-label--type-inline'>By submitting this form I agree with the storage and handling of my data as outlined in the <a href=\"http:\/\/www.teamwavelength.com\/maintenance\/privacy-policy\/\">Privacy Policy<\/a>.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_8\" class=\"gfield gfield--type-captcha gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_8'>CAPTCHA<\/label><div id='input_1_8' class='ginput_container ginput_recaptcha' data-sitekey='6LcKXLgUAAAAAIUaU2YHQqVICZ0TcG51cl9sevCM'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy&amp;styles=[]&amp;hash=f0819babe37e4a2b08217e8530d83d0f' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='nNSpg\/a7AsOPmTQg4n30giJxN8vCvxoX+zY8p98lxv\/wQ8kg\/KSpDsI03BlLSOTvAqCg9BgcBOov4HaJOLKKLdZqyueC6P1LrXz8+k4QkOpsOts=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsImEwMjVmMDVjYzkxMjVlNjUwM2MyMTIyOTNlZTJjMjBkIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/www.teamwavelength.com\/maintenance\/wp-content\/themes\/jupiter-child\/images\/ajax-loader.gif', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/www.teamwavelength.com\/maintenance\/wp-content\/themes\/jupiter-child\/images\/ajax-loader.gif', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 1, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n[\/vc_column][vc_column width=&#8221;1\/4&#8243;][vc_column_text disable_pattern=&#8221;false&#8221;]\n<h3>Email Addresses<\/h3>\n<p><strong>Sales &amp; Tech Support:<\/strong><br \/>\n<a href=\"mailto:sales@teamwavelength.com\">sales@teamwavelength.com<\/a><br \/>\n<a href=\"mailto:techsupport@teamwavelength.com\">techsupport@teamwavelength.com<\/a><\/p>\n<p><strong>Accounts Receivable &amp; Payable:<\/strong><br \/>\n<a href=\"mailto:accounting@teamwavelength.com\">accounting@teamwavelength.com<\/a><\/p>\n<p><strong>Website Issues:<\/strong><br \/>\n<a href=\"mailto:webmaster@teamwavelength.com\">webmaster@teamwavelength.com<\/a><\/p>\n<p><strong>Data Privacy Issues:<\/strong><br \/>\n<a href=\"mailto:dataprotection@teamwavelength.com\">dataprotection@teamwavelength.com<\/a>[\/vc_column_text][vc_single_image image=&#8221;3206&#8243; img_size=&#8221;220&#215;74&#8243; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;http:\/\/teamwavelength.us4.list-manage.com\/subscribe?u=e683bb028455c6da2682e79a6&amp;id=cb59ea9375&#8243;][\/vc_column][\/vc_row]\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;1\/4&#8243;][vc_column_text disable_pattern=&#8221;false&#8221;] Location Contact Wavelength Electronics, Inc. at: Shipping Address: 51 Evergreen Dr. Bozeman, MT 59715 [\/vc_column_text][vc_single_image image=&#8221;2317&#8243; img_size=&#8221;220&#215;74&#8243; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;https:\/\/www.google.com\/maps\/place\/Wavelength+Electronics,+Inc.\/@45.695861,-111.0395907,17z\/data=!4m15!1m9!4m8!1m0!1m6!1m2!1s0x5345443e2fd68721:0x4d0bdef358d7b7a9!2sWavelength+Electronics,+Inc.,+51+Evergreen+Dr,+Bozeman,+MT+59715!2m2!1d-111.037402!2d45.695861!3m4!1s0x5345443e2fd68721:0x4d0bdef358d7b7a9!8m2!3d45.695861!4d-111.037402?shorturl=1&#8243;][vc_column_text disable_pattern=&#8221;false&#8221; css=&#8221;.vc_custom_1702591624266{margin-bottom: 0px !important;}&#8221;] Remit To Address: P.O. Box 865 Bozeman, MT 59771 Phone: (406) 587-4910[\/vc_column_text][vc_column_text disable_pattern=&#8221;false&#8221;] Business Hours Our business hours are Monday-Friday 8:00 AM &#8211; 5:00 PM MST [\/vc_column_text][vc_single_image image=&#8221;2163&#8243; [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1841","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.teamwavelength.com\/maintenance\/wp-json\/wp\/v2\/pages\/1841","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.teamwavelength.com\/maintenance\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.teamwavelength.com\/maintenance\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.teamwavelength.com\/maintenance\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.teamwavelength.com\/maintenance\/wp-json\/wp\/v2\/comments?post=1841"}],"version-history":[{"count":48,"href":"https:\/\/www.teamwavelength.com\/maintenance\/wp-json\/wp\/v2\/pages\/1841\/revisions"}],"predecessor-version":[{"id":69240,"href":"https:\/\/www.teamwavelength.com\/maintenance\/wp-json\/wp\/v2\/pages\/1841\/revisions\/69240"}],"wp:attachment":[{"href":"https:\/\/www.teamwavelength.com\/maintenance\/wp-json\/wp\/v2\/media?parent=1841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}