{"id":50,"date":"2026-04-09T12:35:15","date_gmt":"2026-04-09T12:35:15","guid":{"rendered":"https:\/\/legacymusichub.com\/?page_id=50"},"modified":"2026-06-05T03:53:44","modified_gmt":"2026-06-05T03:53:44","slug":"about","status":"publish","type":"page","link":"https:\/\/legacymusichub.com\/fr\/about\/","title":{"rendered":"A propos"},"content":{"rendered":"<section class=\"lmh-about\">\n  <div class=\"lmh-hero reveal\">\n    <p class=\"lmh-label\">ABOUT LEGACY MUSIC HUB<\/p>\n    <h1>Empowering Artists. Building Legacies.<\/h1>\n    <p>\n      Legacy Music Hub is a global music ecosystem built for independent artists,\n      producers, musicians, creators, and fans. We provide a professional space where\n      music, creativity, commerce, and culture come together.\n    <\/p>\n    <a href=\"\/fr\/my-account\/\" class=\"lmh-btn\">Join Legacy Music Hub<\/a>\n  <\/div>\n\n  <div class=\"lmh-section reveal\">\n    <h2>Our Vision<\/h2>\n    <p>\n      We believe music is more than entertainment \u2014 it is legacy. Our mission is to help\n      creators share their sound, build their brand, sell their work, and connect with\n      audiences around the world while keeping control of their creative journey.\n    <\/p>\n  <\/div>\n\n  <div class=\"lmh-grid\">\n    <div class=\"lmh-card reveal\">\n      <span>\ud83c\udfb5<\/span>\n      <h3>Music Marketplace<\/h3>\n      <p>Sell songs, instrumentals, beats, albums, and digital music products.<\/p>\n    <\/div>\n\n    <div class=\"lmh-card reveal\">\n      <span>\ud83c\udf9f\ufe0f<\/span>\n      <h3>Concert Tickets<\/h3>\n      <p>Create and sell tickets for concerts, gospel events, urban events, and live shows.<\/p>\n    <\/div>\n\n    <div class=\"lmh-card reveal\">\n      <span>\ud83d\udcda<\/span>\n      <h3>Ebooks &#038; Digital Products<\/h3>\n      <p>Offer ebooks, guides, plugins, learning resources, and creative tools.<\/p>\n    <\/div>\n\n    <div class=\"lmh-card reveal\">\n      <span>\ud83d\udc55<\/span>\n      <h3>Artist Merch &#038; Clothing<\/h3>\n      <p>Give artists a space to sell branded clothing, accessories, and merchandise.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"lmh-section reveal\">\n    <h2>For Artists, Creators &#038; Fans<\/h2>\n    <p>\n      Whether you are an artist ready to sell your music, a producer offering instrumentals,\n      a creator selling digital products, or a fan looking for authentic sounds and culture,\n      Legacy Music Hub is your home.\n    <\/p>\n  <\/div>\n\n  <div class=\"lmh-cta reveal\">\n    <h2>My Music Is My Legacy<\/h2>\n    <p>Together, we are building a new generation of independent music culture.<\/p>\n    <a href=\"\/fr\/my-account\/\" class=\"lmh-btn\">Start Now<\/a>\n  <\/div>\n<\/section>\n\n<style>\n.lmh-about {\n  background: linear-gradient(135deg, #073b20, #0b4d2a);\n  color: #ffffff;\n  padding: 70px 8%;\n  font-family: Arial, sans-serif;\n}\n\n.lmh-hero {\n  max-width: 900px;\n  margin-bottom: 60px;\n}\n\n.lmh-label {\n  color: #f5b400;\n  font-weight: 700;\n  letter-spacing: 2px;\n  font-size: 14px;\n  margin-bottom: 15px;\n}\n\n.lmh-about h1 {\n  font-size: 48px;\n  line-height: 1.1;\n  margin-bottom: 20px;\n  color: #ffffff;\n}\n\n.lmh-about h2 {\n  font-size: 32px;\n  color: #f5b400;\n  margin-bottom: 15px;\n}\n\n.lmh-about h3 {\n  font-size: 22px;\n  margin-bottom: 12px;\n  color: #ffffff;\n}\n\n.lmh-about p {\n  font-size: 18px;\n  line-height: 1.8;\n  color: #e8e8e8;\n}\n\n.lmh-btn {\n  display: inline-block;\n  margin-top: 25px;\n  background: #f5b400;\n  color: #111;\n  padding: 14px 28px;\n  border-radius: 8px;\n  font-weight: 700;\n  text-decoration: none;\n  transition: all 0.3s ease;\n}\n\n.lmh-btn:hover {\n  background: #ffffff;\n  transform: translateY(-3px);\n}\n\n.lmh-section {\n  background: rgba(255,255,255,0.06);\n  border-left: 5px solid #f5b400;\n  padding: 30px;\n  border-radius: 14px;\n  margin-bottom: 40px;\n}\n\n.lmh-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 25px;\n  margin-bottom: 50px;\n}\n\n.lmh-card {\n  background: rgba(255,255,255,0.08);\n  padding: 30px;\n  border-radius: 18px;\n  border: 1px solid rgba(255,255,255,0.12);\n  transition: all 0.3s ease;\n}\n\n.lmh-card:hover {\n  transform: translateY(-8px);\n  background: rgba(255,255,255,0.13);\n}\n\n.lmh-card span {\n  font-size: 38px;\n  display: block;\n  margin-bottom: 15px;\n}\n\n.lmh-cta {\n  text-align: center;\n  padding: 50px 20px;\n  background: #111;\n  border-radius: 22px;\n  border: 1px solid #f5b400;\n}\n\n.reveal {\n  opacity: 0;\n  transform: translateY(25px);\n  transition: all 0.8s ease;\n}\n\n.reveal.active {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n@media (max-width: 900px) {\n  .lmh-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .lmh-about h1 {\n    font-size: 36px;\n  }\n}\n\n@media (max-width: 600px) {\n  .lmh-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .lmh-about {\n    padding: 50px 6%;\n  }\n\n  .lmh-about h1 {\n    font-size: 32px;\n  }\n\n  .lmh-about p {\n    font-size: 16px;\n  }\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  const items = document.querySelectorAll(\".reveal\");\n\n  const observer = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (entry.isIntersecting) {\n        entry.target.classList.add(\"active\");\n      }\n    });\n  }, { threshold: 0.15 });\n\n  items.forEach(function (item) {\n    observer.observe(item);\n  });\n});\n<\/script>","protected":false},"excerpt":{"rendered":"<p>ABOUT LEGACY MUSIC HUB Empowering Artists. Building Legacies. Legacy Music Hub is a global music ecosystem built for independent artists, producers, musicians, creators, and fans. We provide a professional space where music, creativity, commerce, and culture come together. Join Legacy Music Hub Our Vision We believe music is more than entertainment \u2014 it is legacy. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"footnotes":""},"class_list":["post-50","page","type-page","status-publish","hentry"],"blocksy_meta":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/pages\/50","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/comments?post=50"}],"version-history":[{"count":5,"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/pages\/50\/revisions"}],"predecessor-version":[{"id":1192,"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/pages\/50\/revisions\/1192"}],"wp:attachment":[{"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/media?parent=50"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}