{
  "layouts": {

     "beangrower-ai": {
  "label": "BeanGrower AI Page",
  "slots": [    
    { "slot": "bg-hero", "label": "Hero Section", "default": "beangrower-ai/hero" },
    { "slot": "bg-custom_1", "label": "Custom Section 1", "default": null },
    { "slot": "bg-old-v-new", "label": "Old v New Way Section", "default": "beangrower-ai/old-v-new" },
    { "slot": "bg-solution-one-login", "label": "One Login Solution Section", "default": "beangrower-ai/solution-one-login" },
    { "slot": "bg-ditch-software", "label": "One Login Solution Section", "default": "beangrower-ai/ditch-software-stack" }
  ]
},

    "service-v1":{
      "label": "Service Page",
     "slots": [
      { "slot": "hero",    "default": "hero" },
      { "slot": "proof",   "default": "proof" },
      { "slot": "pricing", "default": "pricing" },
      { "slot": "faq",     "default": "faq" }
    ]
  }

   

}
}