{
  "components": [
    {
      "type": "section",
      "id": "about-header",
      "content": {
        "classes": ["section", "py-5"]
      },
      "children": [
        {
          "type": "container",
          "id": "about-container",
          "content": {
            "classes": ["container"]
          },
          "children": [
            {
              "type": "heading",
              "id": "about-title",
              "content": {
                "text": "About {{website_name}}",
                "tag": "h1",
                "classes": ["text-center", "mb-5"]
              }
            },
            {
              "type": "row",
              "id": "about-content-row",
              "content": {
                "classes": ["row", "align-items-center"]
              },
              "children": [
                {
                  "type": "column",
                  "id": "story-column",
                  "content": {
                    "classes": ["col-lg-6", "mb-4"]
                  },
                  "children": [
                    {
                      "type": "heading",
                      "id": "story-title",
                      "content": {
                        "text": "Our Story",
                        "tag": "h3",
                        "classes": ["mb-4"]
                      }
                    },
                    {
                      "type": "paragraph",
                      "id": "story-lead",
                      "content": {
                        "text": "Founded with a vision to transform how businesses operate in the digital age, we've been at the forefront of innovation and customer success.",
                        "classes": ["lead"]
                      }
                    },
                    {
                      "type": "paragraph",
                      "id": "story-detail",
                      "content": {
                        "text": "Our journey began with a simple mission: to make technology work for people, not the other way around. Today, we continue to deliver on that promise by providing cutting-edge solutions that drive real business results.",
                        "classes": ["mb-4"]
                      }
                    }
                  ]
                },
                {
                  "type": "column",
                  "id": "mission-column",
                  "content": {
                    "classes": ["col-lg-6"]
                  },
                  "children": [
                    {
                      "type": "card",
                      "id": "mission-card",
                      "content": {
                        "classes": ["card", "border-0", "shadow"]
                      },
                      "children": [
                        {
                          "type": "container",
                          "id": "mission-card-body",
                          "content": {
                            "classes": ["card-body", "p-4"]
                          },
                          "children": [
                            {
                              "type": "heading",
                              "id": "mission-title",
                              "content": {
                                "text": "Our Mission",
                                "tag": "h4",
                                "classes": ["text-center", "mb-4"]
                              }
                            },
                            {
                              "type": "paragraph",
                              "id": "mission-text",
                              "content": {
                                "text": "To empower businesses with innovative technology solutions that drive growth, efficiency, and success in an ever-evolving digital landscape.",
                                "classes": ["text-center", "mb-0"]
                              }
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "section",
      "id": "why-choose-us",
      "content": {
        "classes": ["section", "bg-light", "py-5"]
      },
      "children": [
        {
          "type": "container",
          "id": "features-container",
          "content": {
            "classes": ["container"]
          },
          "children": [
            {
              "type": "heading",
              "id": "why-choose-title",
              "content": {
                "text": "Why Choose Us",
                "tag": "h2",
                "classes": ["text-center", "mb-5"]
              }
            },
            {
              "type": "row",
              "id": "features-row",
              "content": {
                "classes": ["row"]
              },
              "children": [
                {
                  "type": "column",
                  "id": "feature-1-col",
                  "content": {
                    "classes": ["col-md-4", "mb-4"]
                  },
                  "children": [
                    {
                      "type": "container",
                      "id": "feature-1-content",
                      "content": {
                        "classes": ["text-center"]
                      },
                      "children": [
                        {
                          "type": "icon",
                          "id": "feature-1-icon",
                          "content": {
                            "icon": "bi-award",
                            "classes": ["display-4", "text-primary", "mb-3"]
                          }
                        },
                        {
                          "type": "heading",
                          "id": "feature-1-title",
                          "content": {
                            "text": "Proven Excellence",
                            "tag": "h5",
                            "classes": ["mb-3"]
                          }
                        },
                        {
                          "type": "paragraph",
                          "id": "feature-1-desc",
                          "content": {
                            "text": "Years of experience delivering exceptional results for businesses across various industries.",
                            "classes": ["text-muted"]
                          }
                        }
                      ]
                    }
                  ]
                },
                {
                  "type": "column",
                  "id": "feature-2-col",
                  "content": {
                    "classes": ["col-md-4", "mb-4"]
                  },
                  "children": [
                    {
                      "type": "container",
                      "id": "feature-2-content",
                      "content": {
                        "classes": ["text-center"]
                      },
                      "children": [
                        {
                          "type": "icon",
                          "id": "feature-2-icon",
                          "content": {
                            "icon": "bi-people",
                            "classes": ["display-4", "text-primary", "mb-3"]
                          }
                        },
                        {
                          "type": "heading",
                          "id": "feature-2-title",
                          "content": {
                            "text": "Expert Team",
                            "tag": "h5",
                            "classes": ["mb-3"]
                          }
                        },
                        {
                          "type": "paragraph",
                          "id": "feature-2-desc",
                          "content": {
                            "text": "Dedicated professionals committed to understanding your business and delivering tailored solutions.",
                            "classes": ["text-muted"]
                          }
                        }
                      ]
                    }
                  ]
                },
                {
                  "type": "column",
                  "id": "feature-3-col",
                  "content": {
                    "classes": ["col-md-4", "mb-4"]
                  },
                  "children": [
                    {
                      "type": "container",
                      "id": "feature-3-content",
                      "content": {
                        "classes": ["text-center"]
                      },
                      "children": [
                        {
                          "type": "icon",
                          "id": "feature-3-icon",
                          "content": {
                            "icon": "bi-lightning",
                            "classes": ["display-4", "text-primary", "mb-3"]
                          }
                        },
                        {
                          "type": "heading",
                          "id": "feature-3-title",
                          "content": {
                            "text": "Innovation First",
                            "tag": "h5",
                            "classes": ["mb-3"]
                          }
                        },
                        {
                          "type": "paragraph",
                          "id": "feature-3-desc",
                          "content": {
                            "text": "Always staying ahead of the curve with the latest technologies and industry best practices.",
                            "classes": ["text-muted"]
                          }
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "section",
      "id": "contact-section",
      "content": {
        "classes": ["section", "py-5"]
      },
      "children": [
        {
          "type": "container",
          "id": "contact-container",
          "content": {
            "classes": ["container"]
          },
          "children": [
            {
              "type": "heading",
              "id": "contact-title",
              "content": {
                "text": "Get In Touch",
                "tag": "h2",
                "classes": ["text-center", "mb-5"]
              }
            },
            {
              "type": "row",
              "id": "contact-content-row",
              "content": {
                "classes": ["row", "justify-content-center"]
              },
              "children": [
                {
                  "type": "column",
                  "id": "contact-content-col",
                  "content": {
                    "classes": ["col-lg-8", "text-center"]
                  },
                  "children": [
                    {
                      "type": "paragraph",
                      "id": "contact-description",
                      "content": {
                        "text": "Ready to take your business to the next level? Let's discuss how we can help you achieve your goals.",
                        "classes": ["lead", "mb-4"]
                      }
                    },
                    {
                      "type": "button",
                      "id": "contact-cta",
                      "content": {
                        "text": "Contact Us Today",
                        "href": "#contact",
                        "classes": ["btn", "btn-primary", "btn-lg"]
                      }
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "metadata": {
    "version": "1.0",
    "builder_type": "custom",
    "created_at": "2024-07-14",
    "template_name": "default_about",
    "placeholders": {
      "{{website_name}}": "Website Name"
    }
  }
}
