{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "b-blocks/hero-section",
  "version": "2.0.71",
  "title": "Hero Section",
  "category": "bBlocks",
  "description": "Landing-page hero with an eyebrow, headline, sub-headline, and a CTA button.",
  "keywords": [
    "hero",
    "hero section",
    "landing page",
    "banner",
    "jumbotron",
    "masthead",
    "page header",
    "cta"
  ],
  "textdomain": "b-blocks",
  "attributes": {
    "layout": {
      "type": "object",
      "default": {
        "minHeight": "60vh",
        "verticalAlign": {
          "desktop": "middle",
          "tablet": "",
          "mobile": ""
        },
        "contentAlign": {
          "desktop": "center",
          "tablet": "",
          "mobile": ""
        },
        "btnGap": {
          "desktop": "16px",
          "tablet": "",
          "mobile": ""
        }
      }
    },
    "eyebrow": {
      "type": "object",
      "default": {
        "show": false,
        "text": "New — Summer 2026",
        "color": "#ffffff",
        "bg": {
          "type": "solid",
          "color": "rgba(255,255,255,0.14)"
        },
        "typo": {
          "fontSize": {
            "desktop": "13px",
            "tablet": "",
            "mobile": ""
          },
          "fontWeight": "600",
          "letterSpace": "2px",
          "textTransform": "uppercase"
        },
        "padding": {
          "desktop": {
            "top": "6px",
            "right": "14px",
            "bottom": "6px",
            "left": "14px"
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "margin": {
          "desktop": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "border": {},
        "borderRadius": {
          "desktop": {
            "top": "50px",
            "right": "50px",
            "bottom": "50px",
            "left": "50px"
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        }
      }
    },
    "heading": {
      "type": "object",
      "default": {
        "text": "Build Something Amazing",
        "tag": "h1",
        "color": "#ffffff",
        "typo": {
          "fontSize": {
            "desktop": "56px",
            "tablet": "40px",
            "mobile": "28px"
          },
          "fontWeight": "700",
          "lineHeight": "1.2"
        },
        "bg": {
          "type": "solid",
          "color": ""
        },
        "padding": {
          "desktop": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "margin": {
          "desktop": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "border": {},
        "borderRadius": {
          "desktop": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        }
      }
    },
    "subHeading": {
      "type": "object",
      "default": {
        "show": true,
        "text": "The easiest way to launch your next big idea — no code required.",
        "color": "rgba(255,255,255,0.85)",
        "typo": {
          "fontSize": {
            "desktop": "18px",
            "tablet": "",
            "mobile": "15px"
          },
          "lineHeight": "1.55"
        },
        "bg": {
          "type": "solid",
          "color": ""
        },
        "padding": {
          "desktop": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "margin": {
          "desktop": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "border": {},
        "borderRadius": {
          "desktop": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        }
      }
    },
    "button": {
      "type": "object",
      "default": {
        "show": true,
        "text": "Get Started",
        "url": "",
        "newTab": false,
        "normal": {
          "bg": {
            "type": "solid",
            "color": "#ffffff"
          },
          "color": "#1a1a2e",
          "border": {}
        },
        "hover": {
          "bg": {},
          "color": "",
          "border": {}
        },
        "typo": {
          "fontSize": {
            "desktop": "16px",
            "tablet": "",
            "mobile": ""
          },
          "fontWeight": "600"
        },
        "padding": {
          "desktop": {
            "top": "14px",
            "right": "28px",
            "bottom": "14px",
            "left": "28px"
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "margin": {
          "desktop": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "radius": {
          "desktop": {
            "top": "6px",
            "right": "6px",
            "bottom": "6px",
            "left": "6px"
          },
          "tablet": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          },
          "mobile": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "transition": 0.2
      }
    },
    "advanced": {
      "type": "object",
      "default": {
        "dimension": {
          "padding": {
            "desktop": {
              "top": "30px",
              "right": "",
              "bottom": "30px",
              "left": ""
            },
            "tablet": {
              "top": "",
              "right": "",
              "bottom": "",
              "left": ""
            },
            "mobile": {
              "top": "",
              "right": "",
              "bottom": "",
              "left": ""
            }
          }
        },
        "borderShadow": {
          "normal": {
            "radius": {
              "top": "",
              "right": "",
              "bottom": "",
              "left": ""
            },
            "shadow": [
              {
                "hOffset": "",
                "vOffset": "",
                "blur": "",
                "spreed": "",
                "color": "#7090b000",
                "isInset": false
              }
            ]
          }
        },
        "background": {
          "normal": {
            "type": "color",
            "color": "#1A1A2E",
            "gradient": {
              "type": "radial",
              "radialType": "ellipse",
              "colors": [
                {
                  "color": "rgba(58, 66, 222, 1)",
                  "position": "0"
                },
                {
                  "color": "rgba(176, 195, 235, 1)",
                  "position": "80"
                }
              ],
              "centerPositions": {
                "x": 50,
                "y": 50
              },
              "angel": 90
            },
            "img": {
              "url": "",
              "desktop": {
                "position": "center-center",
                "xPosition": 0,
                "yPosition": 0,
                "attachment": "",
                "repeat": "no-repeat",
                "size": "",
                "customSize": "0px"
              },
              "tablet": {
                "position": "center-center",
                "xPosition": 0,
                "yPosition": 0,
                "attachment": "",
                "repeat": "no-repeat",
                "size": "",
                "customSize": "0px"
              },
              "mobile": {
                "position": "center-center",
                "xPosition": 0,
                "yPosition": 0,
                "attachment": "",
                "repeat": "no-repeat",
                "size": "",
                "customSize": "0px"
              }
            },
            "transition": 0.3
          }
        },
        "transform": {
          "normal": {
            "rotate": {
              "desktop": {
                "z": "",
                "y": "",
                "x": ""
              },
              "tablet": {
                "z": "",
                "y": "",
                "x": ""
              },
              "mobile": {
                "z": "",
                "y": "",
                "x": ""
              },
              "threeDRotate": false
            },
            "offset": {
              "desktop": {
                "x": "",
                "y": ""
              },
              "tablet": {
                "x": "",
                "y": ""
              },
              "mobile": {
                "x": "",
                "y": ""
              }
            },
            "scale": {
              "isProportion": true,
              "desktop": {
                "x": "",
                "y": "",
                "scale": ""
              },
              "tablet": {
                "x": "",
                "y": "",
                "scale": ""
              },
              "mobile": {
                "x": "",
                "y": "",
                "scale": ""
              }
            },
            "skew": {
              "desktop": {
                "x": "",
                "y": ""
              },
              "tablet": {
                "x": "",
                "y": ""
              },
              "mobile": {
                "x": "",
                "y": ""
              }
            },
            "flipX": false,
            "flipY": false
          },
          "hover": {
            "rotate": {
              "desktop": {
                "z": "",
                "y": "",
                "x": ""
              },
              "tablet": {
                "z": "",
                "y": "",
                "x": ""
              },
              "mobile": {
                "z": "",
                "y": "",
                "x": ""
              },
              "threeDRotate": false
            },
            "offset": {
              "desktop": {
                "x": "",
                "y": ""
              },
              "tablet": {
                "x": "",
                "y": ""
              },
              "mobile": {
                "x": "",
                "y": ""
              }
            },
            "scale": {
              "isProportion": true,
              "desktop": {
                "x": "",
                "y": "",
                "scale": ""
              },
              "tablet": {
                "x": "",
                "y": "",
                "scale": ""
              },
              "mobile": {
                "x": "",
                "y": "",
                "scale": ""
              }
            },
            "skew": {
              "desktop": {
                "x": "",
                "y": ""
              },
              "tablet": {
                "x": "",
                "y": ""
              },
              "mobile": {
                "x": "",
                "y": ""
              }
            },
            "flipX": false,
            "flipY": false
          },
          "transition": 200
        }
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "file:../index.js",
  "style": "file:./view.css",
  "viewScript": "file:./view.js",
  "render": "file:./render.php"
}