{"id":8410,"date":"2025-09-20T11:44:01","date_gmt":"2025-09-20T08:44:01","guid":{"rendered":"https:\/\/professorsdentalclinic.com\/?page_id=8410"},"modified":"2026-01-25T16:37:10","modified_gmt":"2026-01-25T13:37:10","slug":"dr-ahmed-khafagy-cosmetic-dentist","status":"publish","type":"page","link":"https:\/\/professorsdentalclinic.com\/en\/dr-ahmed-khafagy-cosmetic-dentist\/","title":{"rendered":"Dr. Ahmed Khafagy"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #f8fafc;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        .hero-section {\n            background: linear-gradient(135deg, #0d1657 0%, #1a237e 100%);\n            color: white;\n            padding: 80px 0;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" fill=\"%23ffffff\" opacity=\"0.05\"><path d=\"M0,20 Q250,80 500,20 T1000,20 V100 H0 Z\"\/><\/svg>') repeat-x;\n            background-size: 1000px 100px;\n        }\n        \n        .hero-content {\n            display: grid;\n            grid-template-columns: 2fr 1fr;\n            gap: 60px;\n            align-items: center;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .hero-text h1 {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n            line-height: 1.2;\n            color: white;\n        }\n        \n        .hero-text .subtitle {\n            font-size: 1.4rem;\n            color: #b88e53;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .hero-text p {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            opacity: 0.9;\n        }\n        \n        .credentials {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 30px;\n        }\n        \n        .credential-badge {\n            background: rgba(184, 142, 83, 0.2);\n            border: 1px solid #b88e53;\n            padding: 8px 16px;\n            border-radius: 25px;\n            font-size: 0.9rem;\n            color: #b88e53;\n            font-weight: 500;\n        }\n        \n        .hero-image {\n            position: relative;\n        }\n        \n        .hero-image img {\n            width: 100%;\n            height: auto;\n            border-radius: 20px;\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);\n            transform: rotate(2deg);\n            transition: transform 0.3s ease;\n        }\n        \n        .hero-image:hover img {\n            transform: rotate(0deg);\n        }\n        \n        .stats-section {\n            background: white;\n            padding: 60px 0;\n            margin-top: -40px;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n            text-align: center;\n        }\n        \n        .stat-item {\n            padding: 30px;\n            background: #f8fafc;\n            border-radius: 15px;\n            border: 1px solid #e2e8f0;\n            transition: all 0.3s ease;\n        }\n        \n        .stat-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(13, 22, 87, 0.1);\n        }\n        \n        .stat-number {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #0d1657;\n            margin-bottom: 10px;\n            display: block;\n        }\n        \n        .stat-label {\n            font-size: 1.1rem;\n            color: #64748b;\n            font-weight: 500;\n        }\n        \n        .expertise-section {\n            padding: 80px 0;\n            background: white;\n        }\n        \n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .section-header h2 {\n            font-size: 2.8rem;\n            color: #0d1657;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n        \n        .section-header p {\n            font-size: 1.2rem;\n            color: #64748b;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .expertise-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px;\n        }\n        \n        .expertise-card {\n            background: #f8fafc;\n            padding: 40px;\n            border-radius: 20px;\n            border: 1px solid #e2e8f0;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .expertise-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px rgba(13, 22, 87, 0.15);\n            border-color: #b88e53;\n        }\n        \n        .expertise-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 100%;\n            background: #b88e53;\n            transform: scaleY(0);\n            transition: transform 0.3s ease;\n        }\n        \n        .expertise-card:hover::before {\n            transform: scaleY(1);\n        }\n        \n        .expertise-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #0d1657, #1a237e);\n            border-radius: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            color: white;\n            font-size: 1.5rem;\n        }\n        \n        .expertise-card h3 {\n            font-size: 1.4rem;\n            color: #0d1657;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .expertise-card p {\n            color: #64748b;\n            line-height: 1.6;\n        }\n        \n        .qualifications-section {\n            padding: 80px 0;\n            background: #f8fafc;\n        }\n        \n        .qualifications-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: start;\n        }\n        \n        .qualification-item {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            border-left: 4px solid #b88e53;\n        }\n        \n        .qualification-item h4 {\n            color: #0d1657;\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n        \n        .qualification-item p {\n            color: #64748b;\n            margin-bottom: 5px;\n        }\n        \n        .highlight-box {\n            background: linear-gradient(135deg, #0d1657, #1a237e);\n            color: white;\n            padding: 40px;\n            border-radius: 20px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .highlight-box::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle, rgba(184, 142, 83, 0.2) 0%, transparent 70%);\n        }\n        \n        .highlight-box h3 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n            position: relative;\n            z-index: 1;\n            color: white;\n        }\n        \n        .highlight-box p {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .cta-section {\n            background: #0d1657;\n            color: white;\n            padding: 80px 0;\n            text-align: center;\n        }\n        \n        .cta-content h2 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            font-weight: 700;\n            color: white;\n        }\n        \n        .cta-content p {\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n        \n        .contact-info {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-top: 50px;\n        }\n        \n        .contact-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 30px;\n            border-radius: 15px;\n            backdrop-filter: blur(10px);\n        }\n        \n        .contact-item h4 {\n            color: #b88e53;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .phone-number {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: white;\n            text-decoration: none;\n        }\n        \n        .phone-number:hover {\n            color: #b88e53;\n        }\n        \n        @media (max-width: 768px) {\n            .hero-content {\n                grid-template-columns: 1fr;\n                text-align: center;\n            }\n            \n            .hero-text h1 {\n                font-size: 2.5rem;\n            }\n            \n            .stats-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .expertise-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .qualifications-content {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n        }\n        \n        .schema-hidden {\n            display: none;\n        }\n    <\/style>\n    <script type=\"application\/ld+json\">\n{\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"Person\",\n    \"@id\": \"https:\/\/professorsdentalclinic.com\/en\/dr-ahmed-khafagy-cosmetic-dentist#person\",\n    \"name\": \"Dr. Ahmed Mohamed Khafagy\",\n    \"alternateName\": \"\u062f. \u0623\u062d\u0645\u062f \u0645\u062d\u0645\u062f \u062e\u0641\u0627\u062c\u064a\",\n    \"image\": \"https:\/\/professorsdentalclinic.com\/wp-content\/uploads\/2026\/01\/\u062f.-\u0623\u062d\u0645\u062f-\u062e\u0641\u0627\u062c\u064a-\u0623\u062e\u0635\u0627\u0626\u064a-\u062a\u062c\u0645\u064a\u0644-\u0627\u0644\u0623\u0633\u0646\u0627\u0646-\u0648\u0627\u0644\u062a\u0631\u0643\u064a\u0628\u0627\u062a-\u0641\u064a-\u0645\u0635\u0631-scaled.jpg\",\n    \"jobTitle\": \"Cosmetic Dentistry & Prosthodontics Specialist\",\n    \"alumniOf\": [\n        {\n            \"@type\": \"CollegeOrUniversity\",\n            \"name\": \"Cairo University\",\n            \"department\": \"Faculty of Dentistry - Prosthodontics & Cosmetic Dentistry Department\"\n        }\n    ],\n    \"hasCredential\": [\n        {\n            \"@type\": \"EducationalOccupationalCredential\",\n            \"name\": \"Master's Degree in Prosthodontics & Cosmetic Dentistry\",\n            \"credentialCategory\": \"Graduate Degree\",\n            \"educationalLevel\": \"Master's\"\n        },\n        {\n            \"@type\": \"EducationalOccupationalCredential\",\n            \"name\": \"Advanced Cosmetic Dentistry Certifications\",\n            \"credentialCategory\": \"Professional Certification\"\n        }\n    ],\n    \"knowsAbout\": [\n        \"Cosmetic Dentistry\",\n        \"Hollywood Smile\", \n        \"Dental Veneers\",\n        \"Porcelain Veneers\",\n        \"Dental Crowns\",\n        \"Aesthetic Fillings\",\n        \"Full Mouth Rehabilitation\"\n    ],\n    \"telephone\": \"+20 1066345566\",\n    \"url\": \"https:\/\/professorsdentalclinic.com\/en\/dr-ahmed-khafagy-cosmetic-dentist\/\",\n    \"mainEntityOfPage\": {\n        \"@type\": \"WebPage\",\n        \"@id\": \"https:\/\/professorsdentalclinic.com\/en\/dr-ahmed-khafagy-cosmetic-dentist\/\"\n    }\n}\n<\/script>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <div class=\"hero-text\">\n                    <h1>Dr. Ahmed Khafagy<\/h1>\n                    <p class=\"subtitle\">Cosmetic Dentistry &#038; Hollywood Smile Specialist<\/p>\n                    <p>Master&#8217;s degree in prosthodontics and cosmetic dentistry from Cairo University with over 7 years of transforming smiles and creating the most beautiful natural-looking results.<\/p>\n                    <p>Specializing in Hollywood smiles, cosmetic veneers, and porcelain lenses with a complete commitment to delivering the highest standards of beauty and quality for every patient.<\/p>\n                    \n                    <div class=\"credentials\">\n                        <span class=\"credential-badge\">\ud83c\udf93 Cairo University Master&#8217;s<\/span>\n                        <span class=\"credential-badge\">\u2728 Cosmetic Dentistry Expert<\/span>\n                        <span class=\"credential-badge\">\u2695\ufe0f 7+ Years Experience<\/span>\n                        <span class=\"credential-badge\">\ud83d\ude0a Smile Creator<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"hero-image\">\n                    <img decoding=\"async\" src=\"https:\/\/professorsdentalclinic.com\/wp-content\/uploads\/2026\/01\/\u062f.-\u0623\u062d\u0645\u062f-\u062e\u0641\u0627\u062c\u064a-\u0623\u062e\u0635\u0627\u0626\u064a-\u062a\u062c\u0645\u064a\u0644-\u0627\u0644\u0623\u0633\u0646\u0627\u0646-\u0648\u0627\u0644\u062a\u0631\u0643\u064a\u0628\u0627\u062a-\u0641\u064a-\u0645\u0635\u0631-scaled.jpg\" alt=\"Dr. Ahmed Khafagy Hollywood smile specialist at Professors Dental Clinic\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Stats Section -->\n    <section class=\"stats-section\">\n        <div class=\"container\">\n            <div class=\"stats-grid\">\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\">7+<\/span>\n                    <span class=\"stat-label\">Years of Creativity<\/span>\n                <\/div>\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\">300+<\/span>\n                    <span class=\"stat-label\">Hollywood Smiles<\/span>\n                <\/div>\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\">2000+<\/span>\n                    <span class=\"stat-label\">Successful Cases<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Expertise Section -->\n    <section class=\"expertise-section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>Areas of Expertise<\/h2>\n                <p>Professional cosmetic dentistry for a smile that suits your personality and reflects your natural beauty<\/p>\n            <\/div>\n            \n            <div class=\"expertise-grid\">\n                <div class=\"expertise-card\">\n                    <div class=\"expertise-icon\">\u2728<\/div>\n                    <h3>Hollywood Smile<\/h3>\n                    <p>Design and creation of the perfect smile using the latest cosmetic techniques. Natural and radiant smiles that last for years with guaranteed quality and beauty.<\/p>\n                <\/div>\n                \n                <div class=\"expertise-card\">\n                    <div class=\"expertise-icon\">\ud83d\udc8e<\/div>\n                    <h3>Cosmetic Veneers<\/h3>\n                    <p>Ultra-thin porcelain veneers that preserve tooth naturalness. Color and shape correction without pain with immediate results and 100% natural appearance.<\/p>\n                <\/div>\n                \n                <div class=\"expertise-card\">\n                    <div class=\"expertise-icon\">\ud83e\uddb7<\/div>\n                    <h3>Porcelain Veneers &#038; Crowns<\/h3>\n                    <p>High-quality porcelain veneers and advanced fixed prosthetics. Comprehensive solutions for all dental problems with guaranteed durability and beauty for years.<\/p>\n                <\/div>\n                \n                <div class=\"expertise-card\">\n                    <div class=\"expertise-icon\">\ud83c\udfa8<\/div>\n                    <h3>Full Mouth Rehabilitation<\/h3>\n                    <p>Comprehensive oral and dental renewal using the latest techniques. Restoring function and beauty together for a perfect smile and unlimited confidence.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Qualifications Section -->\n    <section class=\"qualifications-section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>Education &#038; Certifications<\/h2>\n                <p>Distinguished academic education and professional certifications in cosmetic dentistry<\/p>\n            <\/div>\n\n            <div style=\"text-align: center; margin-bottom: 60px;\">\n                <img decoding=\"async\" src=\"https:\/\/professorsdentalclinic.com\/wp-content\/uploads\/2025\/09\/\u0634\u0647\u0627\u062f\u0629-\u0645\u0627\u062c\u0633\u062a\u064a\u0631-\u062f.-\u0623\u062d\u0645\u062f-\u062e\u0641\u0627\u062c\u064a-\u0641\u064a-\u0627\u0644\u0639\u0644\u0627\u062c-\u0627\u0644\u062a\u062d\u0641\u0638\u064a-\u0644\u0644\u0623\u0633\u0646\u0627\u0646-\u0645\u0646-\u062c\u0627\u0645\u0639\u0629-\u0627\u0644\u0642\u0627\u0647\u0631\u0629.jpeg\" alt=\"Dr. Ahmed Khafagy's Master's Degree Certificate from Cairo University\" \n                     style=\"width: 100%; max-width: 500px; height: auto; border-radius: 15px; box-shadow: 0 15px 30px rgba(13, 22, 87, 0.2);\">\n                <p style=\"margin-top: 15px; color: #64748b; font-size: 0.95rem; font-style: italic;\">\n                    Dr. Ahmed Khafagy&#8217;s Master&#8217;s Degree Certificate from Cairo University\n                <\/p>\n            <\/div>\n            \n            <div class=\"qualifications-content\">\n                <div>\n                    <div class=\"qualification-item\">\n                        <h4>Master&#8217;s in Prosthodontics &#038; Cosmetic Dentistry<\/h4>\n                        <p><strong>Cairo University &#8211; Faculty of Dentistry<\/strong><\/p>\n                        <p>Specialized graduate degree in cosmetic dentistry, fixed and removable prosthetics, and modern restoration techniques.<\/p>\n                    <\/div>\n                    \n                    <div class=\"qualification-item\">\n                        <h4>Advanced Cosmetic Dentistry Courses<\/h4>\n                        <p><strong>International Specialized Certifications<\/strong><\/p>\n                        <p>Intensive training on the latest cosmetic veneer techniques, porcelain veneers, and Hollywood smile from specialized international centers.<\/p>\n                    <\/div>\n                    \n                    <div class=\"qualification-item\">\n                        <h4>Bachelor of Dental Surgery<\/h4>\n                        <p><strong>Cairo University &#8211; Faculty of Dentistry<\/strong><\/p>\n                        <p>Comprehensive education in all branches of dentistry with excellence in prosthodontics and cosmetics as a faculty member.<\/p>\n                    <\/div>\n                    \n                    <div class=\"qualification-item\">\n                        <h4>Modern Restoration Techniques Certifications<\/h4>\n                        <p><strong>Continuing Education<\/strong><\/p>\n                        <p>Specialized courses in aesthetic filling techniques, digital dental photography, and advanced CAD\/CAM technologies.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"highlight-box\">\n                    <h3>Why Choose Dr. Khafagy?<\/h3>\n                    <p>My specialization in cosmetic dentistry and prosthodontics ensures you get the perfect smile that suits your personality. I work on creating complete smiles and full mouth rehabilitation.<\/p>\n                    <br>\n                    <p>With over 7 years of experience and a Master&#8217;s degree from Cairo University, I guarantee every patient the highest standards of quality and beauty with natural and lasting results.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"container\">\n            <div class=\"cta-content\">\n                <h2>Schedule Your Consultation Today<\/h2>\n                <p>Discover the true beauty of your smile with Dr. Ahmed Khafagy. Book your appointment for a comprehensive cosmetic dental consultation and personalized treatment plan.<\/p>\n                \n                <div class=\"contact-info\">\n                    <div class=\"contact-item\">\n                        <h4>Call or WhatsApp<\/h4>\n                        <a href=\"tel:+201066345566\" class=\"phone-number\">+20 1066345566<\/a>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <h4>Working Hours<\/h4>\n                        <p>Saturday &#8211; Thursday: 11 AM &#8211; 11 PM<\/p>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <h4>Location<\/h4>\n                        <p>Professors Dental Clinic<br>Clinic M, Building C, Twin Tower<br>Sheikh Zayed, Giza<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Hidden Schema Data -->\n    <div class=\"schema-hidden\">\n        <span itemprop=\"name\">Dr. Ahmed Mohamed Khafagy<\/span>\n        <span itemprop=\"jobTitle\">Cosmetic Dentistry Specialist<\/span>\n        <span itemprop=\"worksFor\">Professors Dental Clinic<\/span>\n        <span itemprop=\"alumniOf\">Cairo University Faculty of Dentistry<\/span>\n        <span itemprop=\"knowsAbout\">Cosmetic Dentistry<\/span>\n        <span itemprop=\"knowsAbout\">Hollywood Smile<\/span>\n        <span itemprop=\"knowsAbout\">Dental Veneers<\/span>\n        <span itemprop=\"knowsAbout\">Porcelain Veneers<\/span>\n        <span itemprop=\"telephone\">+20 1066345566<\/span>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Dr. Ahmed Khafagy Cosmetic Dentistry &#038; Hollywood Smile Specialist Master&#8217;s degree in prosthodontics and cosmetic dentistry from Cairo University with over 7 years of transforming smiles and creating the most beautiful natural-looking results. Specializing in Hollywood smiles, cosmetic veneers, and porcelain lenses with a complete commitment to delivering the highest standards of beauty and quality [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-8410","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/pages\/8410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/comments?post=8410"}],"version-history":[{"count":7,"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/pages\/8410\/revisions"}],"predecessor-version":[{"id":8959,"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/pages\/8410\/revisions\/8959"}],"wp:attachment":[{"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/media?parent=8410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}