{
  "name": "footer/simple-centered",
  "type": "registry:component",
  "description": "Simple centered footer layout",
  "files": [
    {
      "path": "example/Footer/Footer_SimpleCentered.astro",
      "type": "registry:component",
      "content": "<!-- Footer -->\n<footer class=\"footer-section relative\">\n  <div class=\"py-8 text-center\">\n    <p class=\"font-base text-sm\">\n      © 2025 Pablo Studio. All rights reserved.\n    </p>\n  </div>\n</footer>\n"
    }
  ],
  "category": "example"
}