{
  "components": [
    {
      "type": "section",
      "id": "hero-section",
      "content": {
        "classes": ["hero-section", "py-5", "text-center", "bg-primary", "text-white"]
      },
      "children": [
        {
          "type": "container",
          "id": "hero-container",
          "content": {
            "classes": ["container"]
          },
          "children": [
            {
              "type": "heading",
              "id": "hero-title",
              "content": {
                "text": "Welcome to {{website_name}}",
                "tag": "h1",
                "classes": ["display-4", "mb-4"]
              }
            },
            {
              "type": "paragraph",
              "id": "hero-description",
              "content": {
                "text": "We help businesses grow and succeed with innovative solutions and exceptional service.",
                "classes": ["lead", "mb-4"]
              }
            },
            {
              "type": "container",
              "id": "hero-buttons",
              "content": {
                "classes": ["d-flex", "gap-3", "justify-content-center", "flex-wrap"]
              },
              "children": [
                {
                  "type": "button",
                  "id": "cta-primary",
                  "content": {
                    "text": "Get Started",
                    "href": "#contact",
                    "classes": ["btn", "btn-primary", "btn-lg"]
                  }
                },
                {
                  "type": "button",
                  "id": "cta-secondary",
                  "content": {
                    "text": "Learn More",
                    "href": "/page/about",
                    "classes": ["btn", "btn-outline-primary", "btn-lg"]
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "section",
      "id": "services-section",
      "content": {
        "classes": ["section", "py-5", "bg-light"]
      },
      "children": [
        {
          "type": "container",
          "id": "services-container",
          "content": {
            "classes": ["container"]
          },
          "children": [
            {
              "type": "heading",
              "id": "services-title",
              "content": {
                "text": "Our Services",
                "tag": "h2",
                "classes": ["text-center", "mb-5"]
              }
            },
            {
              "type": "row",
              "id": "services-row",
              "content": {
                "classes": ["row"]
              },
              "children": [
                {
                  "type": "column",
                  "id": "service-1-col",
                  "content": {
                    "classes": ["col-md-4", "mb-4"]
                  },
                  "children": [
                    {
                      "type": "card",
                      "id": "service-1-card",
                      "content": {
                        "classes": ["card", "h-100", "text-center"]
                      },
                      "children": [
                        {
                          "type": "container",
                          "id": "service-1-body",
                          "content": {
                            "classes": ["card-body"]
                          },
                          "children": [
                            {
                              "type": "icon",
                              "id": "service-1-icon",
                              "content": {
                                "icon": "bi-gear",
                                "classes": ["display-4", "text-primary", "mb-3"]
                              }
                            },
                            {
                              "type": "heading",
                              "id": "service-1-title",
                              "content": {
                                "text": "Custom Solutions",
                                "tag": "h5",
                                "classes": ["card-title"]
                              }
                            },
                            {
                              "type": "paragraph",
                              "id": "service-1-desc",
                              "content": {
                                "text": "Tailored solutions designed to meet your specific business needs and goals.",
                                "classes": ["card-text"]
                              }
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "type": "column",
                  "id": "service-2-col",
                  "content": {
                    "classes": ["col-md-4", "mb-4"]
                  },
                  "children": [
                    {
                      "type": "card",
                      "id": "service-2-card",
                      "content": {
                        "classes": ["card", "h-100", "text-center"]
                      },
                      "children": [
                        {
                          "type": "container",
                          "id": "service-2-body",
                          "content": {
                            "classes": ["card-body"]
                          },
                          "children": [
                            {
                              "type": "icon",
                              "id": "service-2-icon",
                              "content": {
                                "icon": "bi-headset",
                                "classes": ["display-4", "text-primary", "mb-3"]
                              }
                            },
                            {
                              "type": "heading",
                              "id": "service-2-title",
                              "content": {
                                "text": "24/7 Support",
                                "tag": "h5",
                                "classes": ["card-title"]
                              }
                            },
                            {
                              "type": "paragraph",
                              "id": "service-2-desc",
                              "content": {
                                "text": "Round-the-clock support to ensure your business runs smoothly at all times.",
                                "classes": ["card-text"]
                              }
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "type": "column",
                  "id": "service-3-col",
                  "content": {
                    "classes": ["col-md-4", "mb-4"]
                  },
                  "children": [
                    {
                      "type": "card",
                      "id": "service-3-card",
                      "content": {
                        "classes": ["card", "h-100", "text-center"]
                      },
                      "children": [
                        {
                          "type": "container",
                          "id": "service-3-body",
                          "content": {
                            "classes": ["card-body"]
                          },
                          "children": [
                            {
                              "type": "icon",
                              "id": "service-3-icon",
                              "content": {
                                "icon": "bi-graph-up",
                                "classes": ["display-4", "text-primary", "mb-3"]
                              }
                            },
                            {
                              "type": "heading",
                              "id": "service-3-title",
                              "content": {
                                "text": "Growth Focused",
                                "tag": "h5",
                                "classes": ["card-title"]
                              }
                            },
                            {
                              "type": "paragraph",
                              "id": "service-3-desc",
                              "content": {
                                "text": "Strategies and tools designed to help your business scale and grow effectively.",
                                "classes": ["card-text"]
                              }
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "section",
      "id": "contact-section",
      "content": {
        "classes": ["section", "py-5", "text-center"]
      },
      "children": [
        {
          "type": "container",
          "id": "contact-container",
          "content": {
            "classes": ["container"]
          },
          "children": [
            {
              "type": "heading",
              "id": "contact-title",
              "content": {
                "text": "Ready to Get Started?",
                "tag": "h2",
                "classes": ["mb-4"]
              }
            },
            {
              "type": "paragraph",
              "id": "contact-description",
              "content": {
                "text": "Let's work together to bring your vision to life. Contact us today for a free consultation.",
                "classes": ["lead", "mb-4"]
              }
            },
            {
              "type": "row",
              "id": "contact-buttons-row",
              "content": {
                "classes": ["row", "justify-content-center"]
              },
              "children": [
                {
                  "type": "column",
                  "id": "contact-buttons-col",
                  "content": {
                    "classes": ["col-auto"]
                  },
                  "children": [
                    {
                      "type": "container",
                      "id": "contact-buttons",
                      "content": {
                        "classes": ["d-flex", "gap-3", "justify-content-center", "flex-wrap"]
                      },
                      "children": [
                        {
                          "type": "button",
                          "id": "contact-cta",
                          "content": {
                            "text": "Contact Us",
                            "href": "#contact",
                            "classes": ["btn", "btn-primary", "btn-lg"]
                          }
                        },
                        {
                          "type": "button",
                          "id": "phone-cta",
                          "content": {
                            "text": "Call Now",
                            "href": "tel:+1234567890",
                            "classes": ["btn", "btn-outline-primary", "btn-lg"]
                          }
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "metadata": {
    "version": "1.0",
    "builder_type": "custom",
    "created_at": "2024-07-14",
    "template_name": "default_home",
    "placeholders": {
      "{{website_name}}": "Website Name"
    }
  }
}
