{"id":1849,"date":"2026-02-17T21:33:25","date_gmt":"2026-02-17T21:33:25","guid":{"rendered":"https:\/\/proesthetique.ca\/?page_id=1849"},"modified":"2026-04-15T21:49:45","modified_gmt":"2026-04-15T21:49:45","slug":"faq","status":"publish","type":"page","link":"https:\/\/proesthetique.ca\/en\/faq\/","title":{"rendered":"FAQ"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1849\" class=\"elementor elementor-1849\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bab0cd9 e-flex e-con-boxed e-con e-parent\" data-id=\"bab0cd9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-530088d elementor-widget elementor-widget-heading\" data-id=\"530088d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">faq<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c18e3a0 e-con-full e-flex e-con e-parent\" data-id=\"c18e3a0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c92f18e elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"c92f18e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FAQ<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-06d16ba elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"06d16ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Answers to Common Questions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cda86a8 elementor-widget elementor-widget-html\" data-id=\"cda86a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    .faq-section {\n        background-color: #000;\n        font-family: 'Neue Kaine', sans-serif;\n        color: #fff;\n        width: 100%;\n    }\n\n    .faq-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 30px;\n    }\n\n    .faq-column {\n        display: flex;\n        flex-direction: column;\n        gap: 16px;\n    }\n\n    .faq-item {\n        border-radius: 12px;\n        padding: 1px;\n        background: linear-gradient(135deg, #3a3a3a 0%, #1a1a1a 100%);\n        overflow: hidden;\n    }\n\n    .faq-inner {\n        background: #0a0a0a;\n        border-radius: 11px;\n    }\n\n    .faq-question {\n        padding: 20px 24px;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        gap: 16px;\n        transition: background-color 0.3s ease;\n        user-select: none;\n    }\n\n    .faq-question:hover {\n        background-color: rgba(255, 255, 255, 0.02);\n    }\n\n    .faq-question h3 {\n        font-size: 16px;\n        font-weight: 600;\n        line-height: 1.4;\n        color: #fff;\n        margin: 0;\n    }\n\n    .faq-icon {\n        flex-shrink: 0;\n        width: 24px;\n        height: 24px;\n        position: relative;\n        transition: transform 0.3s ease;\n    }\n\n    .faq-icon::before,\n    .faq-icon::after {\n        content: '';\n        position: absolute;\n        background-color: #C0EF2E;\n        transition: transform 0.3s ease;\n    }\n\n    .faq-icon::before {\n        width: 16px;\n        height: 2px;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n    }\n\n    .faq-icon::after {\n        width: 2px;\n        height: 16px;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n    }\n\n    .faq-item.active .faq-icon {\n        transform: rotate(45deg);\n    }\n\n    .faq-answer {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.4s ease, padding 0.4s ease;\n        padding: 0 24px;\n    }\n\n    .faq-item.active .faq-answer {\n        max-height: 500px;\n        padding: 0 24px 20px;\n    }\n\n    .faq-answer p {\n        font-size: 14px;\n        line-height: 1.6;\n        color: #fff;\n        margin: 0;\n    }\n\n    @media (max-width: 768px) {\n        .faq-grid {\n            grid-template-columns: 1fr;\n            gap: 16px;\n        }\n\n        .faq-question {\n            padding: 16px 20px;\n        }\n\n        .faq-question h3 {\n            font-size: 15px;\n        }\n\n        .faq-answer p {\n            font-size: 13px;\n        }\n\n        .faq-item.active .faq-answer {\n            padding: 0 20px 16px;\n        }\n    }\n<\/style>\n\n<div class=\"faq-section\">\n    <div class=\"faq-grid\">\n        <div class=\"faq-column\">\n            <div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                <div class=\"faq-inner\">\n                    <div class=\"faq-question\">\n                        <h3 itemprop=\"name\">What services do you offer?<\/h3>\n                        <div class=\"faq-icon\"><\/div>\n                    <\/div>\n                    <div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                        <p itemprop=\"text\">We specialize in premium car detailing, paint correction, ceramic coating, paint protection film (PPF), window tinting, and interior restoration. Each service is tailored to protect and enhance your vehicle's appearance.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                <div class=\"faq-inner\">\n                    <div class=\"faq-question\">\n                        <h3 itemprop=\"name\">How long does a full detail take?<\/h3>\n                        <div class=\"faq-icon\"><\/div>\n                    <\/div>\n                    <div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                        <p itemprop=\"text\">A complete detail typically takes 4-8 hours depending on your vehicle's condition and size. Paint correction and ceramic coating installations may require 1-3 days for optimal results.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                <div class=\"faq-inner\">\n                    <div class=\"faq-question\">\n                        <h3 itemprop=\"name\">What is ceramic coating?<\/h3>\n                        <div class=\"faq-icon\"><\/div>\n                    <\/div>\n                    <div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                        <p itemprop=\"text\">Ceramic coating is a liquid polymer that chemically bonds with your vehicle's paint, creating a protective layer that repels water, dirt, and contaminants while providing long-lasting shine and UV protection.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                <div class=\"faq-inner\">\n                    <div class=\"faq-question\">\n                        <h3 itemprop=\"name\">How often should I detail my car?<\/h3>\n                        <div class=\"faq-icon\"><\/div>\n                    <\/div>\n                    <div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                        <p itemprop=\"text\">We recommend a full detail every 3-6 months depending on usage and storage conditions. Regular maintenance washes every 2-4 weeks help preserve your detail and protective coatings.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-column\">\n            <div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                <div class=\"faq-inner\">\n                    <div class=\"faq-question\">\n                        <h3 itemprop=\"name\">What payment methods do you accept?<\/h3>\n                        <div class=\"faq-icon\"><\/div>\n                    <\/div>\n                    <div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                        <p itemprop=\"text\">We accept all major credit cards, debit cards, e-transfer, and cash. Payment is due upon completion of service. Deposits may be required for larger projects.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                <div class=\"faq-inner\">\n                    <div class=\"faq-question\">\n                        <h3 itemprop=\"name\">Can you remove scratches and swirl marks?<\/h3>\n                        <div class=\"faq-icon\"><\/div>\n                    <\/div>\n                    <div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                        <p itemprop=\"text\">Yes, through our paint correction service we can remove or significantly reduce scratches, swirl marks, and oxidation using multi-stage polishing techniques. The level of correction depends on paint depth and defect severity.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                <div class=\"faq-inner\">\n                    <div class=\"faq-question\">\n                        <h3 itemprop=\"name\">Do you offer mobile services?<\/h3>\n                        <div class=\"faq-icon\"><\/div>\n                    <\/div>\n                    <div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                        <p itemprop=\"text\">Currently, our premium services are performed at our facility to ensure optimal results with controlled lighting and environment. This allows us to deliver the highest quality paint correction and coating applications.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n                <div class=\"faq-inner\">\n                    <div class=\"faq-question\">\n                        <h3 itemprop=\"name\">What makes your detailing different?<\/h3>\n                        <div class=\"faq-icon\"><\/div>\n                    <\/div>\n                    <div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                        <p itemprop=\"text\">We use only premium products, employ certified technicians, and focus on paint health rather than shortcuts. Every vehicle receives a customized approach with attention to detail that preserves and enhances your investment.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script type=\"application\/ld+json\">\n{\"@context\":\"https:\/\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What services do you offer?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"We specialize in premium car detailing, paint correction, ceramic coating, paint protection film (PPF), window tinting, and interior restoration. Each service is tailored to protect and enhance your vehicle's appearance.\"}},{\"@type\":\"Question\",\"name\":\"How long does a full detail take?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A complete detail typically takes 4-8 hours depending on your vehicle's condition and size. Paint correction and ceramic coating installations may require 1-3 days for optimal results.\"}},{\"@type\":\"Question\",\"name\":\"What is ceramic coating?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Ceramic coating is a liquid polymer that chemically bonds with your vehicle's paint, creating a protective layer that repels water, dirt, and contaminants while providing long-lasting shine and UV protection.\"}},{\"@type\":\"Question\",\"name\":\"How often should I detail my car?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"We recommend a full detail every 3-6 months depending on usage and storage conditions. Regular maintenance washes every 2-4 weeks help preserve your detail and protective coatings.\"}},{\"@type\":\"Question\",\"name\":\"What payment methods do you accept?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"We accept all major credit cards, debit cards, e-transfer, and cash. Payment is due upon completion of service. Deposits may be required for larger projects.\"}},{\"@type\":\"Question\",\"name\":\"Can you remove scratches and swirl marks?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, through our paint correction service we can remove or significantly reduce scratches, swirl marks, and oxidation using multi-stage polishing techniques. The level of correction depends on paint depth and defect severity.\"}},{\"@type\":\"Question\",\"name\":\"Do you offer mobile services?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Currently, our premium services are performed at our facility to ensure optimal results with controlled lighting and environment. This allows us to deliver the highest quality paint correction and coating applications.\"}},{\"@type\":\"Question\",\"name\":\"What makes your detailing different?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"We use only premium products, employ certified technicians, and focus on paint health rather than shortcuts. Every vehicle receives a customized approach with attention to detail that preserves and enhances your investment.\"}}]}\n<\/script>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n    document.querySelectorAll('.faq-question').forEach(q => {\n        q.addEventListener('click', () => q.closest('.faq-item').classList.toggle('active'));\n    });\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aff2219 e-flex e-con-boxed e-con e-parent\" data-id=\"aff2219\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5dc2785 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"5dc2785\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Still have any question ?\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-640c2b4 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"640c2b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"mailto:info@proesthetique.ca\" class=\"elementor-icon elementor-animation-float\" tabindex=\"-1\" aria-label=\"email\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-envelope-open-text\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"mailto:info@proesthetique.ca\" >\n\t\t\t\t\t\t\temail\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tinfo@proesthetique.ca\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a23a18e elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"a23a18e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"tel:5817018125\" class=\"elementor-icon elementor-animation-float\" tabindex=\"-1\" aria-label=\"phone\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-mobile-alt\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"tel:5817018125\" >\n\t\t\t\t\t\t\tphone\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t(581) 701-8125\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f1f756 elementor-align-center elementor-widget__width-inherit elementor-widget elementor-widget-button\" data-id=\"5f1f756\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6MTEzNSwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\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>faq FAQ Answers to Common Questions What services do you offer? We specialize in premium car detailing, paint correction, ceramic coating, paint protection film (PPF), window tinting, and interior restoration. Each service is tailored to protect and enhance your vehicle&#8217;s appearance. How long does a full detail take? A complete detail typically takes 4-8 hours [&hellip;]<\/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-1849","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/proesthetique.ca\/en\/wp-json\/wp\/v2\/pages\/1849","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/proesthetique.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/proesthetique.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/proesthetique.ca\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/proesthetique.ca\/en\/wp-json\/wp\/v2\/comments?post=1849"}],"version-history":[{"count":40,"href":"https:\/\/proesthetique.ca\/en\/wp-json\/wp\/v2\/pages\/1849\/revisions"}],"predecessor-version":[{"id":4201,"href":"https:\/\/proesthetique.ca\/en\/wp-json\/wp\/v2\/pages\/1849\/revisions\/4201"}],"wp:attachment":[{"href":"https:\/\/proesthetique.ca\/en\/wp-json\/wp\/v2\/media?parent=1849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}