{"id":6,"date":"2026-08-13T00:15:43","date_gmt":"2026-08-13T00:15:43","guid":{"rendered":"https:\/\/chemuc.com\/?page_id=6"},"modified":"2026-08-13T00:16:14","modified_gmt":"2026-08-13T00:16:14","slug":"sales-page-for-waiting-without-breaking-product","status":"publish","type":"page","link":"https:\/\/chemuc.com\/?page_id=6","title":{"rendered":"Sales Page for Waiting Without Breaking Product"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6\" class=\"elementor elementor-6\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f952263 e-flex e-con-boxed e-con e-parent\" data-id=\"f952263\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89013d6 elementor-widget elementor-widget-html\" data-id=\"89013d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Waiting Without Breaking \u2014 A Guide for Christian Women Still Waiting<\/title>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600&family=Work+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  :root{\r\n    --ivory:#FAF7F1;\r\n    --paper:#F3EEE4;\r\n    --ink:#2A2823;\r\n    --ink-soft:#5B5648;\r\n    --gold:#A9824F;\r\n    --gold-deep:#8A6A3D;\r\n    --sage:#7C8A78;\r\n    --sage-pale:#E7EBE3;\r\n    --blush:#E9DED2;\r\n    --line:#DCD3C3;\r\n    --white:#FFFFFF;\r\n    --radius:2px;\r\n  }\r\n\r\n  *{box-sizing:border-box; margin:0; padding:0;}\r\n\r\n  html{scroll-behavior:smooth;}\r\n\r\n  body{\r\n    font-family:'Work Sans', sans-serif;\r\n    background:var(--ivory);\r\n    color:var(--ink);\r\n    line-height:1.6;\r\n    font-weight:400;\r\n    -webkit-font-smoothing:antialiased;\r\n  }\r\n\r\n  h1,h2,h3,.serif{\r\n    font-family:'Fraunces', serif;\r\n    font-weight:500;\r\n    letter-spacing:-0.01em;\r\n    color:var(--ink);\r\n  }\r\n\r\n  a{color:inherit;}\r\n  img{max-width:100%; display:block;}\r\n\r\n  .wrap{\r\n    max-width:640px;\r\n    margin:0 auto;\r\n    padding:0 24px;\r\n  }\r\n\r\n  \/* ===== Urgency bar ===== *\/\r\n  .urgency-bar{\r\n    background:var(--ink);\r\n    color:var(--ivory);\r\n    text-align:center;\r\n    font-size:13px;\r\n    letter-spacing:0.04em;\r\n    padding:11px 16px;\r\n    font-weight:500;\r\n  }\r\n  .urgency-bar span.dot{\r\n    display:inline-block;\r\n    width:6px; height:6px;\r\n    border-radius:50%;\r\n    background:var(--gold);\r\n    margin-right:8px;\r\n    vertical-align:middle;\r\n  }\r\n\r\n  \/* ===== Dawn signature strip ===== *\/\r\n  .dawn{\r\n    height:6px;\r\n    width:100%;\r\n    background:linear-gradient(90deg, var(--sage) 0%, var(--gold) 50%, var(--blush) 100%);\r\n    background-size:200% 100%;\r\n    animation:driftDawn 14s ease-in-out infinite;\r\n  }\r\n  @keyframes driftDawn{\r\n    0%{background-position:0% 50%;}\r\n    50%{background-position:100% 50%;}\r\n    100%{background-position:0% 50%;}\r\n  }\r\n  @media (prefers-reduced-motion: reduce){\r\n    .dawn{animation:none;}\r\n  }\r\n\r\n  \/* ===== Hero ===== *\/\r\n  .hero{\r\n    padding:64px 0 40px;\r\n    text-align:center;\r\n  }\r\n  .eyebrow{\r\n    font-size:12px;\r\n    text-transform:uppercase;\r\n    letter-spacing:0.14em;\r\n    color:var(--gold-deep);\r\n    font-weight:600;\r\n    margin-bottom:22px;\r\n  }\r\n  .headline{\r\n    font-size:clamp(28px, 5vw, 38px);\r\n    line-height:1.28;\r\n    margin-bottom:20px;\r\n  }\r\n  .headline em{\r\n    font-style:italic;\r\n    color:var(--gold-deep);\r\n  }\r\n  .subheadline{\r\n    font-size:16px;\r\n    color:var(--ink-soft);\r\n    max-width:520px;\r\n    margin:0 auto;\r\n    line-height:1.65;\r\n  }\r\n\r\n  \/* ===== CTA button ===== *\/\r\n  .cta-wrap{\r\n    text-align:center;\r\n    margin:36px 0 12px;\r\n  }\r\n  .btn{\r\n    display:inline-block;\r\n    background:var(--ink);\r\n    color:var(--ivory);\r\n    font-family:'Work Sans', sans-serif;\r\n    font-weight:600;\r\n    font-size:15px;\r\n    padding:17px 34px;\r\n    border-radius:var(--radius);\r\n    text-decoration:none;\r\n    letter-spacing:0.01em;\r\n    border:none;\r\n    cursor:pointer;\r\n    transition:background 0.2s ease, transform 0.15s ease;\r\n  }\r\n  .btn:hover{ background:var(--gold-deep); }\r\n  .btn:focus-visible{\r\n    outline:3px solid var(--gold);\r\n    outline-offset:3px;\r\n  }\r\n  .btn-sub{\r\n    font-size:12.5px;\r\n    color:var(--ink-soft);\r\n    margin-top:12px;\r\n    letter-spacing:0.02em;\r\n  }\r\n\r\n  \/* ===== Section base ===== *\/\r\n  section{\r\n    padding:52px 0;\r\n  }\r\n  .divider{\r\n    height:1px;\r\n    background:var(--line);\r\n    max-width:640px;\r\n    margin:0 auto;\r\n  }\r\n\r\n  \/* ===== Emotional bridge ===== *\/\r\n  .bridge{\r\n    text-align:center;\r\n    background:var(--paper);\r\n  }\r\n  .bridge p{\r\n    font-family:'Fraunces', serif;\r\n    font-size:clamp(19px,3vw,23px);\r\n    font-weight:400;\r\n    font-style:italic;\r\n    line-height:1.6;\r\n    max-width:540px;\r\n    margin:0 auto;\r\n    color:var(--ink);\r\n  }\r\n\r\n  \/* ===== Pain points ===== *\/\r\n  .section-label{\r\n    font-size:12px;\r\n    text-transform:uppercase;\r\n    letter-spacing:0.12em;\r\n    color:var(--sage);\r\n    font-weight:600;\r\n    text-align:center;\r\n    margin-bottom:14px;\r\n  }\r\n  .section-title{\r\n    font-size:24px;\r\n    text-align:center;\r\n    margin-bottom:34px;\r\n  }\r\n  .pain-list{\r\n    list-style:none;\r\n  }\r\n  .pain-list li{\r\n    display:flex;\r\n    gap:14px;\r\n    padding:16px 0;\r\n    border-bottom:1px solid var(--line);\r\n    font-size:15.5px;\r\n    color:var(--ink-soft);\r\n  }\r\n  .pain-list li:last-of-type{ border-bottom:none; }\r\n  .pain-list .mark{\r\n    flex-shrink:0;\r\n    width:5px;\r\n    height:5px;\r\n    border-radius:50%;\r\n    background:var(--gold);\r\n    margin-top:9px;\r\n  }\r\n  .pain-close{\r\n    margin-top:26px;\r\n    padding-top:26px;\r\n    border-top:1px solid var(--gold);\r\n    font-size:15.5px;\r\n    color:var(--ink);\r\n    font-weight:500;\r\n    line-height:1.65;\r\n  }\r\n\r\n  \/* ===== Product intro ===== *\/\r\n  .intro{ background:var(--paper); }\r\n  .intro-lead{\r\n    font-family:'Fraunces', serif;\r\n    font-size:15px;\r\n    color:var(--gold-deep);\r\n    text-transform:uppercase;\r\n    letter-spacing:0.1em;\r\n    text-align:center;\r\n    margin-bottom:10px;\r\n  }\r\n  .intro-title{\r\n    font-size:clamp(24px,4vw,30px);\r\n    text-align:center;\r\n    margin-bottom:20px;\r\n  }\r\n  .intro-body{\r\n    text-align:center;\r\n    color:var(--ink-soft);\r\n    font-size:15.5px;\r\n    max-width:540px;\r\n    margin:0 auto 36px;\r\n    line-height:1.7;\r\n  }\r\n  .features{\r\n    list-style:none;\r\n    max-width:520px;\r\n    margin:0 auto;\r\n  }\r\n  .features li{\r\n    display:flex;\r\n    gap:14px;\r\n    padding:14px 0;\r\n  }\r\n  .features .check{\r\n    flex-shrink:0;\r\n    width:22px;\r\n    height:22px;\r\n    border-radius:50%;\r\n    background:var(--sage);\r\n    color:var(--white);\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    font-size:12px;\r\n    margin-top:1px;\r\n  }\r\n  .features .feat-text b{\r\n    display:block;\r\n    font-size:15.5px;\r\n    margin-bottom:2px;\r\n  }\r\n  .features .feat-text span{\r\n    font-size:14px;\r\n    color:var(--ink-soft);\r\n  }\r\n\r\n  \/* ===== Offer stack ===== *\/\r\n  .offer{\r\n    background:var(--white);\r\n    border:1px solid var(--line);\r\n    border-radius:4px;\r\n    max-width:520px;\r\n    margin:0 auto;\r\n    overflow:hidden;\r\n  }\r\n  .offer-row{\r\n    display:flex;\r\n    justify-content:space-between;\r\n    padding:15px 22px;\r\n    border-bottom:1px solid var(--line);\r\n    font-size:14.5px;\r\n  }\r\n  .offer-row .name{ color:var(--ink); }\r\n  .offer-row .val{ color:var(--ink-soft); }\r\n  .offer-row.total{\r\n    background:var(--sage-pale);\r\n    border-bottom:none;\r\n    padding:20px 22px;\r\n  }\r\n  .offer-row.total .name{\r\n    font-weight:600;\r\n    font-size:16px;\r\n  }\r\n  .offer-row.total .val{\r\n    font-family:'Fraunces', serif;\r\n    font-size:26px;\r\n    color:var(--gold-deep);\r\n    font-weight:600;\r\n  }\r\n  .strike{\r\n    text-decoration:line-through;\r\n    color:#A79E8C;\r\n    font-size:13px;\r\n    display:block;\r\n  }\r\n\r\n  \/* ===== Testimonials ===== *\/\r\n  .testi-grid{\r\n    display:grid;\r\n    gap:18px;\r\n  }\r\n  .testi-card{\r\n    background:var(--white);\r\n    border:1px dashed var(--line);\r\n    border-radius:4px;\r\n    padding:24px;\r\n  }\r\n  .testi-card .stars{\r\n    color:var(--gold);\r\n    font-size:14px;\r\n    letter-spacing:2px;\r\n    margin-bottom:10px;\r\n  }\r\n  .testi-card .quote{\r\n    font-style:italic;\r\n    font-size:15px;\r\n    color:var(--ink-soft);\r\n    margin-bottom:14px;\r\n    line-height:1.6;\r\n  }\r\n  .testi-card .meta{\r\n    font-size:13px;\r\n    color:var(--sage);\r\n    font-weight:600;\r\n  }\r\n  .testi-note{\r\n    text-align:center;\r\n    font-size:12.5px;\r\n    color:var(--ink-soft);\r\n    margin-top:16px;\r\n    font-style:italic;\r\n  }\r\n\r\n  \/* ===== Urgency line ===== *\/\r\n  .urgency-line{\r\n    text-align:center;\r\n    background:var(--ink);\r\n    color:var(--ivory);\r\n  }\r\n  .urgency-line p{\r\n    font-family:'Fraunces', serif;\r\n    font-size:clamp(20px,3.4vw,25px);\r\n    font-style:italic;\r\n    line-height:1.5;\r\n    max-width:480px;\r\n    margin:0 auto;\r\n  }\r\n\r\n  \/* ===== Final CTA ===== *\/\r\n  .final-cta{ text-align:center; }\r\n  .final-cta .price-line{\r\n    font-size:14.5px;\r\n    color:var(--ink-soft);\r\n    margin-bottom:6px;\r\n  }\r\n  .final-cta .price-line b{ color:var(--ink); }\r\n  .final-cta .after{\r\n    font-size:12.5px;\r\n    color:var(--ink-soft);\r\n    margin-top:12px;\r\n  }\r\n\r\n  \/* ===== Guarantee ===== *\/\r\n  .guarantee{\r\n    text-align:center;\r\n    background:var(--paper);\r\n  }\r\n  .shield{\r\n    width:40px; height:40px;\r\n    margin:0 auto 16px;\r\n    border-radius:50%;\r\n    background:var(--sage-pale);\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    color:var(--sage);\r\n    font-size:18px;\r\n  }\r\n  .guarantee h3{\r\n    font-size:19px;\r\n    margin-bottom:10px;\r\n  }\r\n  .guarantee p{\r\n    font-size:14.5px;\r\n    color:var(--ink-soft);\r\n    max-width:460px;\r\n    margin:0 auto;\r\n    line-height:1.65;\r\n  }\r\n\r\n  \/* ===== Sticky footer ===== *\/\r\n  .sticky-footer{\r\n    position:fixed;\r\n    bottom:0; left:0; right:0;\r\n    background:var(--ivory);\r\n    border-top:1px solid var(--line);\r\n    padding:12px 20px;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:space-between;\r\n    gap:14px;\r\n    z-index:50;\r\n    box-shadow:0 -4px 16px rgba(0,0,0,0.05);\r\n  }\r\n  .sticky-footer .info{ font-size:13px; }\r\n  .sticky-footer .info b{\r\n    display:block;\r\n    font-family:'Fraunces', serif;\r\n    font-size:14.5px;\r\n  }\r\n  .sticky-footer .btn{\r\n    padding:11px 20px;\r\n    font-size:13.5px;\r\n    flex-shrink:0;\r\n  }\r\n  body{ padding-bottom:76px; }\r\n\r\n  @media (min-width:640px){\r\n    .testi-grid{ grid-template-columns:1fr 1fr; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"urgency-bar\"><span class=\"dot\"><\/span>Launch price ends soon \u00b7 Guide + 4 bonus PDFs for \u20a69,800<\/div>\r\n<div class=\"dawn\" role=\"presentation\"><\/div>\r\n\r\n<header class=\"hero\">\r\n  <div class=\"wrap\">\r\n    <p class=\"eyebrow\">For Christian Women Still Waiting on Motherhood<\/p>\r\n    <h1 class=\"headline\">\"I'm exhausted from pretending I'm okay.\"<\/h1>\r\n    <p class=\"subheadline\">Every baby announcement hurts. Every family gathering comes with uncomfortable questions. I'm afraid this waiting season is stealing my joy, affecting my marriage, and making me question whether God has forgotten me. I don't just want a child \u2014 <em>I want peace while I wait.<\/em><\/p>\r\n\r\n    <div class=\"cta-wrap\">\r\n      <a href=\"#offer\" class=\"btn\">Get the Guide for \u20a69,800 \u2192 Instant access \u00b7 Guide + 4 bonus PDFs<\/a>\r\n      <p class=\"btn-sub\">Secure payment \u00b7 30-day money-back guarantee<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/header>\r\n\r\n<section class=\"bridge\">\r\n  <div class=\"wrap\">\r\n    <p>You have prayed. You have waited. You have done everything right. So why does every family gathering still feel like an interrogation?<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"pain\">\r\n  <div class=\"wrap\">\r\n    <p class=\"section-label\">The Season Nobody Prepared You For<\/p>\r\n    <h2 class=\"section-title\">This is what waiting has actually cost you<\/h2>\r\n    <ul class=\"pain-list\">\r\n      <li><span class=\"mark\"><\/span>You have smiled through another baby shower while quietly falling apart inside, and told no one.<\/li>\r\n      <li><span class=\"mark\"><\/span>You have answered \"when are you people starting your family?\" for the hundredth time, and gone home drained.<\/li>\r\n      <li><span class=\"mark\"><\/span>You have felt your marriage grow quieter \u2014 less laughter, more silence \u2014 and wondered if the waiting is the reason.<\/li>\r\n      <li><span class=\"mark\"><\/span>You have scrolled past another pregnancy announcement and felt a comparison you're ashamed to admit.<\/li>\r\n      <li><span class=\"mark\"><\/span>You have prayed the same prayer for years and started to wonder if God has simply moved on to someone else's request.<\/li>\r\n      <li><span class=\"mark\"><\/span>You have postponed real joy \u2014 a new role, a trip, a dream \u2014 telling yourself it can wait until \"after.\"<\/li>\r\n    <\/ul>\r\n    <p class=\"pain-close\">None of this happened because your faith is weak or your marriage is broken. It happened because nobody has ever given you a strategy that matches the world you are actually living in.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"intro\">\r\n  <div class=\"wrap\">\r\n    <p class=\"intro-lead\">Introducing<\/p>\r\n    <h2 class=\"intro-title\">Waiting Without Breaking<\/h2>\r\n    <p class=\"intro-body\">A guide built specifically for Christian women navigating delayed motherhood \u2014 married or preparing for marriage, surrounded by love and pressure in equal measure. Unlike generic devotionals or fertility content, this guide doesn't focus on your body. It focuses on protecting your peace, your marriage, and your faith through the season you're actually in, with practical tools you can use today.<\/p>\r\n\r\n    <ul class=\"features\">\r\n      <li>\r\n        <span class=\"check\">\u2713<\/span>\r\n        <span class=\"feat-text\"><b>Protect your peace<\/b><span>Practical, Bible-based strategies for navigating disappointment without becoming emotionally overwhelmed.<\/span><\/span>\r\n      <\/li>\r\n      <li>\r\n        <span class=\"check\">\u2713<\/span>\r\n        <span class=\"feat-text\"><b>Strengthen your marriage<\/b><span>Communication tools that build unity and closeness instead of quiet distance.<\/span><\/span>\r\n      <\/li>\r\n      <li>\r\n        <span class=\"check\">\u2713<\/span>\r\n        <span class=\"feat-text\"><b>Replace comparison and fear<\/b><span>Biblical truths that steady your confidence in God's timing.<\/span><\/span>\r\n      <\/li>\r\n      <li>\r\n        <span class=\"check\">\u2713<\/span>\r\n        <span class=\"feat-text\"><b>Build daily resilience<\/b><span>Faith habits that keep you grounded even when prayers seem unanswered.<\/span><\/span>\r\n      <\/li>\r\n      <li>\r\n        <span class=\"check\">\u2713<\/span>\r\n        <span class=\"feat-text\"><b>Reclaim your joy now<\/b><span>Live with purpose today instead of postponing life until the answer comes.<\/span><\/span>\r\n      <\/li>\r\n    <\/ul>\r\n\r\n    <div class=\"cta-wrap\">\r\n      <a href=\"#offer\" class=\"btn\">Get the Guide for \u20a69,800 \u2192 Instant access \u00b7 Guide + 4 bonus PDFs<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section id=\"offer\" class=\"offer-section\">\r\n  <div class=\"wrap\">\r\n    <p class=\"section-label\">Everything Included Today<\/p>\r\n    <div class=\"offer\">\r\n      <div class=\"offer-row\"><span class=\"name\">Waiting Without Breaking (Main Guide)<\/span><span class=\"val\">\u20a625,300<\/span><\/div>\r\n      <div class=\"offer-row\"><span class=\"name\">Bonus 1 \u2014 30-Day Peace &amp; Prayer Journal<\/span><span class=\"val\">\u20a65,000<\/span><\/div>\r\n      <div class=\"offer-row\"><span class=\"name\">Bonus 2 \u2014 50 Bible Verses &amp; Faith Declarations<\/span><span class=\"val\">\u20a63,500<\/span><\/div>\r\n      <div class=\"offer-row\"><span class=\"name\">Bonus 3 \u2014 Marriage Conversations That Bring You Closer<\/span><span class=\"val\">\u20a64,000<\/span><\/div>\r\n      <div class=\"offer-row\"><span class=\"name\">Bonus 4 \u2014 Waiting Well Action Plan (21 Days)<\/span><span class=\"val\">\u20a63,000<\/span><\/div>\r\n      <div class=\"offer-row total\">\r\n        <span class=\"name\">Your price today<\/span>\r\n        <span class=\"val\">\u20a69,800<span class=\"strike\">Total value \u20a640,800<\/span><\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"urgency-line\">\r\n  <div class=\"wrap\">\r\n    <p>The first 100 readers receive all four bonuses at no extra cost.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"final-cta\">\r\n  <div class=\"wrap\">\r\n    <p class=\"price-line\">Waiting Without Breaking + 4 Bonus PDFs \u2014 <b>\u20a69,800<\/b> <span class=\"strike\" style=\"display:inline;\">regular price \u20a625,300<\/span><\/p>\r\n    <div class=\"cta-wrap\" style=\"margin-top:22px;\">\r\n      <a href=\"#offer\" class=\"btn\">Get the Guide for \u20a69,800 \u2192 Instant access \u00b7 Guide + 4 bonus PDFs<\/a>\r\n      <p class=\"after\">Sent to your email after confirmation<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"guarantee\">\r\n  <div class=\"wrap\">\r\n    <div class=\"shield\">\ud83d\udee1<\/div>\r\n    <h3>30-Day Guarantee<\/h3>\r\n    <p>Apply the principles in this guide. If it hasn't strengthened your peace, your faith, or your perspective within 30 days, simply reach out for a full refund. No pressure, no risk.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<div class=\"sticky-footer\">\r\n  <div class=\"info\"><b>Waiting Without Breaking<\/b>\u20a69,800<\/div>\r\n  <a href=\"#offer\" class=\"btn\">Get Access<\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Waiting Without Breaking \u2014 A Guide for Christian Women Still Waiting Launch price ends soon \u00b7 Guide + 4 bonus PDFs for \u20a69,800 For Christian Women Still Waiting on Motherhood &#8220;I&#8217;m exhausted from pretending I&#8217;m okay.&#8221; Every baby announcement hurts. Every family gathering comes with uncomfortable questions. I&#8217;m afraid this waiting season is stealing my [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/chemuc.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chemuc.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chemuc.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chemuc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chemuc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":4,"href":"https:\/\/chemuc.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":11,"href":"https:\/\/chemuc.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/11"}],"wp:attachment":[{"href":"https:\/\/chemuc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}