{"id":28,"date":"2026-05-22T20:55:23","date_gmt":"2026-05-22T20:55:23","guid":{"rendered":"https:\/\/samsonowolabi.online\/?page_id=28"},"modified":"2026-05-22T20:55:48","modified_gmt":"2026-05-22T20:55:48","slug":"thank-you","status":"publish","type":"page","link":"https:\/\/samsonowolabi.online\/?page_id=28","title":{"rendered":"Thank-you"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"28\" class=\"elementor elementor-28\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c6b7c6 e-flex e-con-boxed e-con e-parent\" data-id=\"2c6b7c6\" 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-e092296 elementor-widget elementor-widget-html\" data-id=\"e092296\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n<title>Thank You \u2014 The Lagos Clear Skin Code<\/title>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Lato:wght@300;400;700&display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --maroon: #2B0000;\n    --maroon-mid: #800020;\n    --gold: #FFCC00;\n    --gold-light: #FFF8E1;\n    --green: #2d8a4e;\n    --green-light: #F0FFF4;\n    --white: #FFFFFF;\n    --off-white: #FAFAF8;\n    --text-dark: #1a1a1a;\n    --text-mid: #444444;\n    --text-light: #888888;\n    --border: #eeeeee;\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--off-white);\n    font-family: 'Lato', Georgia, sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n    color: var(--text-dark);\n    min-height: 100vh;\n  }\n\n  \/* \u2500\u2500 HERO BANNER \u2500\u2500 *\/\n  .hero {\n    background: var(--maroon);\n    padding: 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 300px; height: 300px;\n    border-radius: 50%;\n    background: rgba(255,204,0,0.06);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 250px; height: 250px;\n    border-radius: 50%;\n    background: rgba(255,204,0,0.04);\n    pointer-events: none;\n  }\n\n  .blog-bar {\n    background: rgba(0,0,0,0.3);\n    text-align: center;\n    padding: 10px 20px;\n    font-family: 'Lato', sans-serif;\n    font-size: 12px;\n    color: #f5c2c2;\n    letter-spacing: 0.5px;\n    font-style: italic;\n  }\n\n  .hero-inner {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 56px 24px 52px;\n    text-align: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .checkmark-circle {\n    width: 80px;\n    height: 80px;\n    border-radius: 50%;\n    background: var(--gold);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 24px;\n    animation: popIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;\n  }\n  .checkmark-circle svg {\n    width: 40px; height: 40px;\n  }\n  @keyframes popIn {\n    0% { transform: scale(0); opacity: 0; }\n    100% { transform: scale(1); opacity: 1; }\n  }\n\n  .hero-eyebrow {\n    font-family: 'Lato', sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 14px;\n    animation: fadeUp 0.6s 0.2s both;\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 38px;\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.25;\n    margin-bottom: 16px;\n    animation: fadeUp 0.6s 0.35s both;\n  }\n  .hero-title span { color: var(--gold); font-style: italic; }\n\n  .hero-sub {\n    font-size: 16px;\n    color: #e0c8c8;\n    line-height: 1.7;\n    max-width: 520px;\n    margin: 0 auto;\n    animation: fadeUp 0.6s 0.5s both;\n  }\n\n  @keyframes fadeUp {\n    0% { opacity: 0; transform: translateY(20px); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* \u2500\u2500 GOLD DIVIDER \u2500\u2500 *\/\n  .gold-bar {\n    height: 4px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n\n  \/* \u2500\u2500 MAIN CONTENT \u2500\u2500 *\/\n  .main-wrap {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0 20px 60px;\n  }\n\n  \/* \u2500\u2500 DOWNLOAD CARD \u2500\u2500 *\/\n  .download-card {\n    background: var(--white);\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 4px 40px rgba(43,0,0,0.12);\n    margin-top: -2px;\n    animation: fadeUp 0.7s 0.6s both;\n  }\n\n  .download-card-header {\n    background: var(--gold);\n    padding: 20px 28px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n  .download-card-header .icon {\n    font-size: 28px;\n    flex-shrink: 0;\n  }\n  .download-card-header h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--maroon);\n    line-height: 1.3;\n  }\n  .download-card-header p {\n    font-size: 13px;\n    color: #5a2a00;\n    margin: 0;\n    margin-top: 2px;\n  }\n\n  .download-card-body {\n    padding: 32px 28px;\n  }\n\n  .download-intro {\n    font-size: 15px;\n    color: var(--text-mid);\n    margin-bottom: 28px;\n    line-height: 1.7;\n  }\n  .download-intro strong { color: var(--text-dark); }\n\n  \/* \u2500\u2500 DOWNLOAD ITEMS \u2500\u2500 *\/\n  .download-item {\n    border: 2px solid var(--border);\n    border-radius: 12px;\n    padding: 20px 22px;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n  .download-item:hover {\n    border-color: var(--gold);\n    box-shadow: 0 4px 20px rgba(255,204,0,0.15);\n  }\n\n  .download-item.main-product {\n    border-color: var(--maroon-mid);\n    background: #fff8f8;\n  }\n  .download-item.bonus {\n    border-color: var(--green);\n    background: var(--green-light);\n  }\n\n  .item-icon-wrap {\n    width: 52px;\n    height: 52px;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    flex-shrink: 0;\n  }\n  .main-product .item-icon-wrap { background: var(--maroon); }\n  .bonus .item-icon-wrap { background: var(--green); }\n\n  .item-info { flex: 1; min-width: 0; }\n  .item-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 4px;\n  }\n  .main-product .item-label { color: var(--maroon-mid); }\n  .bonus .item-label { color: var(--green); }\n\n  .item-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--text-dark);\n    line-height: 1.3;\n    margin-bottom: 4px;\n  }\n  .item-desc {\n    font-size: 13px;\n    color: var(--text-light);\n    line-height: 1.5;\n  }\n\n  \/* \u2500\u2500 DOWNLOAD BUTTON \u2500\u2500 *\/\n  .btn-download {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 10px 20px;\n    border-radius: 8px;\n    font-size: 14px;\n    font-weight: 700;\n    text-decoration: none;\n    white-space: nowrap;\n    flex-shrink: 0;\n    transition: opacity 0.2s, transform 0.15s;\n  }\n  .btn-download:hover { opacity: 0.88; transform: translateY(-1px); }\n  .btn-download:active { transform: translateY(0); }\n\n  .main-product .btn-download {\n    background: var(--maroon);\n    color: var(--gold);\n  }\n  .bonus .btn-download {\n    background: var(--green);\n    color: var(--white);\n  }\n\n\n\n  \/* \u2500\u2500 NEXT STEPS \u2500\u2500 *\/\n  .steps-section {\n    margin-top: 36px;\n    animation: fadeUp 0.7s 0.8s both;\n  }\n  .steps-section h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--maroon);\n    margin-bottom: 20px;\n    padding-bottom: 12px;\n    border-bottom: 2px solid var(--border);\n  }\n\n  .step-list { display: flex; flex-direction: column; gap: 16px; }\n\n  .step-item {\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n    background: var(--white);\n    border-radius: 12px;\n    padding: 18px 20px;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.06);\n  }\n  .step-number {\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background: var(--maroon);\n    color: var(--gold);\n    font-weight: 700;\n    font-size: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    font-family: 'Playfair Display', serif;\n  }\n  .step-content h4 {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 4px;\n  }\n  .step-content p {\n    font-size: 14px;\n    color: var(--text-mid);\n    margin: 0;\n    line-height: 1.6;\n  }\n\n  \/* \u2500\u2500 QUICK WIN BOX \u2500\u2500 *\/\n  .quick-win {\n    background: var(--maroon);\n    border-radius: 14px;\n    padding: 28px 28px;\n    margin-top: 32px;\n    color: var(--white);\n    animation: fadeUp 0.7s 1s both;\n    position: relative;\n    overflow: hidden;\n  }\n  .quick-win::before {\n    content: '\u2728';\n    position: absolute;\n    top: -10px; right: 20px;\n    font-size: 80px;\n    opacity: 0.08;\n    pointer-events: none;\n  }\n  .quick-win h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--gold);\n    margin-bottom: 14px;\n  }\n  .quick-win p {\n    font-size: 15px;\n    color: #e8d0d0;\n    margin-bottom: 12px;\n    line-height: 1.7;\n  }\n  .quick-win p:last-child { margin: 0; }\n  .quick-win strong { color: var(--gold); }\n\n  \/* \u2500\u2500 REMINDER CARD \u2500\u2500 *\/\n  .reminder-card {\n    background: var(--white);\n    border-radius: 14px;\n    padding: 24px 24px;\n    margin-top: 28px;\n    border-left: 5px solid var(--gold);\n    box-shadow: 0 2px 16px rgba(0,0,0,0.07);\n    animation: fadeUp 0.7s 1.1s both;\n  }\n  .reminder-card h4 {\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--maroon);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .reminder-card p {\n    font-size: 14px;\n    color: var(--text-mid);\n    margin-bottom: 10px;\n    line-height: 1.7;\n  }\n  .reminder-card p:last-child { margin: 0; }\n  .wa-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: #25D366;\n    color: var(--white);\n    text-decoration: none;\n    padding: 10px 20px;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 14px;\n    margin-top: 8px;\n    transition: opacity 0.2s;\n  }\n  .wa-link:hover { opacity: 0.88; }\n\n  \/* \u2500\u2500 BLOG FOOTER \u2500\u2500 *\/\n  .page-footer {\n    background: var(--maroon);\n    color: #888888;\n    text-align: center;\n    padding: 28px 20px;\n    margin-top: 48px;\n    font-size: 13px;\n  }\n  .page-footer .footer-blog {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    color: var(--gold);\n    font-style: italic;\n    margin-bottom: 8px;\n  }\n  .page-footer p { color: #888888; font-size: 13px; margin-bottom: 4px; }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 580px) {\n    .hero-title { font-size: 28px; }\n    .download-item { flex-direction: column; align-items: flex-start; }\n    .btn-download { width: 100%; justify-content: center; }\n    .download-card-header { flex-direction: column; text-align: center; }\n    .checkmark-circle { width: 64px; height: 64px; }\n    .checkmark-circle svg { width: 32px; height: 32px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- HERO -->\n<div class=\"hero\">\n  <div class=\"blog-bar\">Skin Diary With Amaka &nbsp;|&nbsp; Nigeria's Most Trusted Natural Skin Care Blog<\/div>\n  <div class=\"hero-inner\">\n    <div class=\"checkmark-circle\">\n      <svg viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"M8 20L16 28L32 12\" stroke=\"#2B0000\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n      <\/svg>\n    <\/div>\n    <p class=\"hero-eyebrow\">Payment Confirmed<\/p>\n    <h1 class=\"hero-title\">Your Clear Skin Journey<br\/><span>Starts Right Now<\/span><\/h1>\n    <p class=\"hero-sub\">Welcome to the family, beautiful. Your order has been received and everything is ready for you below. Download your guide and start tonight.<\/p>\n  <\/div>\n<\/div>\n<div class=\"gold-bar\"><\/div>\n\n<!-- MAIN CONTENT -->\n<div class=\"main-wrap\">\n\n  <!-- DOWNLOAD CARD -->\n  <div class=\"download-card\">\n    <div class=\"download-card-header\">\n      <div class=\"icon\">\ud83d\udce6<\/div>\n      <div>\n        <h2>Your Complete Bundle Is Ready<\/h2>\n        <p>3 items included \u00b7 Click each button to download<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"download-card-body\">\n      <p class=\"download-intro\">\n        Everything you paid for is waiting for you below. <strong>Click the download button<\/strong> on each item to open your Google Drive link and save the PDF to your phone or computer. We recommend downloading all three now before you close this page.\n      <\/p>\n\n      <!-- MAIN PRODUCT -->\n      <div class=\"download-item main-product\">\n        <div class=\"item-icon-wrap\">\ud83d\udcd6<\/div>\n        <div class=\"item-info\">\n          <div class=\"item-label\">Main Guide<\/div>\n          <div class=\"item-title\">The Lagos Clear Skin Code<\/div>\n          <div class=\"item-desc\">Your complete 7-day kitchen protocol \u2014 30 pages<\/div>\n        <\/div>\n        <!-- REPLACE THE href BELOW WITH YOUR GOOGLE DRIVE LINK FOR THE MAIN PDF -->\n        <a href=\"https:\/\/drive.google.com\/drive\/folders\/1mgpbC0KgJhkHKUFA-yzQC9SZs8PKW4oe?usp=sharing\" target=\"_blank\" class=\"btn-download\">\n          \u2b07 Download\n        <\/a>\n      <\/div>\n\n\n\n      <!-- BONUS 1 -->\n      <div class=\"download-item bonus\" style=\"margin-top:20px;\">\n        <div class=\"item-icon-wrap\">\ud83e\udd57<\/div>\n        <div class=\"item-info\">\n          <div class=\"item-label\">Free Bonus 1<\/div>\n          <div class=\"item-title\">The Nigerian Skin Food Bible<\/div>\n          <div class=\"item-desc\">10 Nigerian foods that clear your skin from the inside out<\/div>\n        <\/div>\n        <!-- REPLACE THE href BELOW WITH YOUR GOOGLE DRIVE LINK FOR BONUS 1 -->\n        <a href=\"https:\/\/drive.google.com\/drive\/folders\/1mgpbC0KgJhkHKUFA-yzQC9SZs8PKW4oe?usp=sharing\" target=\"_blank\" class=\"btn-download\">\n          \u2b07 Download\n        <\/a>\n      <\/div>\n\n      <!-- BONUS 2 -->\n      <div class=\"download-item bonus\">\n        <div class=\"item-icon-wrap\">\ud83d\udccb<\/div>\n        <div class=\"item-info\">\n          <div class=\"item-label\">Free Bonus 2<\/div>\n          <div class=\"item-title\">The Clear Skin Confidence Tracker<\/div>\n          <div class=\"item-desc\">Your 30-day skin transformation journal \u2014 printable<\/div>\n        <\/div>\n        <!-- REPLACE THE href BELOW WITH YOUR GOOGLE DRIVE LINK FOR BONUS 2 -->\n        <a href=\"https:\/\/drive.google.com\/drive\/folders\/1mgpbC0KgJhkHKUFA-yzQC9SZs8PKW4oe?usp=sharing\" target=\"_blank\" class=\"btn-download\">\n          \u2b07 Download\n        <\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- NEXT STEPS -->\n  <div class=\"steps-section\">\n    <h3>\ud83d\udccb What To Do Right Now<\/h3>\n    <div class=\"step-list\">\n      <div class=\"step-item\">\n        <div class=\"step-number\">1<\/div>\n        <div class=\"step-content\">\n          <h4>Download all three files now<\/h4>\n          <p>Click each download button above and save the PDFs to your phone or laptop. Do not wait \u2014 save them now while you are on this page so you have them offline.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step-item\">\n        <div class=\"step-number\">2<\/div>\n        <div class=\"step-content\">\n          <h4>Open the main guide and read Phase 1 tonight<\/h4>\n          <p>Start with the Diagnose section \u2014 pages 1 to 6. It takes less than 15 minutes to read and it will completely change how you understand your skin. Do not skip it and go straight to the protocol.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step-item\">\n        <div class=\"step-number\">3<\/div>\n        <div class=\"step-content\">\n          <h4>Check your kitchen for the ingredients<\/h4>\n          <p>You need lime, raw honey, uncooked rice (for rice water), and a ripe banana. Most Nigerian kitchens already have these. If you are missing any, the shopping list on page 8 tells you exactly where to get them and how much they cost.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step-item\">\n        <div class=\"step-number\">4<\/div>\n        <div class=\"step-content\">\n          <h4>Make the Overnight Pimple Paste tonight before bed<\/h4>\n          <p>This is your very first quick win \u2014 find it on page 9. Mix raw honey and a few drops of lime juice, apply to active pimples before you sleep. By morning you will already see a difference. That result is your proof that everything else in the guide works.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step-item\">\n        <div class=\"step-number\">5<\/div>\n        <div class=\"step-content\">\n          <h4>Print your tracker and start Day 1 tomorrow morning<\/h4>\n          <p>Open the Clear Skin Confidence Tracker, print it out or save it to your phone. Write today's date as Day 0. Take a before photo \u2014 even if you hate how your skin looks right now. You will want that photo in 7 days.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- QUICK WIN BOX -->\n  <div class=\"quick-win\">\n    <h3>\u2728 Start Tonight \u2014 The Overnight Pimple Paste<\/h3>\n    <p>You do not have to wait until tomorrow to see results. Right now, tonight, before you sleep \u2014 go to <strong>page 9<\/strong> of your guide and make the Overnight Pimple Paste.<\/p>\n    <p>It takes <strong>60 seconds<\/strong> to mix. Apply it to any active pimples. Wake up tomorrow morning and check the mirror. That single result will tell you everything you need to know about what the next 7 days are going to do for your skin.<\/p>\n    <p><strong>Your clear skin journey starts tonight. Not tomorrow. Tonight.<\/strong><\/p>\n  <\/div>\n\n  <!-- SUPPORT REMINDER -->\n  <div class=\"reminder-card\">\n    <h4>\ud83d\udcac Need Help? We Are Here.<\/h4>\n    <p>If you have any trouble downloading your files, have a question about the protocol, or want to share your results \u2014 send us a message on WhatsApp. Amaka or a member of the team will respond personally.<\/p>\n    <p>We also love hearing your progress stories. If your skin transforms over the next 7 days, please send us a message \u2014 your story could help another woman who is still suffering the same way you were before today.<\/p>\n    <a href=\"https:\/\/wa.me\/2347032865881\" target=\"_blank\" class=\"wa-link\">\n      \ud83d\udcac Chat on WhatsApp \u2014 07032865881\n    <\/a>\n  <\/div>\n\n<\/div><!-- end main-wrap -->\n\n<!-- FOOTER -->\n<div class=\"page-footer\">\n  <p class=\"footer-blog\">Skin Diary With Amaka<\/p>\n  <p>\u00a9 2026 All Rights Reserved \u00b7 Nigeria's Most Trusted Natural Skin Care Blog<\/p>\n  <p style=\"margin-top:8px;\">This guide is for educational purposes only. Results vary based on skin type and consistency of use.<\/p>\n<\/div>\n\n<\/body>\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>Thank You \u2014 The Lagos Clear Skin Code Skin Diary With Amaka &nbsp;|&nbsp; Nigeria&#8217;s Most Trusted Natural Skin Care Blog Payment Confirmed Your Clear Skin JourneyStarts Right Now Welcome to the family, beautiful. Your order has been received and everything is ready for you below. Download your guide and start tonight. \ud83d\udce6 Your Complete Bundle [&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-28","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/samsonowolabi.online\/index.php?rest_route=\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samsonowolabi.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/samsonowolabi.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/samsonowolabi.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samsonowolabi.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=28"}],"version-history":[{"count":4,"href":"https:\/\/samsonowolabi.online\/index.php?rest_route=\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":32,"href":"https:\/\/samsonowolabi.online\/index.php?rest_route=\/wp\/v2\/pages\/28\/revisions\/32"}],"wp:attachment":[{"href":"https:\/\/samsonowolabi.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}