{"id":414,"date":"2025-11-21T18:05:34","date_gmt":"2025-11-21T17:05:34","guid":{"rendered":"https:\/\/www.dedaloproduct.it\/le-nostre-strutture-english\/"},"modified":"2025-11-21T18:15:05","modified_gmt":"2025-11-21T17:15:05","slug":"le-nostre-strutture-english","status":"publish","type":"page","link":"https:\/\/www.dedaloproduct.it\/en\/le-nostre-strutture-english\/","title":{"rendered":"Our structures, designed specifically for aerial rigs"},"content":{"rendered":"<header class=\"hero-header\">\n  <div class=\"hero-wrapper\">\n    <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/11\/top-1.jpg\" alt=\"Immagine di testa\" class=\"hero-image\">\n  <\/div>\n<\/header>\n\n<style>\nbody {\n  margin: 0;\n  padding: 0;\n  background-color: #000;\n  overflow-x: hidden;\n}\n\n\/* Contenitore principale *\/\n.hero-header {\n  width: 100%;\n  overflow: hidden;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  position: relative;\n}\n\n\/* Wrapper per centraggio *\/\n.hero-wrapper {\n  position: relative;\n  width: 100%;\n  max-width: 1600px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  overflow: hidden;\n}\n\n\/* Immagine con effetto SIPARIO orizzontale *\/\n.hero-image {\n  display: block;\n  width: 100%;\n  height: auto;\n  opacity: 0;\n  border: none;\n  border-radius: 20px; \/* \u2705 solo desktop *\/\n  box-sizing: border-box;\n  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);\n  animation: revealCurtainHorizontal 3s ease-out forwards;\n}\n\n\/* Effetto tenda orizzontale (sipario) *\/\n@keyframes revealCurtainHorizontal {\n  0% {\n    opacity: 0;\n    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);\n  }\n  40% {\n    opacity: 0.5;\n  }\n  100% {\n    opacity: 1;\n    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);\n  }\n}\n\n\/* --- VERSIONE RESPONSIVE --- *\/\n@media (max-width: 768px) {\n  .hero-wrapper {\n    width: 100%;\n    height: auto;\n    aspect-ratio: auto;\n    overflow: hidden;\n    position: relative;\n  }\n\n  \/* Manteniamo proporzioni personalizzate: larghezza = altezza + 150px *\/\n  .hero-wrapper::before {\n    content: \"\";\n    display: block;\n    padding-top: calc(100% - 150px);\n  }\n\n  .hero-image {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    width: calc(100% + 150px);\n    height: 100%;\n    object-fit: cover;\n    object-position: calc(50%) center !important;\n    border: none;\n    border-radius: 0; \/* ???? niente bordi arrotondati in responsive *\/\n    opacity: 1;\n    animation: revealCurtainHorizontal 3s ease-out forwards;\n  }\n}\n<\/style>\n\n\n\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n\n  <style>\n    :root{\n      --bg-light:#ffffff; --bg-accent:#f87171; --text-dark:#2a2a2a; --accent:#7f1d1d; --muted:#555;\n      font-family: Inter, ui-sans-serif, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial;\n    }\n    *{box-sizing:border-box}\n    body{\n      margin:0;\n      background:linear-gradient(180deg,var(--bg-light),#ffcccc);\n      color:var(--text-dark);\n      min-height:100vh;\n    }\n    .wrap{max-width:1100px;margin:36px auto;padding:20px}\n    h1{text-align:center;color:var(--accent);}\n\n    .grid{\n      display:grid;\n      grid-template-columns:repeat(3,1fr);\n      gap:14px;\n      margin-top:30px;\n    }\n    @media(max-width:768px){\n      .grid{grid-template-columns:1fr;}\n      .card h3 {\n        font-size: 90% !important;\n        white-space: normal;\n      }\n    }\n\n    .card{\n      background:linear-gradient(180deg,#fff,#ffebeb);\n      padding:14px;\n      border-radius:12px;\n      border:1px solid #fca5a5;\n      box-shadow:0 8px 22px rgba(127,29,29,0.35);\n      display:flex;\n      flex-direction:column;\n      gap:10px;\n      transition:transform 0.2s;\n      overflow:hidden;\n    }\n    .card:hover{\n      transform:translateY(-4px);\n      box-shadow:0 10px 28px rgba(127,29,29,0.45);\n    }\n    .card h3{\n      margin:0 0 8px;\n      font-size:16px;\n      color:var(--accent);\n      text-align:center;\n      white-space: nowrap;\n      overflow: hidden;\n      text-overflow: ellipsis;\n    }\n\n    .photo-slider {\n      position: relative;\n      width: 100%;\n      aspect-ratio: 1\/1;\n      overflow: hidden;\n      border-radius: 8px;\n    }\n    .photo-slider img {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      opacity: 0;\n      animation: fadeSlider 9s infinite;\n    }\n    .photo-slider img:nth-child(1) { animation-delay: 0s; }\n    .photo-slider img:nth-child(2) { animation-delay: 3s; }\n    .photo-slider img:nth-child(3) { animation-delay: 6s; }\n\n    @keyframes fadeSlider {\n      0%, 100% { opacity: 0; }\n      8%, 30% { opacity: 1; }\n      38%, 92% { opacity: 0; }\n    }\n\n    .meta{\n      display:flex;\n      flex-wrap:wrap;\n      gap:8px;\n      color:var(--muted);\n      font-size:13px;\n      font-weight:bold;\n    }\n    .attr{\n      flex:1 1 48%;\n      background:#fff0f0;\n      padding:6px;\n      border-radius:8px;\n      border:1px solid #fca5a5;\n      display:flex;\n      align-items:center;\n      gap:6px;\n      flex-wrap:wrap;\n    }\n    .attr b{\n      display:block;\n      color:var(--accent);\n      width:100%;\n    }\n    .icon{height:20px;width:auto;}\n    .icontri{height:30px;width:auto;}\n\n    .people {\n      display: flex;\n      gap: 4px;\n    }\n\n    .people svg {\n      width: 20px;\n      height: 20px;\n      fill: var(--accent);\n    }\n\n    .price-row{\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      margin-top:auto;\n    }\n    .price{\n      flex:1;\n      background:#fff0f0;\n      padding:5px;\n      border-radius:8px;\n      border:1px solid #fca5a5;\n      font-size:18px;\n      font-weight:600;\n      color:var(--accent);\n      margin-right:8px;\n      text-align:center;\n      box-shadow:0 8px 20px rgba(127,29,29,0.45);\n    }\n    .more-btn{\n      padding:8px 22px;\n      background:var(--accent);\n      color:#fff;\n      border:none;\n      border-radius:50px;\n      cursor:pointer;\n      transition:background 0.2s, box-shadow 0.3s;\n      font-size:14px;\n      box-shadow:0 8px 20px rgba(127,29,29,0.45);\n    }\n    .more-btn:hover{\n      background:#991b1b;\n      box-shadow:0 10px 24px rgba(127,29,29,0.55);\n    }\n    .ce-logo {\n      display: inline-block;\n      vertical-align: middle;\n      margin-left: 8px;\n      width: 28px;\n      height: auto;\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <div class=\"wrap\">\n    <div class=\"grid\">\n\n      <!-- PRODUCT 1 -->\n      <article class=\"card\">\n        <h3>Self-Supporting Pyramid Aerial Rig 7.2 Meters\n          <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/11\/ce.png\"\n               alt=\"CE\"\n               style=\"display: inline-block; vertical-align: middle; margin-left: 8px; width: 24px; height: auto;\">\n        <\/h3>\n\n        <div class=\"photo-slider\">\n          <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/11\/DSC_0998-scaled-1.jpg\" alt=\"Image 1\">\n          <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/11\/20240607-3R7A3689-scaled.jpg\" alt=\"Image 2\">\n          <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/11\/IMG_9707-scaled.jpg\" alt=\"Image 3\">\n        <\/div>\n\n        <div class=\"meta\">\n          <div class=\"attr\"><b>Maximum height:<\/b>720 cm<\/div>\n          <div class=\"attr\"><b>Total weight:<\/b>85 kg<\/div>\n          <div class=\"attr\"><b>Maximum load:<\/b>300 kg<\/div>\n\n          <div class=\"attr\">\n            <b>Usable by:<\/b>\n            <div class=\"people\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n            <\/div>\n          <\/div>\n\n          <div class=\"attr\">\n            <b>Assembled by:<\/b>\n            <div class=\"people\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n            <\/div>\n          <\/div>\n\n          <div class=\"attr\">\n            <img decoding=\"async\" class=\"icon\" src=\"wp-content\/uploads\/2025\/11\/palo.png\" alt=\"\">\n            3x6x141 cm \u00f860mm\n          <\/div>\n\n          <div class=\"attr\">\n            <b>Footprint size:<\/b>\n            <img decoding=\"async\" class=\"icontri\" src=\"wp-content\/uploads\/2025\/11\/triangolo-1.png\" alt=\"Footprint\">\n            780 cm\n          <\/div>\n\n          <div class=\"attr\"><b>Special feature:<\/b>Showmanship<\/div>\n        <\/div>\n\n        <div class=\"price-row\">\n          <div class=\"price\">\u20ac 2450<\/div>\n          <a href=\"\/en\/product\/portico-piramidale-autoportante-7-2-metri\/\">\n            <button class=\"more-btn\">Learn more<\/button>\n          <\/a>\n        <\/div>\n      <\/article>\n\n      <!-- PRODUCT 2 -->\n      <article class=\"card\">\n        <h3>Self-Supporting Pyramid Aerial Rig 5.5 Meters\n          <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/11\/ce.png\"\n               alt=\"CE\"\n               style=\"display: inline-block; vertical-align: middle; margin-left: 8px; width: 24px; height: auto;\">\n        <\/h3>\n\n        <div class=\"photo-slider\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/IMG_9264-scaled.jpg\" alt=\"Image 1\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/DSC_1060-scaled-1.jpg\" alt=\"Image 2\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/IMG_9264-scaled.jpg\" alt=\"Image 3\">\n        <\/div>\n\n        <div class=\"meta\">\n          <div class=\"attr\"><b>Maximum height:<\/b>550 cm<\/div>\n          <div class=\"attr\"><b>Total weight:<\/b>50 kg<\/div>\n          <div class=\"attr\"><b>Maximum load:<\/b>220 kg<\/div>\n\n          <div class=\"attr\">\n            <b>Usable by:<\/b>\n            <div class=\"people\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n            <\/div>\n          <\/div>\n\n          <div class=\"attr\">\n            <b>Assembled by:<\/b>\n            <div class=\"people\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n            <\/div>\n          <\/div>\n\n          <div class=\"attr\">\n            <img decoding=\"async\" class=\"icon\" src=\"wp-content\/uploads\/2025\/11\/palo.png\" alt=\"\">\n            3x5x131 cm \u00f848mm\n          <\/div>\n\n          <div class=\"attr\">\n            <b>Footprint size:<\/b>\n            <img decoding=\"async\" class=\"icontri\" src=\"wp-content\/uploads\/2025\/11\/triangolo-1.png\" alt=\"Footprint\">\n            540 cm\n          <\/div>\n\n          <div class=\"attr\"><b>Special feature:<\/b>Versatility<\/div>\n        <\/div>\n\n        <div class=\"price-row\">\n          <div class=\"price\">\u20ac 1800<\/div>\n          <a href=\"\/en\/product\/portico-piramidale-autoportante-5-5-metri\/\">\n            <button class=\"more-btn\">Learn more<\/button>\n          <\/a>\n        <\/div>\n      <\/article>\n\n      <!-- PRODUCT 3 -->\n      <article class=\"card\">\n        <h3>Self-Supporting Pyramid Aerial Rig 4.0 Meters\n          <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/11\/ce.png\"\n               alt=\"CE\"\n               style=\"display: inline-block; vertical-align: middle; margin-left: 8px; width: 24px; height: auto;\">\n        <\/h3>\n\n        <div class=\"photo-slider\">\n          <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/11\/DSC_1368-scaled-1.jpg\" alt=\"Image 1\">\n          <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/11\/DSC_1298-scaled-e1694377111683.jpg\" alt=\"Image 2\">\n          <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/11\/Senza-titolo-2.png\" alt=\"Image 3\">\n        <\/div>\n\n        <div class=\"meta\">\n          <div class=\"attr\"><b>Maximum height:<\/b>400 cm<\/div>\n          <div class=\"attr\"><b>Total weight:<\/b>30 kg<\/div>\n          <div class=\"attr\"><b>Maximum load:<\/b>200 kg<\/div>\n\n          <div class=\"attr\">\n            <b>Usable by:<\/b>\n            <div class=\"people\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n            <\/div>\n          <\/div>\n\n          <div class=\"attr\">\n            <b>Assembled by:<\/b>\n            <div class=\"people\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n            <\/div>\n          <\/div>\n\n          <div class=\"attr\">\n            <img decoding=\"async\" class=\"icon\" src=\"wp-content\/uploads\/2025\/11\/palo.png\" alt=\"\">\n            3x5x98 cm \u00f840mm\n          <\/div>\n\n          <div class=\"attr\">\n            <b>Footprint size:<\/b>\n            <img decoding=\"async\" class=\"icontri\" src=\"wp-content\/uploads\/2025\/11\/triangolo-1.png\" alt=\"Footprint\">\n            420 cm\n          <\/div>\n\n          <div class=\"attr\"><b>Special feature:<\/b>Portability<\/div>\n        <\/div>\n\n        <div class=\"price-row\">\n          <div class=\"price\">\u20ac 1150<\/div>\n          <a href=\"\/en\/product\/portico-piramidale-autoportante-4-metri\/\">\n            <button class=\"more-btn\">Learn more<\/button>\n          <\/a>\n        <\/div>\n      <\/article>\n\n    <\/div>\n  <\/div>\n<\/body>\n\n\n\n\n<p class=\"wp-block-paragraph\">Our <strong>aerial rigs<\/strong> are created with the goal of offering the best product at the lowest possible price. Premium materials, industrial-grade manufacturing, artisanal care, <strong>certifications<\/strong>, and <strong>CE markings<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Dedalo Product <\/strong>is your trusted partner for self-supporting aerial acrobatics rigs\u2014safe, sturdy, and easy to assemble. Our structures ensure stability and safety during every performance, whether for events, shows, or professional training.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We offer <strong>customizable <\/strong>solutions that can be adapted to any space or technical requirement, always meeting the highest safety standards. Our team is available for post-sales support, ensuring that every rig is ready for use in complete safety.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.dedaloproduct.it\/en\/contatti\/\">Contact <\/a>us to learn more and elevate your performance with Dedalo Product aerial rigs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Self-Supporting Pyramid Aerial Rig 7.2 Meters Maximum height:720 cm Total weight:85 kg Maximum load:300 kg Usable by: Assembled by: 3x6x141 [&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":"default","site-content-layout":"","ast-site-content-layout":"default","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","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-414","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/pages\/414","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/comments?post=414"}],"version-history":[{"count":1,"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/pages\/414\/revisions"}],"predecessor-version":[{"id":421,"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/pages\/414\/revisions\/421"}],"wp:attachment":[{"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/media?parent=414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}