| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"name": "blockenberg/gradient-hero", |
| 4 |
"title": "Gradient Hero", |
| 5 |
"category": "bkbg-layout", |
| 6 |
"icon": "cover-image", |
| 7 |
"description": "Full landing page hero with animated gradient/mesh background, badge, headline, CTA buttons, and social proof row.", |
| 8 |
"keywords": [ |
| 9 |
"hero", |
| 10 |
"gradient", |
| 11 |
"mesh", |
| 12 |
"aurora", |
| 13 |
"landing", |
| 14 |
"headline", |
| 15 |
"cta", |
| 16 |
"header" |
| 17 |
], |
| 18 |
"textdomain": "blockenberg", |
| 19 |
"editorScript": "bkbg-gradient-hero-editor", |
| 20 |
"editorStyle": "bkbg-gradient-hero-style", |
| 21 |
"style": "bkbg-gradient-hero-style", |
| 22 |
"supports": { |
| 23 |
"html": false, |
| 24 |
"align": [ |
| 25 |
"wide", |
| 26 |
"full" |
| 27 |
] |
| 28 |
}, |
| 29 |
"attributes": { |
| 30 |
"badge": { |
| 31 |
"type": "string", |
| 32 |
"default": "\u2728 New \u2014 Just launched" |
| 33 |
}, |
| 34 |
"showBadge": { |
| 35 |
"type": "boolean", |
| 36 |
"default": true |
| 37 |
}, |
| 38 |
"heading": { |
| 39 |
"type": "string", |
| 40 |
"default": "Build something people love" |
| 41 |
}, |
| 42 |
"subheading": { |
| 43 |
"type": "string", |
| 44 |
"default": "The all-in-one platform that gives your team everything needed to create, ship, and grow products people actually want to use." |
| 45 |
}, |
| 46 |
"showSubheading": { |
| 47 |
"type": "boolean", |
| 48 |
"default": true |
| 49 |
}, |
| 50 |
"ctaText": { |
| 51 |
"type": "string", |
| 52 |
"default": "Get started free" |
| 53 |
}, |
| 54 |
"ctaUrl": { |
| 55 |
"type": "string", |
| 56 |
"default": "#" |
| 57 |
}, |
| 58 |
"ctaSecondaryText": { |
| 59 |
"type": "string", |
| 60 |
"default": "Watch demo" |
| 61 |
}, |
| 62 |
"ctaSecondaryUrl": { |
| 63 |
"type": "string", |
| 64 |
"default": "#" |
| 65 |
}, |
| 66 |
"showSecondaryCta": { |
| 67 |
"type": "boolean", |
| 68 |
"default": true |
| 69 |
}, |
| 70 |
"showSocialProof": { |
| 71 |
"type": "boolean", |
| 72 |
"default": true |
| 73 |
}, |
| 74 |
"socialProofText": { |
| 75 |
"type": "string", |
| 76 |
"default": "Trusted by 12,000+ teams worldwide" |
| 77 |
}, |
| 78 |
"avatars": { |
| 79 |
"type": "array", |
| 80 |
"default": [ |
| 81 |
{ |
| 82 |
"imageUrl": "", |
| 83 |
"imageId": 0, |
| 84 |
"imageAlt": "" |
| 85 |
}, |
| 86 |
{ |
| 87 |
"imageUrl": "", |
| 88 |
"imageId": 0, |
| 89 |
"imageAlt": "" |
| 90 |
}, |
| 91 |
{ |
| 92 |
"imageUrl": "", |
| 93 |
"imageId": 0, |
| 94 |
"imageAlt": "" |
| 95 |
}, |
| 96 |
{ |
| 97 |
"imageUrl": "", |
| 98 |
"imageId": 0, |
| 99 |
"imageAlt": "" |
| 100 |
}, |
| 101 |
{ |
| 102 |
"imageUrl": "", |
| 103 |
"imageId": 0, |
| 104 |
"imageAlt": "" |
| 105 |
} |
| 106 |
] |
| 107 |
}, |
| 108 |
"style": { |
| 109 |
"type": "string", |
| 110 |
"default": "mesh" |
| 111 |
}, |
| 112 |
"colorA": { |
| 113 |
"type": "string", |
| 114 |
"default": "#6c3fb5" |
| 115 |
}, |
| 116 |
"colorB": { |
| 117 |
"type": "string", |
| 118 |
"default": "#3b82f6" |
| 119 |
}, |
| 120 |
"colorC": { |
| 121 |
"type": "string", |
| 122 |
"default": "#ec4899" |
| 123 |
}, |
| 124 |
"contentAlign": { |
| 125 |
"type": "string", |
| 126 |
"default": "center" |
| 127 |
}, |
| 128 |
"maxWidth": { |
| 129 |
"type": "number", |
| 130 |
"default": 760 |
| 131 |
}, |
| 132 |
"paddingTop": { |
| 133 |
"type": "number", |
| 134 |
"default": 100 |
| 135 |
}, |
| 136 |
"paddingBottom": { |
| 137 |
"type": "number", |
| 138 |
"default": 100 |
| 139 |
}, |
| 140 |
"headingSize": { |
| 141 |
"type": "number", |
| 142 |
"default": 64 |
| 143 |
}, |
| 144 |
"headingWeight": { |
| 145 |
"type": "number", |
| 146 |
"default": 800 |
| 147 |
}, |
| 148 |
"subSize": { |
| 149 |
"type": "number", |
| 150 |
"default": 20 |
| 151 |
}, |
| 152 |
"subWeight": { |
| 153 |
"type": "number", |
| 154 |
"default": 400 |
| 155 |
}, |
| 156 |
"badgeSize": { |
| 157 |
"type": "number", |
| 158 |
"default": 13 |
| 159 |
}, |
| 160 |
"ctaSize": { |
| 161 |
"type": "number", |
| 162 |
"default": 16 |
| 163 |
}, |
| 164 |
"ctaRadius": { |
| 165 |
"type": "number", |
| 166 |
"default": 10 |
| 167 |
}, |
| 168 |
"bgColor": { |
| 169 |
"type": "string", |
| 170 |
"default": "#0f172a" |
| 171 |
}, |
| 172 |
"textColor": { |
| 173 |
"type": "string", |
| 174 |
"default": "#ffffff" |
| 175 |
}, |
| 176 |
"subColor": { |
| 177 |
"type": "string", |
| 178 |
"default": "rgba(255,255,255,0.65)" |
| 179 |
}, |
| 180 |
"badgeBg": { |
| 181 |
"type": "string", |
| 182 |
"default": "rgba(108,63,181,0.18)" |
| 183 |
}, |
| 184 |
"badgeColor": { |
| 185 |
"type": "string", |
| 186 |
"default": "#c4b5fd" |
| 187 |
}, |
| 188 |
"btnBg": { |
| 189 |
"type": "string", |
| 190 |
"default": "#6c3fb5" |
| 191 |
}, |
| 192 |
"btnText": { |
| 193 |
"type": "string", |
| 194 |
"default": "#ffffff" |
| 195 |
}, |
| 196 |
"btn2Bg": { |
| 197 |
"type": "string", |
| 198 |
"default": "rgba(255,255,255,0.08)" |
| 199 |
}, |
| 200 |
"btn2Text": { |
| 201 |
"type": "string", |
| 202 |
"default": "#ffffff" |
| 203 |
}, |
| 204 |
"proofColor": { |
| 205 |
"type": "string", |
| 206 |
"default": "rgba(255,255,255,0.5)" |
| 207 |
}, |
| 208 |
"proofHighlight": { |
| 209 |
"type": "string", |
| 210 |
"default": "#a78bfa" |
| 211 |
}, |
| 212 |
"headingLineHeight": { |
| 213 |
"type": "number", |
| 214 |
"default": 1.15 |
| 215 |
}, |
| 216 |
"subLineHeight": { |
| 217 |
"type": "number", |
| 218 |
"default": 1.5 |
| 219 |
}, |
| 220 |
"typoHeading": { |
| 221 |
"type": "object", |
| 222 |
"default": {} |
| 223 |
}, |
| 224 |
"typoSub": { |
| 225 |
"type": "object", |
| 226 |
"default": {} |
| 227 |
}, |
| 228 |
"typoBadge": { |
| 229 |
"type": "object", |
| 230 |
"default": {} |
| 231 |
} |
| 232 |
} |
| 233 |
} |
| 234 |
|