{"id":40009,"date":"2026-01-23T03:18:43","date_gmt":"2026-01-23T03:18:43","guid":{"rendered":"https:\/\/nbosteokin.com\/?page_id=40009"},"modified":"2026-01-23T03:26:12","modified_gmt":"2026-01-23T03:26:12","slug":"laser-treatment-for-skin-conditions","status":"publish","type":"page","link":"https:\/\/nbosteokin.com\/?page_id=40009","title":{"rendered":"Laser Treatment for Skin Conditions"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"40009\" class=\"elementor elementor-40009\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14bb1b8 e-flex e-con-boxed cmsmasters-block-default e-con e-parent\" data-id=\"14bb1b8\" 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-664a830 cmsmasters-block-default cmsmasters-sticky-default elementor-widget elementor-widget-html\" data-id=\"664a830\" 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<!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>Psoriasis, Eczema & Acne Treatment - NB Osteo\/Kin | Laval & L'\u00cele-Perrot<\/title>\n    <meta name=\"description\" content=\"Natural laser treatment for psoriasis, eczema, and acne vulgaris. Drug-free, non-invasive relief from chronic skin conditions. Serving Laval & L'\u00cele-Perrot.\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        .hero {\n            background: linear-gradient(135deg, #a4c4d4 0%, #c4dae6 100%);\n            color: white;\n            padding: 80px 20px 60px;\n            text-align: center;\n        }\n        \n        .hero h1 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n        \n        .hero .subtitle {\n            font-size: 1.3rem;\n            margin-bottom: 30px;\n            opacity: 0.95;\n        }\n        \n        .checkmarks {\n            display: flex;\n            justify-content: center;\n            gap: 30px;\n            flex-wrap: wrap;\n            margin-top: 30px;\n        }\n        \n        .checkmark-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .checkmark-item::before {\n            content: \"\u2713\";\n            font-size: 1.5rem;\n            font-weight: bold;\n        }\n        \n        .cta-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 40px;\n            flex-wrap: wrap;\n        }\n        \n        .btn {\n            padding: 15px 35px;\n            border-radius: 5px;\n            text-decoration: none;\n            font-weight: 600;\n            display: inline-block;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n        \n        .btn-primary {\n            background: white;\n            color: #5f7179;\n        }\n        \n        .btn-secondary {\n            background: rgba(255,255,255,0.2);\n            color: white;\n            border: 2px solid white;\n        }\n        \n        .btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n        }\n        \n        .section {\n            padding: 60px 20px;\n        }\n        \n        .section-alt {\n            background: #f7f7f7;\n        }\n        \n        .section h2 {\n            font-size: 2rem;\n            margin-bottom: 30px;\n            color: #5f7179;\n            text-align: center;\n        }\n        \n        .section h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: #a4c4d4;\n        }\n        \n        .intro-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            margin-bottom: 30px;\n            color: #555;\n        }\n        \n        .two-column {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin-top: 40px;\n        }\n        \n        @media (max-width: 768px) {\n            .two-column {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .condition-card {\n            background: white;\n            padding: 40px;\n            border-radius: 10px;\n            box-shadow: 0 2px 15px rgba(0,0,0,0.1);\n            margin-bottom: 30px;\n        }\n        \n        .condition-card h3 {\n            color: #a4c4d4;\n            margin-bottom: 20px;\n            font-size: 1.8rem;\n        }\n        \n        .science-list {\n            list-style: none;\n            margin-top: 20px;\n        }\n        \n        .science-list li {\n            padding: 15px 0;\n            border-bottom: 1px solid rgba(164, 196, 212, 0.2);\n            display: flex;\n            align-items: start;\n            gap: 15px;\n        }\n        \n        .science-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .science-list li::before {\n            content: \"\u2192\";\n            color: #a4c4d4;\n            font-weight: bold;\n            font-size: 1.5rem;\n            flex-shrink: 0;\n        }\n        \n        .highlight-box {\n            background: #d4edda;\n            border-left: 5px solid #28a745;\n            padding: 20px;\n            margin: 30px 0;\n            border-radius: 5px;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n        \n        .benefit-card {\n            background: white;\n            padding: 30px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            transition: transform 0.2s;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 4px 20px rgba(0,0,0,0.15);\n        }\n        \n        .benefit-card h3 {\n            color: #a4c4d4;\n            margin-bottom: 15px;\n        }\n        \n        .faq-item {\n            background: white;\n            padding: 25px;\n            margin-bottom: 15px;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n        \n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #5f7179;\n            margin-bottom: 10px;\n        }\n        \n        .faq-answer {\n            color: #555;\n            line-height: 1.7;\n        }\n        \n        .footer-cta {\n            background: #7a8a92;\n            color: white;\n            padding: 60px 20px;\n            text-align: center;\n        }\n        \n        .footer-cta h2 {\n            color: white;\n            margin-bottom: 20px;\n        }\n        \n        .footer-cta p {\n            font-size: 1.2rem;\n            margin-bottom: 30px;\n            opacity: 0.9;\n        }\n        \n        .symptoms-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .symptom-card {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n            border-left: 4px solid #a4c4d4;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"hero\">\n        <div class=\"container\">\n            <h1>Laser Treatment for Skin Conditions<\/h1>\n            <p class=\"subtitle\">Natural Relief for Psoriasis, Eczema & Acne Vulgaris<\/p>\n            <div class=\"checkmarks\">\n                <div class=\"checkmark-item\">Drug-Free Treatment<\/div>\n                <div class=\"checkmark-item\">Reduces Inflammation<\/div>\n                <div class=\"checkmark-item\">Safe & Non-Invasive<\/div>\n            <\/div>\n            <div class=\"cta-buttons\">\n                <a href=\"https:\/\/www.fresha.com\/book-now\/nb-osteo-kin-fjecywnm\/services?lid=2775510&eid=4901336&share=true&pId=2684641\" class=\"btn btn-primary\">Book Laval Clinic<\/a>\n                <a href=\"https:\/\/www.fresha.com\/book-now\/nb-osteo-kin-fjecywnm\/services?lid=2775510&eid=4901336&share=true&pId=2684641\" class=\"btn btn-secondary\">Book L'\u00cele-Perrot Clinic<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Image Banner -->\n    <div style=\"width: 100%; height: 400px; overflow: hidden; margin: 0;\">\n        <img decoding=\"async\" src=\"psoriasis_skin_condition.jpg\" \n             alt=\"Psoriasis and eczema skin conditions\" \n             style=\"width: 100%; height: 100%; object-fit: cover; display: block;\">\n    <\/div>\n\n    <!-- Introduction -->\n    <div class=\"section\">\n        <div class=\"container\">\n            <h2>Natural Treatment for Chronic Skin Conditions<\/h2>\n            <p class=\"intro-text\">\n                Living with chronic skin conditions like psoriasis, eczema, or acne vulgaris can be frustrating, uncomfortable, and affect your confidence. These conditions often require long-term management with medications that can have unwanted side effects. At NB Osteo\/Kin, we offer a natural, drug-free alternative using advanced laser therapy.\n            <\/p>\n            <p class=\"intro-text\">\n                BioFlex laser therapy uses gentle light wavelengths to reduce inflammation, calm overactive immune responses, and support your skin's natural healing processes. Whether you're looking to manage flare-ups, reduce symptoms, or decrease your dependence on topical steroids, laser therapy offers a safe, effective option.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Psoriasis Section -->\n    <div class=\"section section-alt\">\n        <div class=\"container\">\n            <div class=\"condition-card\">\n                <h3>Psoriasis Treatment<\/h3>\n                <p class=\"intro-text\">\n                    Psoriasis is a chronic autoimmune condition that accelerates skin cell turnover, causing red, scaly patches (plaques) to form on the skin. These patches can be itchy, painful, and appear anywhere on the body, though they're most common on elbows, knees, scalp, and lower back.\n                <\/p>\n                \n                <h4 style=\"color: #5f7179; margin-top: 30px;\">Common Psoriasis Symptoms:<\/h4>\n                <div class=\"symptoms-grid\">\n                    <div class=\"symptom-card\">Red, raised patches<\/div>\n                    <div class=\"symptom-card\">Silvery-white scales<\/div>\n                    <div class=\"symptom-card\">Dry, cracked skin<\/div>\n                    <div class=\"symptom-card\">Itching & burning<\/div>\n                    <div class=\"symptom-card\">Thickened skin<\/div>\n                    <div class=\"symptom-card\">Bleeding plaques<\/div>\n                <\/div>\n\n                <h4 style=\"color: #5f7179; margin-top: 40px;\">How Laser Therapy Helps Psoriasis:<\/h4>\n                <ul class=\"science-list\">\n                    <li><strong>Reduces Inflammation:&nbsp;<\/strong>Calms the overactive immune response that causes psoriatic plaques to form<\/li>\n                    <li><strong>Slows Cell Turnover:&nbsp;<\/strong>Helps normalize the rapid skin cell production characteristic of psoriasis<\/li>\n                    <li><strong>Decreases Redness & Scaling:&nbsp;<\/strong>Reduces the visible appearance and texture of psoriatic lesions<\/li>\n                    <li><strong>Relieves Discomfort:&nbsp;<\/strong>Alleviates itching, burning, and pain associated with active plaques<\/li>\n                    <li><strong>Supports Healing:&nbsp;<\/strong>Promotes tissue repair and prevents infection in cracked, bleeding areas<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Eczema Section -->\n    <div class=\"section\">\n        <div class=\"container\">\n            <div class=\"condition-card\">\n                <h3>Eczema (Atopic Dermatitis) Treatment<\/h3>\n                <p class=\"intro-text\">\n                    Eczema, also called atopic dermatitis, is a chronic inflammatory skin condition that causes intense itching, redness, and dry patches. It often appears in childhood but can persist or develop in adulthood. Eczema is characterized by a compromised skin barrier that allows moisture to escape and irritants to penetrate.\n                <\/p>\n                \n                <h4 style=\"color: #5f7179; margin-top: 30px;\">Common Eczema Symptoms:<\/h4>\n                <div class=\"symptoms-grid\">\n                    <div class=\"symptom-card\">Intense itching<\/div>\n                    <div class=\"symptom-card\">Red, inflamed skin<\/div>\n                    <div class=\"symptom-card\">Dry, scaly patches<\/div>\n                    <div class=\"symptom-card\">Weeping or crusting<\/div>\n                    <div class=\"symptom-card\">Thickened skin<\/div>\n                    <div class=\"symptom-card\">Skin cracking<\/div>\n                <\/div>\n\n                <h4 style=\"color: #5f7179; margin-top: 40px;\">How Laser Therapy Helps Eczema:<\/h4>\n                <ul class=\"science-list\">\n                    <li><strong>Calms Inflammation:&nbsp;<\/strong>Reduces the inflammatory response that causes eczema flare-ups and symptoms<\/li>\n                    <li><strong>Strengthens Skin Barrier:&nbsp;<\/strong>Supports the skin's natural protective barrier function to retain moisture<\/li>\n                    <li><strong>Relieves Itching:&nbsp;<\/strong>Decreases the intense itching that leads to scratching, infection, and worsening symptoms<\/li>\n                    <li><strong>Promotes Healing:&nbsp;<\/strong>Accelerates repair of damaged, broken skin and prevents secondary infections<\/li>\n                    <li><strong>Reduces Flare Frequency:&nbsp;<\/strong>Regular treatment can help decrease the frequency and severity of eczema flare-ups<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Acne Vulgaris Section -->\n    <div class=\"section section-alt\">\n        <div class=\"container\">\n            <div class=\"condition-card\">\n                <h3>Acne Vulgaris Treatment<\/h3>\n                <p class=\"intro-text\">\n                    Acne vulgaris is a common skin condition that occurs when hair follicles become clogged with oil and dead skin cells, leading to inflammation, pimples, and sometimes cysts. While often associated with adolescence, acne can persist or develop in adulthood and significantly impact quality of life and self-esteem.\n                <\/p>\n                \n                <h4 style=\"color: #5f7179; margin-top: 30px;\">Common Acne Symptoms:<\/h4>\n                <div class=\"symptoms-grid\">\n                    <div class=\"symptom-card\">Whiteheads<\/div>\n                    <div class=\"symptom-card\">Blackheads<\/div>\n                    <div class=\"symptom-card\">Papules (bumps)<\/div>\n                    <div class=\"symptom-card\">Pustules (pimples)<\/div>\n                    <div class=\"symptom-card\">Cysts & nodules<\/div>\n                    <div class=\"symptom-card\">Scarring<\/div>\n                <\/div>\n\n                <h4 style=\"color: #5f7179; margin-top: 40px;\">How Laser Therapy Helps Acne:<\/h4>\n                <ul class=\"science-list\">\n                    <li><strong>Reduces Inflammation:&nbsp;<\/strong>Calms inflamed acne lesions and reduces redness and swelling<\/li>\n                    <li><strong>Kills Acne Bacteria:&nbsp;<\/strong>Light therapy helps reduce P. acnes bacteria that contribute to breakouts<\/li>\n                    <li><strong>Regulates Oil Production:&nbsp;<\/strong>Helps normalize sebum production that can clog pores<\/li>\n                    <li><strong>Accelerates Healing:&nbsp;<\/strong>Speeds up the healing of active breakouts and prevents scarring<\/li>\n                    <li><strong>Prevents Future Breakouts:&nbsp;<\/strong>Regular treatment can help reduce acne recurrence and severity<\/li>\n                    <li><strong>Improves Skin Texture:&nbsp;<\/strong>Helps fade existing acne scars and improve overall skin appearance<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Benefits -->\n    <div class=\"section\">\n        <div class=\"container\">\n            <h2>Why Choose Laser Therapy?<\/h2>\n            <div class=\"benefits-grid\">\n                <div class=\"benefit-card\">\n                    <h3>Drug-Free Solution<\/h3>\n                    <p>Natural alternative to topical steroids, antibiotics, and systemic medications\u2014no unwanted side effects or long-term health concerns.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <h3>Reduces Medication Dependency<\/h3>\n                    <p>Many clients use laser therapy to reduce or eliminate their need for prescription medications and topical treatments.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <h3>Safe & Non-Invasive<\/h3>\n                    <p>Gentle, painless treatment with no downtime. Safe for all skin types and can be used on sensitive areas.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <h3>Targets Root Causes<\/h3>\n                    <p>Addresses the underlying inflammation and immune dysfunction rather than just masking symptoms.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <h3>Long-Term Management<\/h3>\n                    <p>Regular treatments help manage chronic conditions, reduce flare-ups, and improve overall skin health.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <h3>Complementary Treatment<\/h3>\n                    <p>Can be safely combined with existing treatments or used as a standalone therapy based on your needs.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- What to Expect -->\n    <div class=\"section section-alt\">\n        <div class=\"container\">\n            <h2>What to Expect<\/h2>\n            \n            <h3>Initial Consultation<\/h3>\n            <p class=\"intro-text\">\n                We begin with a thorough assessment of your skin condition, medical history, current treatments, and goals. We'll explain how laser therapy works and create a personalized treatment plan tailored to your specific condition and needs.\n            <\/p>\n\n            <h3>Treatment Sessions<\/h3>\n            <p class=\"intro-text\">\n                Each session is comfortable and relaxing. The laser device is positioned over the affected areas, delivering therapeutic light wavelengths that penetrate deep into the skin. Sessions typically last 20-45 minutes depending on the size and number of treatment areas. You'll feel only gentle warmth\u2014no pain, no discomfort.\n            <\/p>\n\n            <h3>Treatment Frequency<\/h3>\n            <p class=\"intro-text\">\n                Most clients benefit from 2-3 sessions per week initially, with frequency gradually decreasing as symptoms improve. Chronic conditions typically require ongoing maintenance treatments to manage flare-ups and maintain results.\n            <\/p>\n\n            <h3>Results Timeline<\/h3>\n            <p class=\"intro-text\">\n                Many clients notice reduced inflammation, less itching, and improved comfort within the first few sessions. Visible improvements in skin appearance typically develop over 4-8 weeks as the skin heals and remodels. Chronic conditions require consistent treatment for optimal long-term management.\n            <\/p>\n\n            <div class=\"highlight-box\">\n                <strong>Commitment to Your Skin Health:<\/strong> While laser therapy is highly effective, managing chronic skin conditions is a journey. We're here to support you every step of the way with personalized care, treatment adjustments, and guidance for maintaining healthy skin long-term.\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- FAQ -->\n    <div class=\"section\">\n        <div class=\"container\">\n            <h2>Frequently Asked Questions<\/h2>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Will laser therapy cure my psoriasis\/eczema\/acne?<\/div>\n                <div class=\"faq-answer\">\n                    While laser therapy is highly effective at managing symptoms and reducing flare-ups, chronic skin conditions like psoriasis and eczema cannot be \"cured.\" However, laser therapy can significantly improve quality of life, reduce symptom severity, and help you manage your condition with less reliance on medications. For acne, laser therapy can clear active breakouts and prevent future ones with ongoing maintenance.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Can I stop using my medications?<\/div>\n                <div class=\"faq-answer\">\n                    Never stop prescription medications without consulting your doctor. However, many clients find they can reduce their medication use as their condition improves with laser therapy. We recommend working with both us and your dermatologist to create an integrated treatment plan.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Is the treatment painful?<\/div>\n                <div class=\"faq-answer\">\n                    No. Laser therapy is gentle and painless. Most people feel only mild warmth during treatment. Many clients find the sessions relaxing.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">How many treatments will I need?<\/div>\n                <div class=\"faq-answer\">\n                    This varies based on your condition's severity and your individual response. Typically, clients start with 2-3 sessions per week for 4-8 weeks, then transition to maintenance treatments as symptoms improve. Chronic conditions require ongoing care to manage flare-ups.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Is it safe for sensitive skin?<\/div>\n                <div class=\"faq-answer\">\n                    Yes. Laser therapy is non-ablative and extremely gentle, making it ideal for sensitive, inflamed, or compromised skin. It's safe for all skin types and tones.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Can I use laser therapy during a flare-up?<\/div>\n                <div class=\"faq-answer\">\n                    Yes! Laser therapy is particularly effective during active flare-ups to calm inflammation, reduce symptoms, and accelerate healing. Many clients come in for additional sessions during flare-ups for faster relief.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Are there any side effects?<\/div>\n                <div class=\"faq-answer\">\n                    Laser therapy has no known side effects. Unlike medications, there's no risk of skin thinning (from steroids), antibiotic resistance, or systemic effects. Some clients experience very mild, temporary redness that fades within hours.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Will it work for severe cases?<\/div>\n                <div class=\"faq-answer\">\n                    Yes. Laser therapy can benefit both mild and severe cases. Severe cases may require more frequent initial treatments and longer-term management, but many clients with severe psoriasis, eczema, or cystic acne see significant improvement.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Final CTA -->\n    <div class=\"footer-cta\">\n        <div class=\"container\">\n            <h2>Ready to Find Relief from Chronic Skin Conditions?<\/h2>\n            <p>Take the first step toward clearer, healthier, more comfortable skin. Book your consultation today.<\/p>\n            <div class=\"cta-buttons\">\n                <a href=\"https:\/\/www.fresha.com\/book-now\/nb-osteo-kin-fjecywnm\/services?lid=2775510&eid=4901336&share=true&pId=2684641\" class=\"btn btn-primary\" style=\"color: #5f7179;\">Book Laval Clinic<\/a>\n                <a href=\"https:\/\/www.fresha.com\/book-now\/nb-osteo-kin-fjecywnm\/services?lid=2775510&eid=4901336&share=true&pId=2684641\" class=\"btn btn-secondary\">Book L'\u00cele-Perrot Clinic<\/a>\n            <\/div>\n            <p style=\"margin-top: 40px; font-size: 1rem;\">\n                <strong>NB Osteo\/Kin<\/strong><br>\n                Serving Laval & L'\u00cele-Perrot | 514-700-7415 | nbosteokin@gmail.com\n            <\/p>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\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>Psoriasis, Eczema &#038; Acne Treatment &#8211; NB Osteo\/Kin | Laval &#038; L&#8217;\u00cele-Perrot Laser Treatment for Skin Conditions Natural Relief for Psoriasis, Eczema &#038; Acne Vulgaris Drug-Free Treatment Reduces Inflammation Safe &#038; Non-Invasive Book Laval Clinic Book L&#8217;\u00cele-Perrot Clinic Natural Treatment for Chronic Skin Conditions Living with chronic skin conditions like psoriasis, eczema, or acne vulgaris&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-40009","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/pages\/40009","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nbosteokin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=40009"}],"version-history":[{"count":5,"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/pages\/40009\/revisions"}],"predecessor-version":[{"id":40040,"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/pages\/40009\/revisions\/40040"}],"wp:attachment":[{"href":"https:\/\/nbosteokin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}