{
  "components": [
    {
      "type": "wrapper",
      "tagName": "footer",
      "style": { "background-color": "#f8f9fa", "padding-top": "4rem", "padding-bottom": "2rem", "border-top": "1px solid #dee2e6" },
      "components": [
        {
          "type": "div",
          "classes": ["container"],
          "components": [
            {
              "type": "div",
              "classes": ["row", "gy-4"],
              "components": [
                {
                  "type": "div",
                  "classes": ["col-lg-4", "col-md-6"],
                  "components": [
                    { "type": "text", "classes": ["mb-3"], "content": "Your Company" },
                    { "type": "text", "classes": ["text-muted", "small"], "content": "A brief and compelling description of your company and what you offer to your customers." }
                  ]
                },
                {
                  "type": "div",
                  "classes": ["col-lg-4", "col-12"],
                  "components": [
                    { "type": "menu-placeholder", "menu_location": "footer" }
                  ]
                },
                {
                  "type": "div",
                  "classes": ["col-lg-4", "col-md-6"],
                  "components": [
                    { "type": "text", "classes": ["mb-3"], "content": "Contact Us" },
                    { "type": "text", "classes": ["text-muted", "small"], "content": "123 Street Name, City, Postal Code" },
                    { "type": "text", "classes": ["text-muted", "small"], "content": "Email: info@example.com" },
                    { "type": "text", "classes": ["text-muted", "small"], "content": "Phone: (123) 456-7890" }
                  ]
                }
              ]
            },
            { "type": "hr", "style": { "margin-top": "2rem", "margin-bottom": "2rem" } },
            {
              "type": "div",
              "classes": ["text-center"],
              "components": [
                { "type": "text", "classes": ["text-muted", "small", "mb-0"], "content": "© 2025 Your Company Name. All Rights Reserved." }
              ]
            }
          ]
        }
      ]
    }
  ],
  "css": "* { box-sizing: border-box; } body {margin: 0;}"
}
