{"id":92262,"date":"2021-10-05T06:19:49","date_gmt":"2021-10-05T06:19:49","guid":{"rendered":"https:\/\/themes.diviextended.com\/divi-cart-pro\/?page_id=30037"},"modified":"2026-09-11T16:45:29","modified_gmt":"2026-09-11T14:45:29","slug":"home-default-demo","status":"publish","type":"page","link":"https:\/\/jeandavid.com\/en\/home-default-demo\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_text_align_center et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n  .tribal-intro {\n    position: fixed;\n    inset: 0;\n    z-index: 2147483000;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--tribal-intro-bg, #fdfdfc);\n    transition: transform 0.9s cubic-bezier(0.7, 0, 0.2, 1);\n    will-change: transform;\n    cursor: pointer;\n  }\n  .tribal-intro.is-done { transform: translateY(-100%); }\n  .tribal-intro.is-fast {\n    transition-duration: 0.35s;\n    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);\n  }\n  .tribal-hero--intro .tribal-hero__wordmark { font-size: clamp(2.5rem, 12vw, 8rem); }\n  .tribal-hero--intro .tribal-hero__art {\n    animation: tribal-art-enter 0.62s cubic-bezier(0.2, 0.85, 0.25, 1) 0.85s forwards;\n  }\n  @media (prefers-reduced-motion: reduce) { .tribal-intro { display: none; } }\n<\/style>\n\n<div class=\"tribal-intro\" id=\"tribalIntro\" aria-hidden=\"true\">\n  <div class=\"tribal-hero tribal-hero--intro\">\n    <div class=\"tribal-hero__wordmark\">\n      <span class=\"tribal-hero__typed\"><span class=\"tribal-hero__letter\" style=\"animation-delay:0.10s\">t<\/span><span class=\"tribal-hero__letter\" style=\"animation-delay:0.20s\">r<\/span><span class=\"tribal-hero__letter\" style=\"animation-delay:0.30s\">i<\/span><span class=\"tribal-hero__letter\" style=\"animation-delay:0.40s\">b<\/span><span class=\"tribal-hero__letter\" style=\"animation-delay:0.50s\">a<\/span><span class=\"tribal-hero__letter\" style=\"animation-delay:0.60s\">l<\/span><\/span>\n      <span class=\"tribal-hero__dot\">.<\/span>\n      <span class=\"tribal-hero__art\">art<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  var el = document.getElementById('tribalIntro');\n  if (!el) return;\n  var skip = !document.body.classList.contains('home')\n          || document.body.classList.contains('et-fb')\n          || window.matchMedia('(prefers-reduced-motion: reduce)').matches\n          || sessionStorage.getItem('tribalIntroSeen');\n  if (skip) { el.parentNode.removeChild(el); return; }\n  document.body.appendChild(el);\n  var html = document.documentElement;\n  html.style.overflow = 'hidden';\n  var closed = false;\n  var autoTimer;\n  function close(fast) {\n    if (closed) return;\n    closed = true;\n    clearTimeout(autoTimer);\n    if (fast) el.classList.add('is-fast');\n    el.classList.add('is-done');\n    html.style.overflow = '';\n    try { sessionStorage.setItem('tribalIntroSeen', '1'); } catch (e) {}\n    setTimeout(function () {\n      if (el.parentNode) el.parentNode.removeChild(el);\n    }, fast ? 450 : 1000);\n  }\n  autoTimer = setTimeout(function () { close(false); }, 2400);\n  el.addEventListener('click', function () { close(true); });\n  window.addEventListener('keydown', function () { close(true); }, { once: true });\n})();\n<\/script><\/div><\/div>\n\n<div class=\"et_pb_code_1 et_pb_code et_pb_text_align_center et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"tribal-hero\">\n  <div class=\"tribal-hero__wordmark\" aria-label=\"tribal art\">\n    <span class=\"tribal-hero__typed\" aria-hidden=\"true\"><span class=\"tribal-hero__letter\" style=\"animation-delay:0.10s\">t<\/span><span class=\"tribal-hero__letter\" style=\"animation-delay:0.20s\">r<\/span><span class=\"tribal-hero__letter\" style=\"animation-delay:0.30s\">i<\/span><span class=\"tribal-hero__letter\" style=\"animation-delay:0.40s\">b<\/span><span class=\"tribal-hero__letter\" style=\"animation-delay:0.50s\">a<\/span><span class=\"tribal-hero__letter\" style=\"animation-delay:0.60s\">l<\/span><\/span>\n    <span class=\"tribal-hero__dot\" aria-hidden=\"true\">.<\/span>\n    <span class=\"tribal-hero__art\" aria-hidden=\"true\">art<\/span>\n  <\/div>\n<\/div>\n<style>\n  .tribal-hero {\n    --tribal-loop: 7s;            \/* Takt der Schleife *\/\n    --tribal-loop-start: 2.6s;    \/* Beginn nach dem Intro *\/\n    --tribal-art-step: 1.5em;     \/* war 1.25em \u2014 die Kopie muss weiter weg *\/\n    --tribal-art-cut: 0.15em;     \/* neu: Kante knapp unter der Grundlinie *\/\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: transparent;\n    padding: 1rem;\n    width: 100%;\n    max-width: 100%;\n    overflow: hidden;\n    box-sizing: border-box;\n    container-type: inline-size;\n    -webkit-user-select: none;\n    user-select: none;\n  }\n\n  \/* clip-path ist das Fenster: es haelt die Kopie ueber \"art\" verdeckt *\/\n  .tribal-hero__wordmark {\n    font-family: 'Fraunces', Georgia, \"Times New Roman\", serif;\n    font-weight: 500;\n    font-size: clamp(1.5rem, 11cqw, 3.6rem);\n    line-height: 1.1;\n    letter-spacing: 0.01em;\n    color: var(--gcid-heading-color, #241e16);\n    margin: 0;\n    display: inline-flex;\n    align-items: baseline;\n    white-space: nowrap;\n    max-width: 100%;\n    clip-path: inset(0 0 var(--tribal-art-cut) 0);\n  }\n\n  .tribal-hero__typed { display: inline-flex; }\n\n  .tribal-hero__letter,\n  .tribal-hero__dot {\n    display: inline-block;\n    opacity: 0;\n    transform: translateY(4px);\n    will-change: opacity, transform;\n    backface-visibility: hidden;\n    animation: tribal-type-in 0.18s ease-out forwards;\n  }\n  @keyframes tribal-type-in {\n    from { opacity: 0; transform: translateY(4px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* der Punkt ist der siebte Anschlag derselben Reihe *\/\n  .tribal-hero__dot {\n    color: var(--gcid-link-color, #9c6b24);\n    animation-delay: 0.70s;\n  }\n\n  \/* Intro und Schleife sind dieselbe Bewegung: von oben herein, um genau\n     eine Zeile. Am Ende steht die Kopie auf dem Platz des Originals. *\/\n  .tribal-hero__art {\n    position: relative;\n    display: inline-block;\n    transform: translateY(calc(var(--tribal-art-step) * -1));\n    will-change: transform;\n    animation:\n      tribal-art-enter 0.62s cubic-bezier(0.2, 0.85, 0.25, 1) 0.85s forwards,\n      tribal-art-roll var(--tribal-loop) linear var(--tribal-loop-start) infinite;\n  }\n  .tribal-hero__art::before {\n    content: \"art\";\n    position: absolute;\n    left: 0;\n    top: calc(var(--tribal-art-step) * -1);\n  }\n  @keyframes tribal-art-enter { to { transform: translateY(0); } }\n  @keyframes tribal-art-roll {\n    0%, 86% { transform: translateY(0);\n              animation-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }\n    100%    { transform: translateY(var(--tribal-art-step)); }\n  }\n\n  @supports not (font-size: 1cqw) {\n    .tribal-hero__wordmark { font-size: clamp(1.5rem, 6vw, 3.6rem); }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .tribal-hero__letter,\n    .tribal-hero__dot,\n    .tribal-hero__art {\n      animation: none;\n      opacity: 1;\n      transform: none;\n    }\n    .tribal-hero__art::before { display: none; }\n  }\n<\/style><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_1 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_carousel_0 et_pb_group_carousel et_pb_group et_pb_module et_pb_group_carousel_dots_disabled\"><div class=\"et_pb_group_carousel_container\"><div class=\"et_pb_group_carousel_track\"><div class=\"et_pb_group_carousel_slide\"><div class=\"et_pb_group_0 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_0 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/jeandavid.com\/wp-content\/uploads\/Baule.jpg\" title=\"Baule\" width=\"2958\" height=\"4005\" srcset=\"https:\/\/jeandavid.com\/wp-content\/uploads\/Baule.jpg 2958w, https:\/\/jeandavid.com\/wp-content\/uploads\/Baule-1280x1733.jpg 1280w, https:\/\/jeandavid.com\/wp-content\/uploads\/Baule-980x1327.jpg 980w, https:\/\/jeandavid.com\/wp-content\/uploads\/Baule-480x650.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2958px, 100vw\" class=\"wp-image-101595\" \/><\/span><\/div>\n<\/div><\/div><div class=\"et_pb_group_carousel_slide\"><div class=\"et_pb_group_1 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_1 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/jeandavid.com\/wp-content\/uploads\/Luba-Denise.jpg\" title=\"Luba Denise\" width=\"1500\" height=\"2250\" srcset=\"https:\/\/jeandavid.com\/wp-content\/uploads\/Luba-Denise.jpg 1500w, https:\/\/jeandavid.com\/wp-content\/uploads\/Luba-Denise-1280x1920.jpg 1280w, https:\/\/jeandavid.com\/wp-content\/uploads\/Luba-Denise-980x1470.jpg 980w, https:\/\/jeandavid.com\/wp-content\/uploads\/Luba-Denise-480x720.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1500px, 100vw\" class=\"wp-image-101584\" \/><\/span><\/div>\n<\/div><\/div><div class=\"et_pb_group_carousel_slide\"><div class=\"et_pb_group_2 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_2 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/jeandavid.com\/wp-content\/uploads\/Baule1.jpg\" title=\"Baule1\" width=\"1575\" height=\"2250\" srcset=\"https:\/\/jeandavid.com\/wp-content\/uploads\/Baule1.jpg 1575w, https:\/\/jeandavid.com\/wp-content\/uploads\/Baule1-1280x1829.jpg 1280w, https:\/\/jeandavid.com\/wp-content\/uploads\/Baule1-980x1400.jpg 980w, https:\/\/jeandavid.com\/wp-content\/uploads\/Baule1-480x686.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1575px, 100vw\" class=\"wp-image-101590\" \/><\/span><\/div>\n<\/div><\/div><\/div><\/div><div class=\"et_pb_group_carousel_dots\" style=\"display: none;\"><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone hauptmenu\">\n<div class=\"et_pb_group_3 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough cluster\">\n<div class=\"et_pb_group_4 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough et_clickable\">\n<div class=\"et_pb_heading_0 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Why tribal.art<\/h2><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_group_5 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough et_clickable\">\n<div class=\"et_pb_heading_1 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Jean David<\/h2><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_group_6 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough cluster\">\n<div class=\"et_pb_group_7 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough et_clickable\">\n<div class=\"et_pb_heading_2 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Art Advisory<\/h2><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_group_8 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough et_clickable\">\n<div class=\"et_pb_heading_3 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Bookshop<\/h2><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_group_9 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough cluster\">\n<div class=\"et_pb_group_10 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_4 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Archiv<\/h2><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_group_11 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough et_clickable\">\n<div class=\"et_pb_heading_5 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Link collection<\/h2><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_group_12 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough cluster\">\n<div class=\"et_pb_group_13 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough et_clickable\">\n<div class=\"et_pb_heading_6 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Quick estimate<\/h2><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\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":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-92262","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Jean David African Art Advisory<\/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:\/\/jeandavid.com\/en\/home-default-demo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Jean David African Art Advisory\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jeandavid.com\/en\/home-default-demo\/\" \/>\n<meta property=\"og:site_name\" content=\"Jean David African Art Advisory\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-11T14:45:29+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jeandavid.com\\\/home-default-demo\\\/\",\"url\":\"https:\\\/\\\/jeandavid.com\\\/home-default-demo\\\/\",\"name\":\"Home - Jean David African Art Advisory\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jeandavid.com\\\/#website\"},\"datePublished\":\"2021-10-05T06:19:49+00:00\",\"dateModified\":\"2026-09-11T14:45:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jeandavid.com\\\/home-default-demo\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jeandavid.com\\\/home-default-demo\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jeandavid.com\\\/home-default-demo\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/jeandavid.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jeandavid.com\\\/#website\",\"url\":\"https:\\\/\\\/jeandavid.com\\\/\",\"name\":\"Jean David African Art Advisory\",\"description\":\"African Art Advisory\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jeandavid.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Jean David African Art Advisory","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:\/\/jeandavid.com\/en\/home-default-demo\/","og_locale":"en_US","og_type":"article","og_title":"Home - Jean David African Art Advisory","og_url":"https:\/\/jeandavid.com\/en\/home-default-demo\/","og_site_name":"Jean David African Art Advisory","article_modified_time":"2026-09-11T14:45:29+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jeandavid.com\/home-default-demo\/","url":"https:\/\/jeandavid.com\/home-default-demo\/","name":"Home - Jean David African Art Advisory","isPartOf":{"@id":"https:\/\/jeandavid.com\/#website"},"datePublished":"2021-10-05T06:19:49+00:00","dateModified":"2026-09-11T14:45:29+00:00","breadcrumb":{"@id":"https:\/\/jeandavid.com\/home-default-demo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jeandavid.com\/home-default-demo\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jeandavid.com\/home-default-demo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/jeandavid.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/jeandavid.com\/#website","url":"https:\/\/jeandavid.com\/","name":"Jean David African Art Advisory","description":"African Art Advisory","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jeandavid.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/jeandavid.com\/en\/wp-json\/wp\/v2\/pages\/92262","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jeandavid.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jeandavid.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jeandavid.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jeandavid.com\/en\/wp-json\/wp\/v2\/comments?post=92262"}],"version-history":[{"count":214,"href":"https:\/\/jeandavid.com\/en\/wp-json\/wp\/v2\/pages\/92262\/revisions"}],"predecessor-version":[{"id":102049,"href":"https:\/\/jeandavid.com\/en\/wp-json\/wp\/v2\/pages\/92262\/revisions\/102049"}],"wp:attachment":[{"href":"https:\/\/jeandavid.com\/en\/wp-json\/wp\/v2\/media?parent=92262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}