

              {"id":22323,"date":"2023-10-13T11:53:10","date_gmt":"2023-10-13T10:53:10","guid":{"rendered":"https:\/\/hardwarexchange.shop\/home\/"},"modified":"2026-08-05T11:16:05","modified_gmt":"2026-08-05T10:16:05","slug":"home","status":"publish","type":"page","link":"https:\/\/staging.hardwarexchange.shop\/it\/","title":{"rendered":"Home"},"content":{"rendered":"<p>&nbsp;<\/p>\n<style>\n\/* ============================================================<br \/>\n   HARDWAREXCHANGE HOMEPAGE \u2014 scoped styles<br \/>\n   All selectors prefixed with .hpx-homepage to avoid conflicts<br \/>\n   ============================================================ *\/<br \/>\n.hpx-homepage {<br \/>\n  --hpx-black: #1a1a1a;<br \/>\n  --hpx-orange: #E84A1C;<br \/>\n  --hpx-orange-dark: #c93d14;<br \/>\n  --hpx-orange-soft: #FFF0EA;<br \/>\n  --hpx-green: #5BB94A;<br \/>\n  --hpx-bg: #F5F2EC;<br \/>\n  --hpx-white: #ffffff;<br \/>\n  --hpx-text: #1a1a1a;<br \/>\n  --hpx-text-muted: #6b6b6b;<br \/>\n  --hpx-border: #e5e2dc;<br \/>\n  --hpx-shadow: 0 4px 16px rgba(0,0,0,0.06);<br \/>\n  --hpx-shadow-strong: 0 12px 32px rgba(0,0,0,0.10);<br \/>\n  --hpx-font-display: 'Bricolage Grotesque', -apple-system, sans-serif;<br \/>\n  --hpx-font-body: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;<br \/>\n  font-family: var(--hpx-font-body);<br \/>\n  color: var(--hpx-text);<br \/>\n  -webkit-font-smoothing: antialiased;<br \/>\n}<br \/>\n.hpx-homepage *,<br \/>\n.hpx-homepage *::before,<br \/>\n.hpx-homepage *::after { box-sizing: border-box; }<br \/>\n.hpx-homepage img { max-width: 100%; display: block; }<br \/>\n.hpx-homepage a { color: inherit; }<br \/>\n\/* ============== HERO ============== *\/<br \/>\n.hpx-homepage .hpx-hero { background: var(--hpx-bg); padding: 60px 0 80px; position: relative; overflow: hidden; }<br \/>\n.hpx-homepage .hpx-hero__inner { max-width: 1440px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 60px; align-items: center; }<br \/>\n.hpx-homepage .hpx-hero__text { display: flex; flex-direction: column; gap: 24px; }<br \/>\n.hpx-homepage .hpx-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: var(--hpx-white); border: 1px solid var(--hpx-border); border-radius: 100px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--hpx-orange); width: fit-content; }<br \/>\n.hpx-homepage .hpx-hero__eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--hpx-orange); border-radius: 50%; }<br \/>\n.hpx-homepage .hpx-hero__title { font-family: var(--hpx-font-display); font-size: clamp(36px, 5.5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -0.03em; color: var(--hpx-text); margin: 0; }<br \/>\n.hpx-homepage .hpx-hero__title em { font-style: normal; color: var(--hpx-orange); font-weight: 800; }<br \/>\n.hpx-homepage .hpx-hero__desc { font-size: 17px; line-height: 1.6; color: var(--hpx-text-muted); max-width: 480px; margin: 0; }<br \/>\n.hpx-homepage .hpx-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }<br \/>\n.hpx-homepage .hpx-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 10px; font-family: var(--hpx-font-body); font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.15s; border: none; cursor: pointer; }<br \/>\n.hpx-homepage .hpx-btn--primary { background: var(--hpx-orange); color: var(--hpx-white); }<br \/>\n.hpx-homepage .hpx-btn--primary:hover { background: var(--hpx-orange-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(232,74,28,0.3); color: var(--hpx-white); }<br \/>\n.hpx-homepage .hpx-btn--ghost { background: var(--hpx-white); color: var(--hpx-text); border: 1px solid var(--hpx-border); }<br \/>\n.hpx-homepage .hpx-btn--ghost:hover { border-color: var(--hpx-text); color: var(--hpx-text); }<br \/>\n.hpx-homepage .hpx-hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 28px; margin-top: 8px; border-top: 1px solid var(--hpx-border); }<br \/>\n.hpx-homepage .hpx-hero__stat { display: flex; flex-direction: column; gap: 2px; }<br \/>\n.hpx-homepage .hpx-hero__stat-num { font-family: var(--hpx-font-display); font-size: 28px; font-weight: 700; color: var(--hpx-text); letter-spacing: -0.02em; line-height: 1; }<br \/>\n.hpx-homepage .hpx-hero__stat-label { font-size: 12px; color: var(--hpx-text-muted); font-weight: 500; }<br \/>\n.hpx-homepage .hpx-hero__visual { position: relative; aspect-ratio: 4 \/ 5; border-radius: 24px; overflow: hidden; background: var(--hpx-text); }<br \/>\n.hpx-homepage .hpx-hero__visual img { width: 100%; height: 100%; object-fit: cover; }<br \/>\n.hpx-homepage .hpx-hero__visual-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%); pointer-events: none; }<br \/>\n.hpx-homepage .hpx-hero__badge { position: absolute; bottom: 24px; left: 24px; right: 24px; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 16px 18px; border-radius: 14px; display: flex; align-items: center; gap: 14px; }<br \/>\n.hpx-homepage .hpx-hero__badge-icon { width: 44px; height: 44px; background: var(--hpx-orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; flex-shrink: 0; }<br \/>\n.hpx-homepage .hpx-hero__badge-text { font-size: 13px; line-height: 1.4; }<br \/>\n.hpx-homepage .hpx-hero__badge-text strong { display: block; font-family: var(--hpx-font-display); font-size: 14px; font-weight: 600; margin-bottom: 2px; color: var(--hpx-text); }<br \/>\n.hpx-homepage .hpx-hero__badge-text span { color: var(--hpx-text-muted); }<br \/>\n\/* ============== SECTION SHELL ============== *\/<br \/>\n.hpx-homepage .hpx-section { padding: 80px 0; }<br \/>\n.hpx-homepage .hpx-section__inner { max-width: 1440px; margin: 0 auto; padding: 0 32px; }<br \/>\n.hpx-homepage .hpx-section__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }<br \/>\n.hpx-homepage .hpx-section__title-block { max-width: 640px; }<br \/>\n.hpx-homepage .hpx-section__eyebrow { font-family: var(--hpx-font-display); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--hpx-orange); margin-bottom: 10px; }<br \/>\n.hpx-homepage .hpx-section__title { font-family: var(--hpx-font-display); font-size: clamp(28px, 3.5vw, 40px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; margin: 0 0 12px; color: var(--hpx-text); }<br \/>\n.hpx-homepage .hpx-section__desc { color: var(--hpx-text-muted); font-size: 15px; line-height: 1.5; margin: 0; }<br \/>\n.hpx-homepage .hpx-section__link { color: var(--hpx-orange); text-decoration: none; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.15s; }<br \/>\n.hpx-homepage .hpx-section__link:hover { gap: 10px; color: var(--hpx-orange); }<br \/>\n\/* ============== CATEGORIES ============== *\/<br \/>\n.hpx-homepage .hpx-cats { background: var(--hpx-white); }<br \/>\n.hpx-homepage .hpx-cats__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }<br \/>\n.hpx-homepage .hpx-cat { position: relative; aspect-ratio: 3 \/ 4; border-radius: 14px; overflow: hidden; text-decoration: none; color: var(--hpx-white); background: var(--hpx-bg); display: block; transition: transform 0.3s; }<br \/>\n.hpx-homepage .hpx-cat:hover { transform: translateY(-4px); color: var(--hpx-white); }<br \/>\n.hpx-homepage .hpx-cat__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }<br \/>\n.hpx-homepage .hpx-cat:hover .hpx-cat__img { transform: scale(1.06); }<br \/>\n.hpx-homepage .hpx-cat__img.broken { object-fit: contain; padding: 30%; opacity: 0.4; }<br \/>\n.hpx-homepage .hpx-cat__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 70%); }<br \/>\n.hpx-homepage .hpx-cat__body { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px; display: flex; flex-direction: column; gap: 4px; z-index: 1; }<br \/>\n.hpx-homepage .hpx-cat__name { font-family: var(--hpx-font-display); font-size: 16px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; }<br \/>\n.hpx-homepage .hpx-cat__count { font-size: 12px; opacity: 0.85; }<br \/>\n.hpx-homepage .hpx-cat__arrow { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; background: rgba(255,255,255,0.95); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--hpx-text); opacity: 0; transform: translateY(-8px); transition: opacity 0.2s, transform 0.2s; z-index: 1; }<br \/>\n.hpx-homepage .hpx-cat:hover .hpx-cat__arrow { opacity: 1; transform: translateY(0); }<br \/>\n.hpx-homepage .hpx-cats__grid .hpx-cat:first-child { grid-column: span 2; grid-row: span 2; }<br \/>\n\/* ============== FEATURED ============== *\/<br \/>\n.hpx-homepage .hpx-featured { background: var(--hpx-bg); }<br \/>\n.hpx-homepage .hpx-featured__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }<br \/>\n.hpx-homepage .hpx-product { background: var(--hpx-white); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: var(--hpx-text); transition: transform 0.2s, box-shadow 0.2s; border: 1px solid transparent; }<br \/>\n.hpx-homepage .hpx-product:hover { transform: translateY(-4px); box-shadow: var(--hpx-shadow-strong); border-color: var(--hpx-border); color: var(--hpx-text); }<br \/>\n.hpx-homepage .hpx-product__img-wrap { aspect-ratio: 1; background: var(--hpx-bg); position: relative; overflow: hidden; }<br \/>\n.hpx-homepage .hpx-product__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }<br \/>\n.hpx-homepage .hpx-product:hover .hpx-product__img { transform: scale(1.05); }<br \/>\n.hpx-homepage .hpx-product__img.broken { object-fit: contain; padding: 30%; opacity: 0.4; }<br \/>\n.hpx-homepage .hpx-product__cat-tag { position: absolute; top: 12px; left: 12px; padding: 4px 10px; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 100px; font-size: 11px; font-weight: 600; color: var(--hpx-text); }<br \/>\n.hpx-homepage .hpx-product__body { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }<br \/>\n.hpx-homepage .hpx-product__brand { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--hpx-text-muted); }<br \/>\n.hpx-homepage .hpx-product__name { font-size: 14px; font-weight: 500; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; }<br \/>\n.hpx-homepage .hpx-product__price { margin-top: auto; padding-top: 8px; font-family: var(--hpx-font-display); font-size: 18px; font-weight: 700; color: var(--hpx-text); }<br \/>\n\/* ============== TESTIMONIALS ============== *\/<br \/>\n.hpx-homepage .hpx-testi { background: var(--hpx-white); }<br \/>\n.hpx-homepage .hpx-testi__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }<br \/>\n.hpx-homepage .hpx-testi__card { background: var(--hpx-bg); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 16px; position: relative; }<br \/>\n.hpx-homepage .hpx-testi__quote-mark { font-family: var(--hpx-font-display); font-size: 56px; line-height: 0.7; color: var(--hpx-orange); opacity: 0.4; font-weight: 700; }<br \/>\n.hpx-homepage .hpx-testi__quote { font-size: 15px; line-height: 1.6; color: var(--hpx-text); flex: 1; margin: 0; }<br \/>\n.hpx-homepage .hpx-testi__stars { color: #f59e0b; font-size: 14px; letter-spacing: 1px; }<br \/>\n.hpx-homepage .hpx-testi__author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--hpx-border); }<br \/>\n.hpx-homepage .hpx-testi__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--hpx-orange); display: flex; align-items: center; justify-content: center; color: white; font-family: var(--hpx-font-display); font-weight: 600; font-size: 14px; flex-shrink: 0; }<br \/>\n.hpx-homepage .hpx-testi__author-info { display: flex; flex-direction: column; gap: 2px; }<br \/>\n.hpx-homepage .hpx-testi__author-name { font-weight: 600; font-size: 13px; }<br \/>\n.hpx-homepage .hpx-testi__author-role { font-size: 12px; color: var(--hpx-text-muted); }<br \/>\n\/* ============== USP STRIP ============== *\/<br \/>\n.hpx-homepage .hpx-usps { background: var(--hpx-bg); padding: 40px 0; border-top: 1px solid var(--hpx-border); border-bottom: 1px solid var(--hpx-border); }<br \/>\n.hpx-homepage .hpx-usps__inner { max-width: 1440px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }<br \/>\n.hpx-homepage .hpx-usp { display: flex; align-items: center; gap: 14px; }<br \/>\n.hpx-homepage .hpx-usp__icon { width: 44px; height: 44px; background: var(--hpx-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--hpx-orange); flex-shrink: 0; }<br \/>\n.hpx-homepage .hpx-usp__text { display: flex; flex-direction: column; gap: 2px; }<br \/>\n.hpx-homepage .hpx-usp__title { font-family: var(--hpx-font-display); font-weight: 600; font-size: 14px; }<br \/>\n.hpx-homepage .hpx-usp__desc { font-size: 12px; color: var(--hpx-text-muted); line-height: 1.4; }<br \/>\n\/* ============== NEWSLETTER ============== *\/<br \/>\n.hpx-homepage .hpx-newsletter { background: var(--hpx-text); color: var(--hpx-white); padding: 60px 0; position: relative; overflow: hidden; }<br \/>\n.hpx-homepage .hpx-newsletter::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: var(--hpx-orange); opacity: 0.15; border-radius: 50%; filter: blur(80px); }<br \/>\n.hpx-homepage .hpx-newsletter__inner { max-width: 720px; margin: 0 auto; padding: 0 32px; text-align: center; position: relative; }<br \/>\n.hpx-homepage .hpx-newsletter__eyebrow { font-family: var(--hpx-font-display); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--hpx-orange); margin-bottom: 14px; }<br \/>\n.hpx-homepage .hpx-newsletter__title { font-family: var(--hpx-font-display); font-size: clamp(26px, 3.5vw, 36px); font-weight: 600; line-height: 1.15; margin: 0 0 12px; letter-spacing: -0.02em; color: var(--hpx-white); }<br \/>\n.hpx-homepage .hpx-newsletter__desc { color: rgba(255,255,255,0.7); font-size: 15px; margin: 0 auto 28px; max-width: 480px; }<br \/>\n.hpx-homepage .hpx-newsletter__form { display: flex; gap: 8px; max-width: 480px; margin: 0 auto; }<br \/>\n.hpx-homepage .hpx-newsletter__input { flex: 1; padding: 14px 18px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.05); border-radius: 10px; color: var(--hpx-white); font-family: var(--hpx-font-body); font-size: 14px; }<br \/>\n.hpx-homepage .hpx-newsletter__input::placeholder { color: rgba(255,255,255,0.4); }<br \/>\n.hpx-homepage .hpx-newsletter__input:focus { outline: none; border-color: var(--hpx-orange); background: rgba(255,255,255,0.08); }<br \/>\n.hpx-homepage .hpx-newsletter__submit { padding: 14px 24px; background: var(--hpx-orange); color: white; border: none; border-radius: 10px; font-weight: 600; font-size: 14px; cursor: pointer; transition: background 0.15s; font-family: var(--hpx-font-body); }<br \/>\n.hpx-homepage .hpx-newsletter__submit:hover { background: var(--hpx-orange-dark); }<br \/>\n.hpx-homepage .hpx-newsletter__small { margin-top: 14px; font-size: 12px; color: rgba(255,255,255,0.5); }<br \/>\n\/* ============== RESPONSIVE ============== *\/<br \/>\n@media (max-width: 1100px) {<br \/>\n  .hpx-homepage .hpx-hero__inner { grid-template-columns: 1fr; gap: 40px; }<br \/>\n  .hpx-homepage .hpx-hero__visual { aspect-ratio: 16\/10; max-width: 100%; }<br \/>\n  .hpx-homepage .hpx-cats__grid { grid-template-columns: repeat(3, 1fr); }<br \/>\n  .hpx-homepage .hpx-cats__grid .hpx-cat:first-child { grid-column: span 3; grid-row: auto; aspect-ratio: 16\/9; }<br \/>\n  .hpx-homepage .hpx-testi__grid { grid-template-columns: 1fr; }<br \/>\n  .hpx-homepage .hpx-usps__inner { grid-template-columns: repeat(2, 1fr); }<br \/>\n}<br \/>\n@media (max-width: 640px) {<br \/>\n  .hpx-homepage .hpx-hero { padding: 32px 0 48px; }<br \/>\n  .hpx-homepage .hpx-hero__inner,<br \/>\n  .hpx-homepage .hpx-section__inner,<br \/>\n  .hpx-homepage .hpx-usps__inner,<br \/>\n  .hpx-homepage .hpx-newsletter__inner { padding-left: 16px; padding-right: 16px; }<br \/>\n  .hpx-homepage .hpx-hero__stats { gap: 12px; }<br \/>\n  .hpx-homepage .hpx-hero__stat-num { font-size: 22px; }<br \/>\n  .hpx-homepage .hpx-section { padding: 48px 0; }<br \/>\n  .hpx-homepage .hpx-cats__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }<br \/>\n  .hpx-homepage .hpx-cats__grid .hpx-cat:first-child { grid-column: span 2; aspect-ratio: 1; }<br \/>\n  .hpx-homepage .hpx-featured__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }<br \/>\n  .hpx-homepage .hpx-usps__inner { grid-template-columns: 1fr; }<br \/>\n  .hpx-homepage .hpx-newsletter__form { flex-direction: column; }<br \/>\n}<br \/>\n<\/style>\n<p><!-- ============== HERO ============== --><\/p>\n<section>Quincaillerie professionnelle<\/p>\n<h1>Ouvrez l&#8217;esprit cr\u00e9atif de votre <em>maison<\/em><\/h1>\n<p>Plus de 6\u00a0700 produits s\u00e9lectionn\u00e9s pour les professionnels et passionn\u00e9s du meuble et de la d\u00e9coration. Conditions sp\u00e9ciales et facturation HT sur pr\u00e9sentation de votre num\u00e9ro de TVA.<\/p>\n<p><a href=\"https:\/\/staging.hardwarexchange.shop\/it\/negozio\/\"><br \/>\nD\u00e9couvrir les produits<\/p>\n<p><\/a><br \/>\n<a href=\"mailto:hardwarexchange.ad@gmail.com?subject=Demande%20de%20devis\"><\/p>\n<p>Demander un devis<br \/>\n<\/a><br \/>\n+ de 6\u00a0000<br \/>\nProduits<br \/>\n+ de 20<br \/>\nCat\u00e9gories<br \/>\n24h &#8211; 48h<br \/>\nExp\u00e9dition<br \/>\n<img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1556909114-f6e7ad7d3136?w=900&amp;h=1100&amp;fit=crop&amp;q=80\" alt=\"Cuisine professionnelle\" \/><\/p>\n<p><strong>Conseils sur-mesure<\/strong><br \/>\nNotre \u00e9quipe vous accompagne dans vos projets<\/p>\n<\/section>\n<p><!-- ============== CATEGORIES ============== --><\/p>\n<section>Explorer le catalogue<\/p>\n<h2>Trouvez ce que vous cherchez<\/h2>\n<p>Quincaillerie, d\u00e9coration, jardin, cuisine \u2014 toutes nos cat\u00e9gories pour vos projets professionnels et personnels.<\/p>\n<p><a href=\"https:\/\/staging.hardwarexchange.shop\/it\/negozio\/\"><br \/>\nTous les rayons<\/p>\n<p><\/a><br \/>\n<a href=\"https:\/\/staging.hardwarexchange.shop\/categoria-producto\/quincaillerie\/\"><br \/>\n<img decoding=\"async\" src=\"https:\/\/media-prod-eu-1.mirakl.net\/SOURCE\/5fb36dd485244d49b55ed321636be4d0\" alt=\"Quincaillerie\" data-hpx-fallback=\"\" \/><\/p>\n<p>Quincaillerie<br \/>\n6\u00a0263 produits<br \/>\n<\/a><br \/>\n<a href=\"https:\/\/staging.hardwarexchange.shop\/categoria-producto\/decoration\/\"><br \/>\n<img decoding=\"async\" src=\"https:\/\/media-prod-eu-1.mirakl.net\/SOURCE\/4bd4a32e6a4846be990068687f1893d7\" alt=\"D\u00e9coration\" data-hpx-fallback=\"\" \/><\/p>\n<p>D\u00e9coration<br \/>\n155 produits<br \/>\n<\/a><br \/>\n<a href=\"https:\/\/staging.hardwarexchange.shop\/categoria-producto\/jardin-terrasse\/\"><br \/>\n<img decoding=\"async\" src=\"https:\/\/media-prod-eu-1.mirakl.net\/SOURCE\/97196d0994ef4f6192b0a71c731fad5c\" alt=\"Jardin &amp; Terrasse\" data-hpx-fallback=\"\" \/><\/p>\n<p>Jardin &amp; Terrasse<br \/>\n97 produits<br \/>\n<\/a><br \/>\n<a href=\"https:\/\/staging.hardwarexchange.shop\/categoria-producto\/cuisine\/\"><br \/>\n<img decoding=\"async\" src=\"https:\/\/media-prod-eu-1.mirakl.net\/SOURCE\/25ded79e36a5482aa9177c9de69a81ee\" alt=\"Cuisine\" data-hpx-fallback=\"\" \/><\/p>\n<p>Cuisine<br \/>\n24 produits<br \/>\n<\/a><br \/>\n<a href=\"https:\/\/staging.hardwarexchange.shop\/categoria-producto\/rangement\/\"><br \/>\n<img decoding=\"async\" src=\"https:\/\/media-prod-eu-1.mirakl.net\/SOURCE\/f172c899388c4d20874cff3f39bc850e\" alt=\"Rangement\" data-hpx-fallback=\"\" \/><\/p>\n<p>Rangement<br \/>\n51 produits<br \/>\n<\/a><br \/>\n<a href=\"https:\/\/staging.hardwarexchange.shop\/categoria-producto\/menuiserie\/\"><br \/>\n<img decoding=\"async\" src=\"https:\/\/media-prod-eu-1.mirakl.net\/SOURCE\/a50560ee87364282b19320eb43d1ba30\" alt=\"Menuiserie\" data-hpx-fallback=\"\" \/><\/p>\n<p>Menuiserie<br \/>\n24 produits<br \/>\n<\/a><\/p>\n<\/section>\n<p><!-- ============== FEATURED ============== --><\/p>\n<section>Produits populaires<\/p>\n<h2>Best-sellers du moment<\/h2>\n<p>Les produits les plus appr\u00e9ci\u00e9s par nos clients professionnels.<\/p>\n<p><a href=\"https:\/\/staging.hardwarexchange.shop\/it\/negozio\/\"><br \/>\nVoir tout<\/p>\n<p><\/a><\/p>\n<\/section>\n<p><!-- ============== TESTIMONIALS ============== --><\/p>\n<section>Ils nous font confiance<\/p>\n<h2>Ce que disent nos clients<\/h2>\n<p>\u201c<br \/>\n\u2605\u2605\u2605\u2605\u2605<\/p>\n<p>Excellent service, livraison rapide et produits de qualit\u00e9 professionnelle. Nous commandons r\u00e9guli\u00e8rement pour nos projets de cuisine sur-mesure.<\/p>\n<p>PL<br \/>\nPierre Lecomte<br \/>\nMenuisier<br \/>\n\u201c<br \/>\n\u2605\u2605\u2605\u2605\u2605<\/p>\n<p>Le catalogue est tr\u00e8s complet et les conditions B2B vraiment avantageuses. J&#8217;appr\u00e9cie aussi la facturation simple sans TVA pour nos commandes pro.<\/p>\n<p>SD<br \/>\nSophie Durand<br \/>\nArchitecte d&#8217;int\u00e9rieur<br \/>\n\u201c<br \/>\n\u2605\u2605\u2605\u2605\u2605<\/p>\n<p>Tr\u00e8s satisfait de la r\u00e9activit\u00e9 de l&#8217;\u00e9quipe et de la qualit\u00e9 des poign\u00e9es. Le rapport qualit\u00e9-prix est imbattable pour des achats en volume.<\/p>\n<p>MR<br \/>\nMarc Rousseau<br \/>\nAcheteur<\/p>\n<\/section>\n<p><!-- ============== USP STRIP ============== --><\/p>\n<section>\nLivraison 24-48h<br \/>\nExp\u00e9dition rapide partout en France<\/p>\n<p>Tarifs B2B<br \/>\nFacturation HT et conditions pro<\/p>\n<p>Garantie 2 ans<br \/>\nQualit\u00e9 certifi\u00e9e sur tous nos produits<\/p>\n<p>Service client<br \/>\n\u00c9quipe d\u00e9di\u00e9e du lundi au vendredi<\/section>\n<p><!-- ============== NEWSLETTER ============== --><\/p>\n<section>Restez inform\u00e9<\/p>\n<h2>Nouveaux produits et offres pro<\/h2>\n<p>Recevez en avant-premi\u00e8re nos nouvelles collections, tarifs exclusifs et conseils techniques.<\/p>\n<form id=\"hpxNewsletterForm\" action=\"mailto:hardwarexchange.ad@gmail.com?subject=Inscription%20newsletter\" enctype=\"text\/plain\" method=\"post\"><input name=\"email\" required=\"\" type=\"email\" placeholder=\"Votre adresse email professionnelle\" \/><br \/>\n<button type=\"submit\">S&#8217;abonner<\/button><\/form>\n<p>Pas de spam, d\u00e9sabonnement en un clic.<\/p>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Quincaillerie professionnelle Ouvrez l&#8217;esprit cr\u00e9atif de votre maison Plus de 6\u00a0700 produits s\u00e9lectionn\u00e9s pour les professionnels et passionn\u00e9s du meuble et de la d\u00e9coration. Conditions sp\u00e9ciales et facturation HT sur pr\u00e9sentation de votre num\u00e9ro de TVA. D\u00e9couvrir les produits Demander un devis + de 6\u00a0000 Produits + de 20 Cat\u00e9gories 24h &#8211; 48h Exp\u00e9dition [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"home.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-22323","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 - Hardwarexchange<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Hardwarexchange\" \/>\n<meta property=\"og:description\" content=\"&nbsp; Quincaillerie professionnelle Ouvrez l&#8217;esprit cr\u00e9atif de votre maison Plus de 6\u00a0700 produits s\u00e9lectionn\u00e9s pour les professionnels et passionn\u00e9s du meuble et de la d\u00e9coration. Conditions sp\u00e9ciales et facturation HT sur pr\u00e9sentation de votre num\u00e9ro de TVA. D\u00e9couvrir les produits Demander un devis + de 6\u00a0000 Produits + de 20 Cat\u00e9gories 24h &#8211; 48h Exp\u00e9dition [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.hardwarexchange.shop\/it\/\" \/>\n<meta property=\"og:site_name\" content=\"Hardwarexchange\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-05T10:16:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.unsplash.com\/photo-1556909114-f6e7ad7d3136?w=900&amp;h=1100&amp;fit=crop&amp;q=80\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/\",\"url\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/\",\"name\":\"Home - Hardwarexchange\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1556909114-f6e7ad7d3136?w=900&amp;h=1100&amp;fit=crop&amp;q=80\",\"datePublished\":\"2023-10-13T10:53:10+00:00\",\"dateModified\":\"2026-08-05T10:16:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#primaryimage\",\"url\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1556909114-f6e7ad7d3136?w=900&amp;h=1100&amp;fit=crop&amp;q=80\",\"contentUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1556909114-f6e7ad7d3136?w=900&amp;h=1100&amp;fit=crop&amp;q=80\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/\",\"name\":\"Hardwarexchange\",\"description\":\"&quot;Open up the creative mind of your home&quot;\",\"publisher\":{\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#organization\",\"name\":\"Hardwarexchange\",\"url\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/logo-1668783625.png\",\"contentUrl\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/logo-1668783625.png\",\"width\":400,\"height\":90,\"caption\":\"Hardwarexchange\"},\"image\":{\"@id\":\"https:\\\/\\\/staging.hardwarexchange.shop\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Hardwarexchange","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"it_IT","og_type":"article","og_title":"Home - Hardwarexchange","og_description":"&nbsp; Quincaillerie professionnelle Ouvrez l&#8217;esprit cr\u00e9atif de votre maison Plus de 6\u00a0700 produits s\u00e9lectionn\u00e9s pour les professionnels et passionn\u00e9s du meuble et de la d\u00e9coration. Conditions sp\u00e9ciales et facturation HT sur pr\u00e9sentation de votre num\u00e9ro de TVA. D\u00e9couvrir les produits Demander un devis + de 6\u00a0000 Produits + de 20 Cat\u00e9gories 24h &#8211; 48h Exp\u00e9dition [&hellip;]","og_url":"https:\/\/staging.hardwarexchange.shop\/it\/","og_site_name":"Hardwarexchange","article_modified_time":"2026-08-05T10:16:05+00:00","og_image":[{"url":"https:\/\/images.unsplash.com\/photo-1556909114-f6e7ad7d3136?w=900&amp;h=1100&amp;fit=crop&amp;q=80","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"3 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/staging.hardwarexchange.shop\/it\/","url":"https:\/\/staging.hardwarexchange.shop\/it\/","name":"Home - Hardwarexchange","isPartOf":{"@id":"https:\/\/staging.hardwarexchange.shop\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/staging.hardwarexchange.shop\/it\/#primaryimage"},"image":{"@id":"https:\/\/staging.hardwarexchange.shop\/it\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1556909114-f6e7ad7d3136?w=900&amp;h=1100&amp;fit=crop&amp;q=80","datePublished":"2023-10-13T10:53:10+00:00","dateModified":"2026-08-05T10:16:05+00:00","breadcrumb":{"@id":"https:\/\/staging.hardwarexchange.shop\/it\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.hardwarexchange.shop\/it\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/staging.hardwarexchange.shop\/it\/#primaryimage","url":"https:\/\/images.unsplash.com\/photo-1556909114-f6e7ad7d3136?w=900&amp;h=1100&amp;fit=crop&amp;q=80","contentUrl":"https:\/\/images.unsplash.com\/photo-1556909114-f6e7ad7d3136?w=900&amp;h=1100&amp;fit=crop&amp;q=80"},{"@type":"BreadcrumbList","@id":"https:\/\/staging.hardwarexchange.shop\/it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/staging.hardwarexchange.shop\/it\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/staging.hardwarexchange.shop\/it\/#website","url":"https:\/\/staging.hardwarexchange.shop\/it\/","name":"Hardwarexchange","description":"&quot;Open up the creative mind of your home&quot;","publisher":{"@id":"https:\/\/staging.hardwarexchange.shop\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.hardwarexchange.shop\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/staging.hardwarexchange.shop\/it\/#organization","name":"Hardwarexchange","url":"https:\/\/staging.hardwarexchange.shop\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/staging.hardwarexchange.shop\/it\/#\/schema\/logo\/image\/","url":"https:\/\/staging.hardwarexchange.shop\/wp-content\/uploads\/2024\/01\/logo-1668783625.png","contentUrl":"https:\/\/staging.hardwarexchange.shop\/wp-content\/uploads\/2024\/01\/logo-1668783625.png","width":400,"height":90,"caption":"Hardwarexchange"},"image":{"@id":"https:\/\/staging.hardwarexchange.shop\/it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/staging.hardwarexchange.shop\/it\/wp-json\/wp\/v2\/pages\/22323","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.hardwarexchange.shop\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.hardwarexchange.shop\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.hardwarexchange.shop\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.hardwarexchange.shop\/it\/wp-json\/wp\/v2\/comments?post=22323"}],"version-history":[{"count":9,"href":"https:\/\/staging.hardwarexchange.shop\/it\/wp-json\/wp\/v2\/pages\/22323\/revisions"}],"predecessor-version":[{"id":110282,"href":"https:\/\/staging.hardwarexchange.shop\/it\/wp-json\/wp\/v2\/pages\/22323\/revisions\/110282"}],"wp:attachment":[{"href":"https:\/\/staging.hardwarexchange.shop\/it\/wp-json\/wp\/v2\/media?parent=22323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}