{"id":6,"date":"2025-06-28T13:56:28","date_gmt":"2025-06-28T13:56:28","guid":{"rendered":"https:\/\/movingstaffer.com\/?page_id=6"},"modified":"2025-08-29T09:39:23","modified_gmt":"2025-08-29T09:39:23","slug":"home","status":"publish","type":"page","link":"https:\/\/movingstaffer.com\/","title":{"rendered":"Homepage"},"content":{"rendered":"\n<style>\n    \/* === BASE & VARIABLES === *\/\n    :root {\n      --primary-color: #3a7ba7;\n      --secondary-color: #b6965d;\n      --background-color: #f7f6f5;\n      --border-gray: #e1e4e8;\n      --text-secondary: #333;\n      --white: #fff;\n    }\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n    body {\n      font-family: 'Inter', sans-serif;\n      line-height: 1.6;\n      color: var(--primary-color);\n      background: var(--background-color);\n    }\n    img {\n        max-width: 100%;\n        display: block;\n    }\n    \/* === MAIN CONTENT === *\/\n    \/* Hero Section *\/\n    .hero {\n      background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('https:\/\/movingstaffer.com\/wp-content\/uploads\/2025\/08\/crew-with-carrier.webp') center\/cover no-repeat;\n      color: var(--white); min-height:80vh; display:flex; align-items:center; justify-content:center; text-align:center; padding:2rem;\n    }\n    .hero h1 {font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight:700; margin-bottom:1rem; text-shadow:0 2px 5px rgba(0,0,0,0.5);}\n    .hero p {max-width:600px; margin:0 auto 2rem; font-size:1.2rem; color:#f1f1f1;}\n    .hero-form {\n      background:rgba(255,255,255,0.1); padding:2rem; border-radius:12px;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      -webkit-backdrop-filter:blur(10px);\n      backdrop-filter:blur(10px);\n      max-width: 650px;\n      width: 100%;\n      margin:0 auto; box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);\n    }\n    .hero-form h3 {color:var(--white); margin-bottom:1.5rem; font-size: 1.5rem;}\n   \n    \/* General Section Styles *\/\n    .section {padding:80px 20px;}\n    #services.section {padding: 60px 20px;}\n    .container {max-width:1200px; margin:auto;}\n    .section-title {text-align:center; font-size:2.5rem; color: var(--primary-color); margin-bottom:1rem;}\n    .section-subtitle {text-align:center; font-size:1.1rem; color:var(--text-secondary); max-width:700px; margin: 0 auto 3rem;}\n   \n    \/* Services Section Grid *\/\n    .services-grid {\n        display:grid;\n        gap:1.5rem;\n        grid-template-columns:repeat(2, 1fr);\n        margin-top:2rem;\n    }\n    .service-card {\n      border-radius:12px; overflow:hidden; min-height: 380px; position: relative;\n      display: flex; flex-direction: column; justify-content: flex-end;\n      box-shadow:0 4px 15px rgba(0,0,0,0.1); transition:transform 0.3s ease;\n      background: var(--primary-color);\n    }\n    .service-card::after {\n      content:''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n      background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.95) 100%);\n    }\n    .service-card:hover {transform:translateY(-5px);}\n    .service-card-content {padding:1.5rem; position:relative; z-index:2; color:var(--white);}\n    .service-card-content h3 {margin-bottom:0.5rem; font-size: 1.5rem;}\n    .service-card-content p {margin-bottom:1rem; color: rgba(255,255,255,0.9);}\n    .service-card-cta {\n      display:inline-block; background:var(--secondary-color); color:var(--white);\n      padding:0.6rem 1.6rem; border-radius:50px; text-decoration:none; font-weight:600;\n      box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: all 0.3s ease;\n    }\n    .service-card-cta:hover {transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.25);}\n    .btn-secondary {\n      display:inline-block; margin-top:2rem; background:var(--secondary-color); border:2px solid var(--secondary-color);\n      padding:0.75rem 1.5rem; border-radius:5px; text-decoration:none; color:var(--white); font-weight:600;\n    }\n    .btn-secondary:hover {opacity: 0.9; transform:translateY(-2px);}\n    .service-icon {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      font-size: 6rem;\n      opacity: 0.3;\n      color: var(--white);\n      z-index: 1;\n    }\n   \n    #why-us-section {\n        background: var(--white);\n    }\n    .feature-grid {\n      display:grid; gap:2rem; grid-template-columns:repeat(2, 1fr);\n      max-width: 900px; margin: 2rem auto 0;\n    }\n    .feature-card {\n      background:var(--white); border:1px solid var(--border-gray);\n      padding:1.5rem; border-radius:10px; text-align:center;\n      box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n    }\n    .feature-icon {font-size:2rem; margin-bottom:0.5rem; color: var(--primary-color);}\n   \n    .review-slider-container {\n        overflow: hidden; padding: 2rem 0; position: relative;\n    }\n    .review-slider-container::before, .review-slider-container::after {\n        content: ''; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2;\n    }\n    .review-slider-container::before { left: 0; background: linear-gradient(to right, var(--background-color), transparent); }\n    .review-slider-container::after { right: 0; background: linear-gradient(to left, var(--background-color), transparent); }\n    @keyframes scroll {\n        0% { transform: translateX(0); }\n        100% { transform: translateX(calc(-350px * 6)); }\n    }\n    .review-grid {\n        display: flex; width: calc(350px * 12); gap: 1.5rem; animation: scroll 60s linear infinite;\n    }\n    .review-grid:hover { animation-play-state: paused; }\n    .review-card {\n      flex-shrink: 0; width: 350px; background:var(--white); border-radius:12px; padding:1.5rem;\n      border: 1px solid var(--border-gray); box-shadow:0 4px 15px rgba(0,0,0,0.05); position: relative;\n    }\n    .review-card-google-icon { position: absolute; top: 1rem; right: 1rem; width: 24px; opacity: 0.5; }\n    .review-stars {color:#ffc107; margin-bottom: 0.5rem;}\n   \n    .faq-container {max-width: 800px; margin: 2rem auto 0;}\n    .faq-item {border-bottom: 1px solid var(--border-gray);}\n    .faq-item summary {\n        padding: 1.5rem 0; font-size: 1.1rem; font-weight: 600;\n        cursor: pointer; list-style: none; position: relative; color: var(--primary-color);\n    }\n    .faq-item summary::-webkit-details-marker {display: none;}\n    .faq-item summary::after {\n        content: '+'; position: absolute; right: 0; font-size: 1.5rem; transition: transform 0.2s;\n    }\n    .faq-item[open] summary::after {transform: rotate(45deg);}\n    .faq-content {padding-bottom: 1.5rem; color: var(--text-secondary);}\n   \n    .text-right {\n        text-align: right;\n    }\n    \/* === RESPONSIVE === *\/\n    @media (max-width: 768px) {\n        #why-us-section { background-attachment: scroll; }\n        .services-grid { grid-template-columns: 1fr; }\n        .text-right { text-align: center; }\n        .feature-grid {grid-template-columns: 1fr;}\n        .review-grid {animation-duration: 80s;}\n    }\n  <\/style>\n  <section class=\"hero\">\n    <div>\n      <h1>Your Platform for Connecting Reliable Moving Crews and Carriers<\/h1>\n      <p>Connect carriers with skilled helpers and crews for efficient moving operations. Moving Staffer ensures reliable matches, vetted professionals, and seamless collaborations.<\/p>\n      <div class=\"hero-form\">\n        <h3>Get Started with Your Free Matching Quote<\/h3>\n        <div class='fluentform ff-default fluentform_wrapper_3 ffs_default_wrap'><form data-form_id=\"3\" id=\"fluentform_3\" class=\"frm-fluent-form fluent_form_3 ff-el-form-top ff_form_instance_3_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_3_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Free Quote<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='6' \/><input type=\"hidden\" id=\"_fluentform_3_fluentformnonce\" name=\"_fluentform_3_fluentformnonce\" value=\"e7155954af\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F6\" \/><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_input_text' aria-label=\"Full Name\">Full Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text\" class=\"ff-el-form-control\" placeholder=\"Full Name\" data-name=\"input_text\" id=\"ff_3_input_text\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div data-name=\"ff_cn_id_1\"  class='ff-t-container ff-column-container ff_columns_total_2  '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_3_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_input_text_3' aria-label=\"Phone Number\">Phone Number<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text_3\" class=\"ff-el-form-control\" placeholder=\"Phone Number\" data-name=\"input_text_3\" id=\"ff_3_input_text_3\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_2\"  class='ff-t-container ff-column-container ff_columns_total_2  '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_dropdown' aria-label=\"Crew Size\"> Crew Size<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_3_dropdown\" class=\"ff-el-form-control\" data-name=\"dropdown\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=false><option value=\"\">- Crew Size-<\/option><option value=\"1 - 3\"  >1 - 3<\/option><option value=\"3 - 6\"  >3 - 6<\/option><option value=\"6 - 10 \"  >6 - 10<\/option><option value=\"10+\"  >10+<\/option><\/select><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_dropdown_1' aria-label=\"- Size of truck -\">- Size of truck -<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown_1\" id=\"ff_3_dropdown_1\" class=\"ff-el-form-control\" data-name=\"dropdown_1\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=false><option value=\"\">- Size of truck -<\/option><option value=\"18 Foot\"  >18 Foot<\/option><option value=\"26 Foot\"  >26 Foot<\/option><option value=\"53 Foot Semi\"  >53 Foot Semi<\/option><\/select><\/div><\/div><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\" >Submit Request<\/button><\/div><\/fieldset><\/form><div id='fluentform_3_errors' class='ff-errors-in-stack ff_form_instance_3_1 ff-form-loading_errors ff_form_instance_3_1_errors'><\/div><\/div>        <script type=\"text\/javascript\">\n            window.fluent_form_ff_form_instance_3_1 = {\"id\":\"3\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_3_1\",\"form_id_selector\":\"fluentform_3\",\"rules\":{\"input_text\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"email\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global_message\":\"This field must contain a valid email\",\"global\":true}},\"input_text_3\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"dropdown\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"dropdown_1\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}}},\"debounce_time\":300};\n                    <\/script>\n        \n      <\/div>\n    <\/div>\n  <\/section>\n  <section id=\"services\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">Our Matching Services<\/h2>\n      <p class=\"section-subtitle\">Connecting carriers with reliable crews and helpers for all your moving needs<\/p>\n      <div class=\"services-grid\">\n        <div class=\"service-card\">\n          <div class=\"service-icon\">\ud83e\udd1d<\/div>\n          <div class=\"service-card-content\">\n            <h3>Crew Matching for Carriers<\/h3>\n            <p>Find vetted, reliable crews and helpers to support your moving operations across distances.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"service-card\">\n          <div class=\"service-icon\">\ud83d\udc65<\/div>\n          <div class=\"service-card-content\">\n            <h3>Helper Connections<\/h3>\n            <p>Match skilled helpers with carriers needing assistance for packing, loading, and more.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"service-card\">\n          <div class=\"service-icon\">\ud83d\udd12<\/div>\n          <div class=\"service-card-content\">\n            <h3>Secure Crew Placement<\/h3>\n            <p>Place reliable crews with trusted carriers for safe and efficient moving projects nationwide.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"service-card\">\n          <div class=\"service-icon\">\u2699\ufe0f<\/div>\n          <div class=\"service-card-content\">\n            <h3>Flexible Staffing Solutions<\/h3>\n            <p>Temporary or ongoing crew connections for carriers handling various moving requirements.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  <section id=\"why-us-section\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">Why Choose Moving Staffer?<\/h2>\n      <div class=\"feature-grid\">\n        <div class=\"feature-card\"><div class=\"feature-icon\">\ud83c\udfc6<\/div><h3>Vetted &#038; Reliable<\/h3><p>All crews and carriers are thoroughly vetted for your peace of mind and successful collaborations.<\/p><\/div>\n        <div class=\"feature-card\"><div class=\"feature-icon\">\u23f1\ufe0f<\/div><h3>Quick Matches<\/h3><p>We value your time and ensure fast, reliable connections every time.<\/p><\/div>\n        <div class=\"feature-card\"><div class=\"feature-icon\">\ud83d\udce6<\/div><h3>Moving Specialists<\/h3><p>Experts in connecting for household and commercial moves with specialized matching tools.<\/p><\/div>\n        <div class=\"feature-card\"><div class=\"feature-icon\">\ud83d\uddfd<\/div><h3>New Jersey Based<\/h3><p>Proudly operating from Jersey City, NJ with deep knowledge of regional logistics.<\/p><\/div>\n      <\/div>\n  <\/div>\n<\/section>\n  <section id=\"reviews\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">What Our Users Say<\/h2>\n      <div class=\"review-slider-container\">\n        <div class=\"review-grid\">\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Moving Staffer connected us with an amazing crew for our long-distance jobs. Professional and on time!&#8221;<\/p><strong>&#8211; Sarah M., Carrier<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Best platform for finding reliable carriers. The matching process is seamless and efficient.&#8221;<\/p><strong>&#8211; Michael R., Crew Leader<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Connected from NJ to Florida with great helpers. Excellent communication throughout.&#8221;<\/p><strong>&#8211; Jennifer L., Carrier<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Reliable matches, professional crews, and affordable. Made our operations stress-free.&#8221;<\/p><strong>&#8211; David K., Carrier<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Excellent helper connections and careful vetting for our moving projects.&#8221;<\/p><strong>&#8211; Lisa T., Crew Member<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Great platform, fair terms, and connected exactly when needed. Highly recommend!&#8221;<\/p><strong>&#8211; Robert W., Carrier<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Moving Staffer connected us with an amazing crew for our long-distance jobs. Professional and on time!&#8221;<\/p><strong>&#8211; Sarah M., Carrier<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Best platform for finding reliable carriers. The matching process is seamless and efficient.&#8221;<\/p><strong>&#8211; Michael R., Crew Leader<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Connected from NJ to Florida with great helpers. Excellent communication throughout.&#8221;<\/p><strong>&#8211; Jennifer L., Carrier<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Reliable matches, professional crews, and affordable. Made our operations stress-free.&#8221;<\/p><strong>&#8211; David K., Carrier<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Excellent helper connections and careful vetting for our moving projects.&#8221;<\/p><strong>&#8211; Lisa T., Crew Member<\/strong><\/div>\n            <div class=\"review-card\"><div class=\"review-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div><p>&#8220;Great platform, fair terms, and connected exactly when needed. Highly recommend!&#8221;<\/p><strong>&#8211; Robert W., Carrier<\/strong><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  <section id=\"faq\" class=\"section\" style=\"background:var(--white);\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n      <p class=\"section-subtitle\">Common questions about our crew and carrier connection services.<\/p>\n      <div class=\"faq-container\">\n          <details class=\"faq-item\"><summary>What makes Moving Staffer different from other staffing platforms?<\/summary><div class=\"faq-content\"><p>We specialize in connecting moving carriers with reliable crews and helpers. Our platform ensures vetted matches, with a focus on reliability and efficiency for moving operations.<\/p><\/div><\/details>\n          <details class=\"faq-item\"><summary>Are the crews and carriers vetted?<\/summary><div class=\"faq-content\"><p>Yes, all users are thoroughly vetted, including background checks and reviews, to ensure safe and reliable connections.<\/p><\/div><\/details>\n          <details class=\"faq-item\"><summary>How do you calculate fees for connections?<\/summary><div class=\"faq-content\"><p>Fees are based on the type of match and project size. We provide transparent pricing with no hidden costs. Contact us at (212) 555-1234 for details.<\/p><\/div><\/details>\n          <details class=\"faq-item\"><summary>Do you provide support for matching skilled helpers?<\/summary><div class=\"faq-content\"><p>Yes, our platform matches carriers with skilled helpers trained in packing, loading, and other moving tasks for efficient operations.<\/p><\/div><\/details>\n        <\/div>\n    <\/div>\n  <\/section>\n","protected":false},"excerpt":{"rendered":"<p>Your Platform for Connecting Reliable Moving Crews and Carriers Connect carriers with skilled helpers and crews for efficient moving operations. Moving Staffer ensures reliable matches, vetted professionals, and seamless collaborations. Get Started with Your Free Matching Quote Our Matching Services Connecting carriers with reliable crews and helpers for all your moving needs \ud83e\udd1d Crew Matching &#8230; <a title=\"Homepage\" class=\"read-more\" href=\"https:\/\/movingstaffer.com\/\" aria-label=\"Read more about Homepage\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/movingstaffer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":21,"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":136,"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/136"}],"wp:attachment":[{"href":"https:\/\/movingstaffer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}