# blockenberg/2.0.7/blocks/gradient-hero/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 234 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/gradient-hero/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/gradient-hero/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/gradient-hero/block.json#L10-L20`.

```json
{
	"apiVersion": 3,
	"name": "blockenberg/gradient-hero",
	"title": "Gradient Hero",
	"category": "bkbg-layout",
	"icon": "cover-image",
	"description": "Full landing page hero with animated gradient/mesh background, badge, headline, CTA buttons, and social proof row.",
	"keywords": [
		"hero",
		"gradient",
		"mesh",
		"aurora",
		"landing",
		"headline",
		"cta",
		"header"
	],
	"textdomain": "blockenberg",
	"editorScript": "bkbg-gradient-hero-editor",
	"editorStyle": "bkbg-gradient-hero-style",
	"style": "bkbg-gradient-hero-style",
	"supports": {
		"html": false,
		"align": [
			"wide",
			"full"
		]
	},
	"attributes": {
		"badge": {
			"type": "string",
			"default": "\u2728 New \u2014 Just launched"
		},
		"showBadge": {
			"type": "boolean",
			"default": true
		},
		"heading": {
			"type": "string",
			"default": "Build something people love"
		},
		"subheading": {
			"type": "string",
			"default": "The all-in-one platform that gives your team everything needed to create, ship, and grow products people actually want to use."
		},
		"showSubheading": {
			"type": "boolean",
			"default": true
		},
		"ctaText": {
			"type": "string",
			"default": "Get started free"
		},
		"ctaUrl": {
			"type": "string",
			"default": "#"
		},
		"ctaSecondaryText": {
			"type": "string",
			"default": "Watch demo"
		},
		"ctaSecondaryUrl": {
			"type": "string",
			"default": "#"
		},
		"showSecondaryCta": {
			"type": "boolean",
			"default": true
		},
		"showSocialProof": {
			"type": "boolean",
			"default": true
		},
		"socialProofText": {
			"type": "string",
			"default": "Trusted by 12,000+ teams worldwide"
		},
		"avatars": {
			"type": "array",
			"default": [
				{
					"imageUrl": "",
					"imageId": 0,
					"imageAlt": ""
				},
				{
					"imageUrl": "",
					"imageId": 0,
					"imageAlt": ""
				},
				{
					"imageUrl": "",
					"imageId": 0,
					"imageAlt": ""
				},
				{
					"imageUrl": "",
					"imageId": 0,
					"imageAlt": ""
				},
				{
					"imageUrl": "",
					"imageId": 0,
					"imageAlt": ""
				}
			]
		},
		"style": {
			"type": "string",
			"default": "mesh"
		},
		"colorA": {
			"type": "string",
			"default": "#6c3fb5"
		},
		"colorB": {
			"type": "string",
			"default": "#3b82f6"
		},
		"colorC": {
			"type": "string",
			"default": "#ec4899"
		},
		"contentAlign": {
			"type": "string",
			"default": "center"
		},
		"maxWidth": {
			"type": "number",
			"default": 760
		},
		"paddingTop": {
			"type": "number",
			"default": 100
		},
		"paddingBottom": {
			"type": "number",
			"default": 100
		},
		"headingSize": {
			"type": "number",
			"default": 64
		},
		"headingWeight": {
			"type": "number",
			"default": 800
		},
		"subSize": {
			"type": "number",
			"default": 20
		},
		"subWeight": {
			"type": "number",
			"default": 400
		},
		"badgeSize": {
			"type": "number",
			"default": 13
		},
		"ctaSize": {
			"type": "number",
			"default": 16
		},
		"ctaRadius": {
			"type": "number",
			"default": 10
		},
		"bgColor": {
			"type": "string",
			"default": "#0f172a"
		},
		"textColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"subColor": {
			"type": "string",
			"default": "rgba(255,255,255,0.65)"
		},
		"badgeBg": {
			"type": "string",
			"default": "rgba(108,63,181,0.18)"
		},
		"badgeColor": {
			"type": "string",
			"default": "#c4b5fd"
		},
		"btnBg": {
			"type": "string",
			"default": "#6c3fb5"
		},
		"btnText": {
			"type": "string",
			"default": "#ffffff"
		},
		"btn2Bg": {
			"type": "string",
			"default": "rgba(255,255,255,0.08)"
		},
		"btn2Text": {
			"type": "string",
			"default": "#ffffff"
		},
		"proofColor": {
			"type": "string",
			"default": "rgba(255,255,255,0.5)"
		},
		"proofHighlight": {
			"type": "string",
			"default": "#a78bfa"
		},
		"headingLineHeight": {
			"type": "number",
			"default": 1.15
		},
		"subLineHeight": {
			"type": "number",
			"default": 1.5
		},
		"typoHeading": {
			"type": "object",
			"default": {}
		},
		"typoSub": {
			"type": "object",
			"default": {}
		},
		"typoBadge": {
			"type": "object",
			"default": {}
		}
	}
}

```
