[
  {
    "id": "section_bg",
    "name": "section_bg",
    "label": "Section Background Color",
    "type": "text",
    "default": "#ffffff"
  },
  {
    "id": "section_padding",
    "name": "section_padding",
    "label": "Section Padding Top & Bottom (px)",
    "type": "number",
    "default": 70
  },
  {
    "id": "intro_text",
    "name": "intro_text",
    "label": "Intro Text",
    "type": "text",
    "default": "Meet with Stephen Goldberg or Ken Ingram to discuss your unique situation and explore solutions."
  },
  {
    "id": "intro_font_size",
    "name": "intro_font_size",
    "label": "Intro Font Size (px)",
    "type": "number",
    "default": 20
  },
  {
    "id": "intro_color",
    "name": "intro_color",
    "label": "Intro Text Color",
    "type": "text",
    "default": "#0d2d45"
  },
  {
    "id": "card_top_bar_color",
    "name": "card_top_bar_color",
    "label": "Card Top Bar Color",
    "type": "text",
    "default": "#1e5c8c"
  },
  {
    "id": "card_border_color",
    "name": "card_border_color",
    "label": "Card Border Color",
    "type": "text",
    "default": "#dce8f2"
  },
  {
    "id": "btn_color",
    "name": "btn_color",
    "label": "Button Color",
    "type": "text",
    "default": "#1e5c8c"
  },
  {
    "id": "persons",
    "name": "persons",
    "label": "Consultants",
    "type": "group",
    "occurrence": {
      "min": 1,
      "max": 6,
      "default": 2,
      "sorting_label_field": "persons_name"
    },
    "default": [
      {
        "persons_photo": {"src": "", "alt": "Stephen Goldberg", "width": 400, "height": 400},
        "persons_name": "Stephen Goldberg",
        "persons_title": "Founder & Principal Consultant",
        "persons_bio": "With decades of experience in leadership development and organizational performance, Stephen brings a unique blend of science-backed insight and real-world strategy to every engagement.",
        "persons_btn_text": "Book with Stephen",
        "persons_btn_url": "#"
      },
      {
        "persons_photo": {"src": "", "alt": "Ken Ingram", "width": 400, "height": 400},
        "persons_name": "Ken Ingram",
        "persons_title": "Senior Consultant",
        "persons_bio": "Ken specializes in high-performance team alignment and leadership coaching, helping organizations unlock their full potential through targeted behavioral strategies and proven frameworks.",
        "persons_btn_text": "Book with Ken",
        "persons_btn_url": "#"
      }
    ],
    "children": [
      {
        "id": "persons_photo",
        "name": "persons_photo",
        "label": "Photo",
        "type": "image",
        "default": {"src": "", "alt": "", "width": 400, "height": 400},
        "help_text": "Upload a headshot. If empty, initials are shown."
      },
      {
        "id": "persons_name",
        "name": "persons_name",
        "label": "Full Name",
        "type": "text",
        "default": "Consultant Name"
      },
      {
        "id": "persons_title",
        "name": "persons_title",
        "label": "Title / Role",
        "type": "text",
        "default": "Consultant"
      },
      {
        "id": "persons_bio",
        "name": "persons_bio",
        "label": "Short Bio",
        "type": "text",
        "default": "Bio goes here."
      },
      {
        "id": "persons_btn_text",
        "name": "persons_btn_text",
        "label": "Button Text",
        "type": "text",
        "default": "Book a Meeting"
      },
      {
        "id": "persons_btn_url",
        "name": "persons_btn_url",
        "label": "Calendar URL",
        "type": "text",
        "default": "#",
        "help_text": "Paste your Calendly or HubSpot Meetings link here"
      }
    ]
  }
]