{"id":2379,"date":"2024-09-12T09:07:25","date_gmt":"2024-09-12T06:07:25","guid":{"rendered":"http:\/\/carmenardeleanu.ro\/?page_id=2379"},"modified":"2026-01-08T20:35:31","modified_gmt":"2026-01-08T18:35:31","slug":"testimoniale","status":"publish","type":"page","link":"https:\/\/carmenardeleanu.ro\/en\/testimoniale\/","title":{"rendered":"Testimonials"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2379\" class=\"elementor elementor-2379\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77eb7f8 e-flex e-con-boxed e-con e-parent\" data-id=\"77eb7f8\" 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-c2bedc6 elementor-widget elementor-widget-heading\" data-id=\"c2bedc6\" 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<h3 class=\"elementor-heading-title elementor-size-default\">Testimonials<\/h3>\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-a42bc63 e-flex e-con-boxed e-con e-parent\" data-id=\"a42bc63\" 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-55de67b elementor-widget elementor-widget-html\" data-id=\"55de67b\" 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<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600&family=Playfair+Display:ital,wght@1,500&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n    .bento-modern-section {\r\n        --primary-glow: #6366f1;\r\n        --card-bg: #ffffff;\r\n        --bg-subtle: #f8fafc;\r\n        background-color: var(--bg-subtle);\r\n        padding: 80px 5%;\r\n        font-family: 'Outfit', sans-serif;\r\n        perspective: 1000px; \/* Necesar pentru efectul 3D *\/\r\n    }\r\n\r\n    .header-text {\r\n        text-align: center;\r\n        margin-bottom: 60px;\r\n    }\r\n\r\n    .header-text h2 {\r\n        font-size: 3rem;\r\n        font-weight: 700;\r\n        color: #0f172a;\r\n        margin: 0;\r\n    }\r\n\r\n    .header-text span {\r\n        font-family: 'Playfair Display', serif;\r\n        color: var(--primary-glow);\r\n        font-style: italic;\r\n    }\r\n\r\n    \/* Masonry Layout *\/\r\n    .bento-container {\r\n        display: grid;\r\n        grid-template-columns: repeat(3, 1fr);\r\n        gap: 25px;\r\n        max-width: 1300px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    .interactive-card {\r\n        background: var(--card-bg);\r\n        border-radius: 24px;\r\n        padding: 35px;\r\n        position: relative;\r\n        border: 1px solid #e2e8f0;\r\n        transition: transform 0.1s ease-out, box-shadow 0.3s ease;\r\n        display: flex;\r\n        flex-direction: column;\r\n        height: fit-content;\r\n        cursor: default;\r\n        overflow: hidden;\r\n        \/* Hardware acceleration *\/\r\n        transform-style: preserve-3d;\r\n        will-change: transform;\r\n    }\r\n\r\n    \/* Cardul eviden\u021biat (Negru) *\/\r\n    .featured-card {\r\n        background: #0f172a;\r\n        color: white;\r\n        border: none;\r\n    }\r\n\r\n    .text-body {\r\n        font-size: 1.05rem;\r\n        line-height: 1.7;\r\n        margin-bottom: 25px;\r\n        font-style: italic;\r\n        pointer-events: none; \/* Mouse-ul trece prin text c\u0103tre card *\/\r\n        transform: translateZ(30px); \/* Ridic\u0103 textul \u00een spa\u021biu 3D *\/\r\n    }\r\n\r\n    .author-footer {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 12px;\r\n        transform: translateZ(20px);\r\n    }\r\n\r\n    .avatar-icon {\r\n        width: 40px;\r\n        height: 40px;\r\n        background: var(--primary-glow);\r\n        color: white;\r\n        border-radius: 12px;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-weight: 600;\r\n    }\r\n\r\n    .featured-card .avatar-icon { background: white; color: #0f172a; }\r\n\r\n    .name-label { font-weight: 600; font-size: 0.95rem; }\r\n\r\n    \/* Efectul de sclipire pe fundal (Spotlight) *\/\r\n    .spotlight {\r\n        position: absolute;\r\n        top: 0; left: 0; right: 0; bottom: 0;\r\n        background: radial-gradient(600px circle at var(--x) var(--y), rgba(99, 102, 241, 0.15), transparent 40%);\r\n        pointer-events: none;\r\n    }\r\n\r\n    .featured-card .spotlight {\r\n        background: radial-gradient(600px circle at var(--x) var(--y), rgba(255, 255, 255, 0.1), transparent 40%);\r\n    }\r\n\r\n    @media (max-width: 1024px) { .bento-container { grid-template-columns: repeat(2, 1fr); } }\r\n    @media (max-width: 768px) { .bento-container { grid-template-columns: 1fr; } }\r\n<\/style>\r\n\r\n<div class=\"bento-modern-section\">\r\n    <div class=\"header-text\">\r\n        <h3>Testimonials<\/h3>\r\n       \r\n    <\/div>\r\n\r\n    <div class=\"bento-container\">\r\n        <div class=\"interactive-card\">\r\n            <div class=\"spotlight\"><\/div>\r\n            <div class=\"text-body\">\"I found a calm, professional man who inspired my confidence and helped me see things from a different perspective. Thank you and good luck!\"<\/div>\r\n            <div class=\"author-footer\"><div class=\"avatar-icon\">SB<\/div><div class=\"name-label\">S.B.<\/div><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"interactive-card featured-card\">\r\n            <div class=\"spotlight\"><\/div>\r\n            <div class=\"text-body\">\"She is the first person we think of when there is a delicate situation in the family. My daughter adores her and goes to her because she loves it, life has been lived differently since we met her.\"<\/div>\r\n            <div class=\"author-footer\"><div class=\"avatar-icon\">LE<\/div><div class=\"name-label\">L.E.<\/div><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"interactive-card\">\r\n            <div class=\"spotlight\"><\/div>\r\n            <div class=\"text-body\">\"Excellent services provided with great empathy. A professional who combines specialized knowledge with the needs of each client. I recommend!\"<\/div>\r\n            <div class=\"author-footer\"><div class=\"avatar-icon\">DP<\/div><div class=\"name-label\">D. P.<\/div><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"interactive-card\">\r\n            <div class=\"spotlight\"><\/div>\r\n            <div class=\"text-body\">\"Carmen is an empathetic, understanding and involved person. The results were far beyond expectations! A positive vibe.\"<\/div>\r\n            <div class=\"author-footer\"><div class=\"avatar-icon\">CA<\/div><div class=\"name-label\">C. A. B.<\/div><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"interactive-card\">\r\n            <div class=\"spotlight\"><\/div>\r\n            <div class=\"text-body\">\"We appreciate the way he gets the child's cooperation for difficult tasks. He has very good intuition and facilitates therapeutic processes.\"<\/div>\r\n            <div class=\"author-footer\"><div class=\"avatar-icon\">DF<\/div><div class=\"name-label\">D.F.<\/div><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"interactive-card\">\r\n            <div class=\"spotlight\"><\/div>\r\n            <div class=\"text-body\">\"\u201cMonday is always a Yay Day for me, just because I get to see Carmen\u201d. You helped us successfully navigate difficult times.\"<\/div>\r\n            <div class=\"author-footer\"><div class=\"avatar-icon\">LA<\/div><div class=\"name-label\">L.A.<\/div><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"interactive-card\">\r\n            <div class=\"spotlight\"><\/div>\r\n            <div class=\"text-body\">\"The atmosphere in the office is pleasant and sunny, so you can address and debate even your most intimate thoughts without hesitation.\"<\/div>\r\n            <div class=\"author-footer\"><div class=\"avatar-icon\">TC<\/div><div class=\"name-label\">T.C.<\/div><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"interactive-card\">\r\n            <div class=\"spotlight\"><\/div>\r\n            <div class=\"text-body\">\"Extraordinary ability to adapt the discussion to my pace and needs, with a lot of focus on relevant topics.\"<\/div>\r\n            <div class=\"author-footer\"><div class=\"avatar-icon\">GR<\/div><div class=\"name-label\">G.R.A.<\/div><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"interactive-card\">\r\n            <div class=\"spotlight\"><\/div>\r\n            <div class=\"text-body\">\"A warm location, a special man. I think we received very good guidance, both for us and for the child. The results appeared immediately.\"<\/div>\r\n            <div class=\"author-footer\"><div class=\"avatar-icon\">DG<\/div><div class=\"name-label\">D.G.<\/div><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"interactive-card\">\r\n            <div class=\"spotlight\"><\/div>\r\n            <div class=\"text-body\">\"A warm smile, encouragement, and lots of validation accompanied my little girl on her path to self-knowledge. Thank you!\"<\/div>\r\n            <div class=\"author-footer\"><div class=\"avatar-icon\">SD<\/div><div class=\"name-label\">S.D.<\/div><\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    const allCards = document.querySelectorAll('.interactive-card');\r\n\r\n    allCards.forEach(card => {\r\n        card.addEventListener('mousemove', e => {\r\n            const rect = card.getBoundingClientRect();\r\n            const x = e.clientX - rect.left;\r\n            const y = e.clientY - rect.top;\r\n\r\n            \/\/ Update Spotlight\r\n            card.style.setProperty('--x', `${x}px`);\r\n            card.style.setProperty('--y', `${y}px`);\r\n\r\n            \/\/ 3D Tilt Calculation\r\n            const centerX = rect.width \/ 2;\r\n            const centerY = rect.height \/ 2;\r\n            const rotateX = (y - centerY) \/ 10; \/\/ Sensibilitate\r\n            const rotateY = (centerX - x) \/ 10;\r\n\r\n            card.style.transform = `perspective(1000px) rotateX(${rotateX}deg) rotateY(${rotateY}deg)`;\r\n        });\r\n\r\n        card.addEventListener('mouseleave', () => {\r\n            card.style.transform = `perspective(1000px) rotateX(0deg) rotateY(0deg)`;\r\n        });\r\n    });\r\n<\/script>\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>","protected":false},"excerpt":{"rendered":"<p>Testimoniale Testimoniale &#8222;Am g\u0103sit un om calm, profesionist, care mi-a inspirat \u00eencredere \u0219i m-a ajutat s\u0103 v\u0103d lucrurile din alt\u0103 perspectiv\u0103. Mul\u021bumesc \u0219i mult succes!&#8221; SBS.B. &#8222;D\u00e2nsa este prima persoan\u0103 la care ne g\u00e2ndim c\u00e2nd este vreo situa\u021bie delicat\u0103 \u00een familie. Fiica mea o ador\u0103 \u0219i merge la d\u00e2nsa de drag, via\u021ba se tr\u0103ie\u0219te altfel [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2379","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Testimoniale - Psiholog Carmen Mariana Ardeleanu<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/carmenardeleanu.ro\/en\/testimoniale\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Testimoniale - Psiholog Carmen Mariana Ardeleanu\" \/>\n<meta property=\"og:description\" content=\"Testimoniale Testimoniale &#8222;Am g\u0103sit un om calm, profesionist, care mi-a inspirat \u00eencredere \u0219i m-a ajutat s\u0103 v\u0103d lucrurile din alt\u0103 perspectiv\u0103. Mul\u021bumesc \u0219i mult succes!&#8221; SBS.B. &#8222;D\u00e2nsa este prima persoan\u0103 la care ne g\u00e2ndim c\u00e2nd este vreo situa\u021bie delicat\u0103 \u00een familie. Fiica mea o ador\u0103 \u0219i merge la d\u00e2nsa de drag, via\u021ba se tr\u0103ie\u0219te altfel [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/carmenardeleanu.ro\/en\/testimoniale\/\" \/>\n<meta property=\"og:site_name\" content=\"Psiholog Carmen Mariana Ardeleanu\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/carmenardeleanupsiholog\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-08T18:35:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/carmenardeleanu.ro\\\/testimoniale\\\/\",\"url\":\"https:\\\/\\\/carmenardeleanu.ro\\\/testimoniale\\\/\",\"name\":\"Testimoniale - Psiholog Carmen Mariana Ardeleanu\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/carmenardeleanu.ro\\\/#website\"},\"datePublished\":\"2024-09-12T06:07:25+00:00\",\"dateModified\":\"2026-01-08T18:35:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/carmenardeleanu.ro\\\/testimoniale\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/carmenardeleanu.ro\\\/testimoniale\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/carmenardeleanu.ro\\\/testimoniale\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/carmenardeleanu.ro\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Testimoniale\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/carmenardeleanu.ro\\\/#website\",\"url\":\"https:\\\/\\\/carmenardeleanu.ro\\\/\",\"name\":\"Psiholog Carmen Mariana Ardeleanu\",\"description\":\"Psiholog Carmen Mariana Ardeleanu\",\"publisher\":{\"@id\":\"https:\\\/\\\/carmenardeleanu.ro\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/carmenardeleanu.ro\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/carmenardeleanu.ro\\\/#organization\",\"name\":\"Psiholog Carmen Mariana Ardeleanu\",\"url\":\"https:\\\/\\\/carmenardeleanu.ro\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/carmenardeleanu.ro\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/carmenardeleanu.ro\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/cropped-COPAC.png\",\"contentUrl\":\"https:\\\/\\\/carmenardeleanu.ro\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/cropped-COPAC.png\",\"width\":512,\"height\":512,\"caption\":\"Psiholog Carmen Mariana Ardeleanu\"},\"image\":{\"@id\":\"https:\\\/\\\/carmenardeleanu.ro\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/carmenardeleanupsiholog\",\"https:\\\/\\\/instagram.com\\\/carmenmarianaardeleanu\",\"https:\\\/\\\/www.tiktok.com\\\/@carmen_mariana_ardeleanu\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Testimoniale - Psiholog Carmen Mariana Ardeleanu","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/carmenardeleanu.ro\/en\/testimoniale\/","og_locale":"en_US","og_type":"article","og_title":"Testimoniale - Psiholog Carmen Mariana Ardeleanu","og_description":"Testimoniale Testimoniale &#8222;Am g\u0103sit un om calm, profesionist, care mi-a inspirat \u00eencredere \u0219i m-a ajutat s\u0103 v\u0103d lucrurile din alt\u0103 perspectiv\u0103. Mul\u021bumesc \u0219i mult succes!&#8221; SBS.B. &#8222;D\u00e2nsa este prima persoan\u0103 la care ne g\u00e2ndim c\u00e2nd este vreo situa\u021bie delicat\u0103 \u00een familie. Fiica mea o ador\u0103 \u0219i merge la d\u00e2nsa de drag, via\u021ba se tr\u0103ie\u0219te altfel [&hellip;]","og_url":"https:\/\/carmenardeleanu.ro\/en\/testimoniale\/","og_site_name":"Psiholog Carmen Mariana Ardeleanu","article_publisher":"https:\/\/www.facebook.com\/carmenardeleanupsiholog","article_modified_time":"2026-01-08T18:35:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/carmenardeleanu.ro\/testimoniale\/","url":"https:\/\/carmenardeleanu.ro\/testimoniale\/","name":"Testimoniale - Psiholog Carmen Mariana Ardeleanu","isPartOf":{"@id":"https:\/\/carmenardeleanu.ro\/#website"},"datePublished":"2024-09-12T06:07:25+00:00","dateModified":"2026-01-08T18:35:31+00:00","breadcrumb":{"@id":"https:\/\/carmenardeleanu.ro\/testimoniale\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/carmenardeleanu.ro\/testimoniale\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/carmenardeleanu.ro\/testimoniale\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/carmenardeleanu.ro\/"},{"@type":"ListItem","position":2,"name":"Testimoniale"}]},{"@type":"WebSite","@id":"https:\/\/carmenardeleanu.ro\/#website","url":"https:\/\/carmenardeleanu.ro\/","name":"Psychologist Carmen Mariana Ardeleanu","description":"Psychologist Carmen Mariana Ardeleanu","publisher":{"@id":"https:\/\/carmenardeleanu.ro\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/carmenardeleanu.ro\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/carmenardeleanu.ro\/#organization","name":"Psychologist Carmen Mariana Ardeleanu","url":"https:\/\/carmenardeleanu.ro\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/carmenardeleanu.ro\/#\/schema\/logo\/image\/","url":"https:\/\/carmenardeleanu.ro\/wp-content\/uploads\/2024\/09\/cropped-COPAC.png","contentUrl":"https:\/\/carmenardeleanu.ro\/wp-content\/uploads\/2024\/09\/cropped-COPAC.png","width":512,"height":512,"caption":"Psiholog Carmen Mariana Ardeleanu"},"image":{"@id":"https:\/\/carmenardeleanu.ro\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/carmenardeleanupsiholog","https:\/\/instagram.com\/carmenmarianaardeleanu","https:\/\/www.tiktok.com\/@carmen_mariana_ardeleanu"]}]}},"_links":{"self":[{"href":"https:\/\/carmenardeleanu.ro\/en\/wp-json\/wp\/v2\/pages\/2379","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/carmenardeleanu.ro\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/carmenardeleanu.ro\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/carmenardeleanu.ro\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/carmenardeleanu.ro\/en\/wp-json\/wp\/v2\/comments?post=2379"}],"version-history":[{"count":10,"href":"https:\/\/carmenardeleanu.ro\/en\/wp-json\/wp\/v2\/pages\/2379\/revisions"}],"predecessor-version":[{"id":2923,"href":"https:\/\/carmenardeleanu.ro\/en\/wp-json\/wp\/v2\/pages\/2379\/revisions\/2923"}],"wp:attachment":[{"href":"https:\/\/carmenardeleanu.ro\/en\/wp-json\/wp\/v2\/media?parent=2379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}