{"id":86,"date":"2026-04-21T11:28:48","date_gmt":"2026-04-21T11:28:48","guid":{"rendered":"https:\/\/www.tisaneaddict.com\/?page_id=86"},"modified":"2026-04-21T11:30:58","modified_gmt":"2026-04-21T11:30:58","slug":"a-propos-wer-sind-wir","status":"publish","type":"page","link":"https:\/\/www.tisaneaddict.com\/de\/a-propos-qui-sommes-nous\/","title":{"rendered":"\u00dcber uns - Wer sind wir?"},"content":{"rendered":"<style>\n  :root{\n    --ta-mousse:#4C5D4E;\n    --ta-mousse-dark:#3F4E41;\n    --ta-charbon:#273130;\n    --ta-sauge:#9EAB9E;\n    --ta-ivoire:#F5F5F5;\n    --ta-mineral:#F8F8F7;\n    --ta-ligne:rgba(76,93,78,0.14);\n    --ta-shadow:0 14px 34px rgba(39,49,48,0.08);\n    --ta-radius:22px;\n    --ta-radius-sm:14px;\n    --ta-max:1180px;\n  }\n\n  .ta-about-page,\n  .ta-about-page *{\n    box-sizing:border-box;\n  }\n\n  .ta-about-page{\n    background:linear-gradient(180deg,#F8F8F7 0%,#FFFFFF 100%);\n    color:var(--ta-charbon);\n    font-family:Inter, Arial, sans-serif;\n  }\n\n  .ta-about-wrap{\n    width:min(var(--ta-max), calc(100% - 32px));\n    margin:0 auto;\n  }\n\n  .ta-about-section{\n    padding:84px 0;\n  }\n\n  .ta-about-eyebrow{\n    display:inline-block;\n    margin-bottom:16px;\n    padding:8px 14px;\n    border-radius:999px;\n    background:rgba(76,93,78,0.10);\n    color:var(--ta-mousse);\n    font-size:.78rem;\n    font-weight:700;\n    letter-spacing:.14em;\n    text-transform:uppercase;\n  }\n\n  .ta-about-title{\n    margin:0 0 18px;\n    font-family:Manrope, Inter, Arial, sans-serif;\n    font-size:clamp(2.2rem,4.6vw,4.5rem);\n    line-height:1.05;\n    font-weight:800;\n    letter-spacing:-0.03em;\n    color:var(--ta-charbon);\n  }\n\n  .ta-about-subtitle{\n    margin:0;\n    max-width:760px;\n    font-size:clamp(1.02rem,1.6vw,1.2rem);\n    line-height:1.85;\n    color:#55625E;\n  }\n\n  .ta-about-hero{\n    padding:96px 0 78px;\n  }\n\n  .ta-about-hero-grid{\n    display:grid;\n    grid-template-columns:1.2fr .8fr;\n    gap:34px;\n    align-items:center;\n  }\n\n  .ta-about-card{\n    background:#fff;\n    border:1px solid var(--ta-ligne);\n    border-radius:var(--ta-radius);\n    box-shadow:var(--ta-shadow);\n  }\n\n  .ta-about-hero-card{\n    padding:34px;\n  }\n\n  .ta-about-hero-logo{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    min-height:280px;\n    padding:26px;\n    background:linear-gradient(180deg,#FFFFFF 0%,#F6F7F6 100%);\n  }\n\n  .ta-about-hero-logo img{\n    max-width:100%;\n    height:auto;\n    display:block;\n  }\n\n  .ta-about-actions{\n    display:flex;\n    flex-wrap:wrap;\n    gap:14px;\n    margin-top:30px;\n  }\n\n  .ta-about-btn{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    min-height:50px;\n    padding:0 22px;\n    border-radius:999px;\n    text-decoration:none;\n    font-weight:700;\n    transition:.25s ease;\n    border:1px solid transparent;\n  }\n\n  .ta-about-btn-primary{\n    background:var(--ta-mousse);\n    color:#fff;\n  }\n\n  .ta-about-btn-primary:hover{\n    background:var(--ta-mousse-dark);\n    color:#fff;\n  }\n\n  .ta-about-btn-secondary{\n    background:#fff;\n    color:var(--ta-charbon);\n    border-color:var(--ta-ligne);\n  }\n\n  .ta-about-btn-secondary:hover{\n    border-color:var(--ta-mousse);\n    color:var(--ta-mousse);\n  }\n\n  .ta-about-intro-note{\n    margin-top:20px;\n    font-size:.95rem;\n    color:#66726E;\n    line-height:1.8;\n  }\n\n  .ta-about-grid-2{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:28px;\n  }\n\n  .ta-about-grid-3{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:22px;\n  }\n\n  .ta-about-grid-4{\n    display:grid;\n    grid-template-columns:repeat(4, 1fr);\n    gap:20px;\n  }\n\n  .ta-about-block{\n    padding:28px;\n    height:100%;\n  }\n\n  .ta-about-h2{\n    margin:0 0 14px;\n    font-family:Manrope, Inter, Arial, sans-serif;\n    font-size:clamp(1.55rem,2.4vw,2.35rem);\n    line-height:1.18;\n    font-weight:800;\n    letter-spacing:-0.02em;\n    color:var(--ta-charbon);\n  }\n\n  .ta-about-h3{\n    margin:0 0 12px;\n    font-family:Manrope, Inter, Arial, sans-serif;\n    font-size:1.18rem;\n    line-height:1.35;\n    font-weight:800;\n    color:var(--ta-charbon);\n  }\n\n  .ta-about-p{\n    margin:0;\n    font-size:1rem;\n    line-height:1.9;\n    color:#55625E;\n  }\n\n  .ta-about-list{\n    margin:16px 0 0;\n    padding:0;\n    list-style:none;\n  }\n\n  .ta-about-list li{\n    position:relative;\n    padding-left:18px;\n    margin:0 0 12px;\n    color:#55625E;\n    line-height:1.8;\n  }\n\n  .ta-about-list li:before{\n    content:\"\";\n    position:absolute;\n    top:.85em;\n    left:0;\n    width:7px;\n    height:7px;\n    border-radius:50%;\n    background:var(--ta-mousse);\n    transform:translateY(-50%);\n  }\n\n  .ta-about-icon{\n    width:52px;\n    height:52px;\n    border-radius:16px;\n    background:rgba(76,93,78,0.10);\n    color:var(--ta-mousse);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:1.25rem;\n    margin-bottom:18px;\n    font-weight:800;\n  }\n\n  .ta-about-quote{\n    position:relative;\n    padding:34px 30px;\n    background:linear-gradient(180deg,#4C5D4E 0%,#425246 100%);\n    color:#fff;\n    border-radius:var(--ta-radius);\n    overflow:hidden;\n    box-shadow:var(--ta-shadow);\n  }\n\n  .ta-about-quote:before{\n    content:\"\u201c\";\n    position:absolute;\n    top:-12px;\n    left:18px;\n    font-size:5rem;\n    line-height:1;\n    color:rgba(255,255,255,0.12);\n    font-family:Georgia, serif;\n  }\n\n  .ta-about-quote p{\n    position:relative;\n    margin:0;\n    font-size:1.12rem;\n    line-height:1.9;\n    color:#F7F8F7;\n  }\n\n  .ta-about-highlight{\n    background:var(--ta-mineral);\n    border:1px solid var(--ta-ligne);\n    border-radius:var(--ta-radius);\n    padding:30px;\n  }\n\n  .ta-about-divider{\n    width:92px;\n    height:3px;\n    background:var(--ta-mousse);\n    margin:18px 0 0;\n    border-radius:999px;\n  }\n\n  .ta-about-values .ta-about-card{\n    overflow:hidden;\n  }\n\n  .ta-about-value-top{\n    height:5px;\n    background:var(--ta-mousse);\n  }\n\n  .ta-about-cta{\n    background:linear-gradient(180deg,#F4F6F4 0%,#EEF1EE 100%);\n    border-top:1px solid var(--ta-ligne);\n    border-bottom:1px solid var(--ta-ligne);\n  }\n\n  .ta-about-cta-box{\n    padding:34px;\n    display:grid;\n    grid-template-columns:1.2fr .8fr;\n    gap:24px;\n    align-items:center;\n  }\n\n  .ta-about-kpis{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:16px;\n    margin-top:24px;\n  }\n\n  .ta-about-kpi{\n    background:#fff;\n    border:1px solid var(--ta-ligne);\n    border-radius:16px;\n    padding:18px;\n    text-align:center;\n  }\n\n  .ta-about-kpi strong{\n    display:block;\n    color:var(--ta-charbon);\n    font-size:1.2rem;\n    font-family:Manrope, Inter, Arial, sans-serif;\n    margin-bottom:6px;\n  }\n\n  .ta-about-kpi span{\n    color:#60706A;\n    font-size:.95rem;\n    line-height:1.5;\n  }\n\n  .ta-about-footer{\n    padding:28px 0 56px;\n    text-align:center;\n    color:#687671;\n    font-size:.94rem;\n    line-height:1.8;\n  }\n\n  .ta-about-footer a{\n    color:var(--ta-mousse);\n    text-decoration:none;\n    font-weight:700;\n  }\n\n  @media (max-width:1024px){\n    .ta-about-hero-grid,\n    .ta-about-grid-2,\n    .ta-about-cta-box{\n      grid-template-columns:1fr;\n    }\n\n    .ta-about-grid-4{\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .ta-about-grid-3{\n      grid-template-columns:1fr 1fr;\n    }\n  }\n\n  @media (max-width:767px){\n    .ta-about-section{\n      padding:58px 0;\n    }\n\n    .ta-about-hero{\n      padding:68px 0 52px;\n    }\n\n    .ta-about-wrap{\n      width:min(var(--ta-max), calc(100% - 20px));\n    }\n\n    .ta-about-hero-card,\n    .ta-about-block,\n    .ta-about-cta-box,\n    .ta-about-highlight,\n    .ta-about-quote{\n      padding:22px;\n    }\n\n    .ta-about-grid-4,\n    .ta-about-grid-3{\n      grid-template-columns:1fr;\n    }\n\n    .ta-about-kpis{\n      grid-template-columns:1fr;\n    }\n\n    .ta-about-actions{\n      flex-direction:column;\n    }\n\n    .ta-about-btn{\n      width:100%;\n    }\n\n    .ta-about-hero-logo{\n      min-height:210px;\n    }\n\n    .ta-about-subtitle,\n    .ta-about-p,\n    .ta-about-list li,\n    .ta-about-quote p{\n      line-height:1.75;\n    }\n  }\n\n  @media (max-width:480px){\n    .ta-about-title{\n      font-size:2rem;\n    }\n\n    .ta-about-h2{\n      font-size:1.45rem;\n    }\n\n    .ta-about-eyebrow{\n      font-size:.72rem;\n      padding:7px 12px;\n    }\n\n    .ta-about-hero-card,\n    .ta-about-block{\n      padding:20px;\n    }\n  }\n<\/style>\n\n<div class=\"ta-about-page\">\n\n  <section class=\"ta-about-hero\">\n    <div class=\"ta-about-wrap\">\n      <div class=\"ta-about-hero-grid\">\n\n        <div class=\"ta-about-card ta-about-hero-card\">\n          <span class=\"ta-about-eyebrow\">Unser Universum<\/span>\n          <h1 class=\"ta-about-title\">\u00dcber Tisane Addict<\/h1>\n          <p class=\"ta-about-subtitle\">\n            Willkommen in der Welt von Tisane Addict, einer Marke, die f\u00fcr alle gedacht ist, die Folgendes lieben\n            sch\u00f6ne Rituale, eine sorgf\u00e4ltige Auswahl und einfache Momente rund um Tee und Kr\u00e4utertee lieben\n            und Kr\u00e4utertee.\n          <\/p>\n\n          <div class=\"ta-about-actions\">\n            <a href=\"https:\/\/www.tisaneaddict.com\/de\/\" class=\"ta-about-btn ta-about-btn-primary\">Entdecke den Shop<\/a>\n            <a href=\"https:\/\/www.tisaneaddict.com\/de\/kontaktieren-sie-uns\/\" class=\"ta-about-btn ta-about-btn-secondary\">Kontaktieren Sie uns<\/a>\n          <\/div>\n\n          <p class=\"ta-about-intro-note\">\n            Bei Tisane Addict wollten wir eine sanfte, zeitgem\u00e4\u00dfe und inspirierende Welt schaffen,\n            in dem jeder Besuch zu einer angenehmen, klaren und eleganten Erfahrung wird.\n          <\/p>\n        <\/div>\n\n        <div class=\"ta-about-card ta-about-hero-logo\">\n          <img decoding=\"async\" src=\"https:\/\/www.tisaneaddict.com\/wp-content\/uploads\/2026\/04\/logo-tisane-addict.webp\" alt=\"Logo Tisane Addict\" \/>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ta-about-section\">\n    <div class=\"ta-about-wrap\">\n      <div class=\"ta-about-grid-2\">\n\n        <div class=\"ta-about-card ta-about-block\">\n          <h2 class=\"ta-about-h2\">Unsere Vision<\/h2>\n          <p class=\"ta-about-p\">\n            Wir glauben, dass eine erfolgreiche Markenwelt nicht nur Produkte anbieten muss.\n            Es muss auch eine Atmosph\u00e4re, einen Stil und eine Absicht vermitteln. Tisane Addict ist entstanden\n            aus diesem Wunsch heraus: einen sanfteren, \u00e4sthetischeren und inspirierenderen Rahmen rund um Tees anzubieten\n            Tees, Kr\u00e4uter- und Fr\u00fcchtetees.\n          <\/p>\n          <div class=\"ta-about-divider\"><\/div>\n        <\/div>\n\n        <div class=\"ta-about-highlight\">\n          <h3 class=\"ta-about-h3\">Was uns bewegt<\/h3>\n          <ul class=\"ta-about-list\">\n            <li>Eine harmonische Auswahl schaffen, die Spa\u00df macht zu entdecken<\/li>\n            <li>Eine einfache, fl\u00fcssige und beruhigende Erfahrung bieten<\/li>\n            <li>Installieren Sie eine Premium-, Pflanzen- und zeitgen\u00f6ssische Identit\u00e4t<\/li>\n            <li>Jeden Besuch zu einem inspirierenden Moment machen<\/li>\n          <\/ul>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ta-about-section ta-about-values\">\n    <div class=\"ta-about-wrap\">\n      <span class=\"ta-about-eyebrow\">Was uns auszeichnet<\/span>\n      <h2 class=\"ta-about-h2\">Eine bis ins kleinste Detail durchdachte Marke<\/h2>\n\n      <div class=\"ta-about-grid-4\" style=\"margin-top:26px;\">\n\n        <div class=\"ta-about-card\">\n          <div class=\"ta-about-value-top\"><\/div>\n          <div class=\"ta-about-block\">\n            <div class=\"ta-about-icon\">01<\/div>\n            <h3 class=\"ta-about-h3\">Eine sorgf\u00e4ltige Auswahl<\/h3>\n            <p class=\"ta-about-p\">\n              Jedes Universum ist so gestaltet, dass es lesbar, koh\u00e4rent und angenehm zu durchsuchen ist, mit\n              einer klaren Hervorhebung von Referenzen und Kategorien.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"ta-about-card\">\n          <div class=\"ta-about-value-top\"><\/div>\n          <div class=\"ta-about-block\">\n            <div class=\"ta-about-icon\">02<\/div>\n            <h3 class=\"ta-about-h3\">Ein Premium-Stil<\/h3>\n            <p class=\"ta-about-p\">\n              Unsere Identit\u00e4t vereint Schlichtheit, Eleganz und Sanftheit, um eine visuelle Umgebung zu schaffen\n              raffiniert, modern und sofort erkennbar.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"ta-about-card\">\n          <div class=\"ta-about-value-top\"><\/div>\n          <div class=\"ta-about-block\">\n            <div class=\"ta-about-icon\">03<\/div>\n            <h3 class=\"ta-about-h3\">Fl\u00fcssige Navigation<\/h3>\n            <p class=\"ta-about-p\">\n              Wir legen genauso viel Wert auf Lesbarkeit wie auf Design, damit es f\u00fcr Sie\n              das Erkunden auf allen Bildschirmen einfach, intuitiv und angenehm ist.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"ta-about-card\">\n          <div class=\"ta-about-value-top\"><\/div>\n          <div class=\"ta-about-block\">\n            <div class=\"ta-about-icon\">04<\/div>\n            <h3 class=\"ta-about-h3\">Echte Markenkoh\u00e4renz<\/h3>\n            <p class=\"ta-about-p\">\n              Von der visuellen Identit\u00e4t bis zur Erfahrung auf der Website ist alles darauf ausgerichtet, Folgendes zu vermitteln\n              ein harmonisches, stabiles und qualitatives Bild zu vermitteln.\n            <\/p>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ta-about-section\">\n    <div class=\"ta-about-wrap\">\n      <div class=\"ta-about-grid-2\">\n\n        <div class=\"ta-about-card ta-about-block\">\n          <span class=\"ta-about-eyebrow\">Unser Ansatz<\/span>\n          <h2 class=\"ta-about-h2\">Eine Welt, die zur Entschleunigung einl\u00e4dt<\/h2>\n          <p class=\"ta-about-p\">\n            Tisane Addict richtet sich an alle, die Details lieben, Atmosph\u00e4ren\n            beruhigende Atmosph\u00e4re und sorgf\u00e4ltig ausgew\u00e4hlte Entdeckungen lieben. Unser Bestreben ist es, diese\n            Marke zu einem Ort zu machen, an den man gerne zur\u00fcckkehrt, den man gerne erkundet und sich inspirieren l\u00e4sst.\n          <\/p>\n        <\/div>\n\n        <div class=\"ta-about-card ta-about-block\">\n          <span class=\"ta-about-eyebrow\">Unser Ton<\/span>\n          <h2 class=\"ta-about-h2\">Weich, klar und zeitgem\u00e4\u00df<\/h2>\n          <p class=\"ta-about-p\">\n            Wir haben uns f\u00fcr einen einfachen und eleganten Ausdruck mit zug\u00e4nglichen Inhalten entschieden,\n            einer gepflegten Pr\u00e4sentation und einer \u00c4sthetik, die die Marke atmen l\u00e4sst. Das Ganze in\n            einem pflanzlichen, Premium- und warmen Ambiente.\n          <\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ta-about-section\">\n    <div class=\"ta-about-wrap\">\n      <div class=\"ta-about-quote\">\n        <p>\n          Tisane Addict, das ist der Wunsch, mehr als nur eine Website anzubieten: ein visuelles Universum,\n          eine Atmosph\u00e4re, eine Auswahl und eine sch\u00f6nere Art, Tee zu entdecken,\n          Tee und Kr\u00e4utertee im Alltag.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ta-about-section\">\n    <div class=\"ta-about-wrap\">\n      <span class=\"ta-about-eyebrow\">Unsere Verpflichtungen<\/span>\n      <h2 class=\"ta-about-h2\">Was wir Ihnen bieten wollen<\/h2>\n\n      <div class=\"ta-about-grid-3\" style=\"margin-top:26px;\">\n\n        <div class=\"ta-about-card ta-about-block\">\n          <h3 class=\"ta-about-h3\">Intuitivere Entdeckung<\/h3>\n          <p class=\"ta-about-p\">\n            Wir legen Wert auf eine klare Lesart der Universen, Kategorien und\n            Sammlungen, damit Sie mit Freude st\u00f6bern k\u00f6nnen.\n          <\/p>\n        <\/div>\n\n        <div class=\"ta-about-card ta-about-block\">\n          <h3 class=\"ta-about-h3\">Eine inspirierendere Erfahrung<\/h3>\n          <p class=\"ta-about-p\">\n            Wir m\u00f6chten, dass jeder Besuch die DNA von Tisane Addict widerspiegelt: Sanftheit, Koh\u00e4renz,\n            \u00c4sthetik und Sinn f\u00fcr Details.\n          <\/p>\n        <\/div>\n\n        <div class=\"ta-about-card ta-about-block\">\n          <h3 class=\"ta-about-h3\">Eine beruhigendere Beziehung<\/h3>\n          <p class=\"ta-about-p\">\n            Wir setzen auf klare Inhalte, einfache Orientierungspunkte und einen Markenauftritt.\n            die bei jedem Schritt Vertrauen erweckt.\n          <\/p>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"ta-about-kpis\">\n        <div class=\"ta-about-kpi\">\n          <strong>Premium-Universum<\/strong>\n          <span>Eine sanfte, pflanzliche und elegante Identit\u00e4t<\/span>\n        <\/div>\n        <div class=\"ta-about-kpi\">\n          <strong>Fl\u00fcssige Navigation<\/strong>\n          <span>Eine angenehme Reise auf dem Handy und auf dem Desktop<\/span>\n        <\/div>\n        <div class=\"ta-about-kpi\">\n          <strong>Einheitliche Erfahrung<\/strong>\n          <span>Eine Marke, die auf der gesamten Website bis ins Detail durchdacht ist<\/span>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <section class=\"ta-about-section ta-about-cta\">\n    <div class=\"ta-about-wrap\">\n      <div class=\"ta-about-card ta-about-cta-box\">\n\n        <div>\n          <span class=\"ta-about-eyebrow\">Weiter entdecken<\/span>\n          <h2 class=\"ta-about-h2\" style=\"margin-bottom:12px;\">Erkunden Sie die Welt von Tisane Addict<\/h2>\n          <p class=\"ta-about-p\">\n            Entdecken Sie den Shop, durchst\u00f6bern Sie unsere Welten und kontaktieren Sie uns, wenn Sie etwas brauchen.\n            weitere Informationen ben\u00f6tigen. Wir freuen uns darauf, Sie zu begleiten.\n          <\/p>\n        <\/div>\n\n        <div class=\"ta-about-actions\" style=\"margin-top:0;\">\n          <a href=\"https:\/\/www.tisaneaddict.com\/de\/\" class=\"ta-about-btn ta-about-btn-primary\">Entdecke den Shop<\/a>\n          <a href=\"https:\/\/www.tisaneaddict.com\/de\/kontaktieren-sie-uns\/\" class=\"ta-about-btn ta-about-btn-secondary\">Kontaktieren Sie uns<\/a>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank.php","meta":{"footnotes":""},"class_list":["post-86","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.tisaneaddict.com\/de\/wp-json\/wp\/v2\/pages\/86","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tisaneaddict.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tisaneaddict.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tisaneaddict.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tisaneaddict.com\/de\/wp-json\/wp\/v2\/comments?post=86"}],"version-history":[{"count":2,"href":"https:\/\/www.tisaneaddict.com\/de\/wp-json\/wp\/v2\/pages\/86\/revisions"}],"predecessor-version":[{"id":88,"href":"https:\/\/www.tisaneaddict.com\/de\/wp-json\/wp\/v2\/pages\/86\/revisions\/88"}],"wp:attachment":[{"href":"https:\/\/www.tisaneaddict.com\/de\/wp-json\/wp\/v2\/media?parent=86"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}