| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 4 |
"name": "blockenberg/case-study", |
| 5 |
"title": "Case Study", |
| 6 |
"category": "bkbg-business", |
| 7 |
"icon": "portfolio", |
| 8 |
"description": "Client case study section with logo, challenge, solution, quantified before/after metrics and a pull quote. Perfect for agency, SaaS and consulting landing pages.", |
| 9 |
"keywords": [ |
| 10 |
"case study", |
| 11 |
"client", |
| 12 |
"results", |
| 13 |
"metrics", |
| 14 |
"success", |
| 15 |
"project", |
| 16 |
"portfolio" |
| 17 |
], |
| 18 |
"textdomain": "blockenberg", |
| 19 |
"editorScript": "bkbg-case-study-editor", |
| 20 |
"editorStyle": "bkbg-case-study-style", |
| 21 |
"style": "bkbg-case-study-style", |
| 22 |
"viewScript": "bkbg-case-study-frontend", |
| 23 |
"supports": { |
| 24 |
"html": false, |
| 25 |
"anchor": true, |
| 26 |
"className": true, |
| 27 |
"align": [ |
| 28 |
"wide", |
| 29 |
"full" |
| 30 |
] |
| 31 |
}, |
| 32 |
"attributes": { |
| 33 |
"title": { |
| 34 |
"type": "string", |
| 35 |
"default": "Case Study" |
| 36 |
}, |
| 37 |
"showTitle": { |
| 38 |
"type": "boolean", |
| 39 |
"default": true |
| 40 |
}, |
| 41 |
"subtitle": { |
| 42 |
"type": "string", |
| 43 |
"default": "See how we helped our client achieve extraordinary results." |
| 44 |
}, |
| 45 |
"showSubtitle": { |
| 46 |
"type": "boolean", |
| 47 |
"default": false |
| 48 |
}, |
| 49 |
"layout": { |
| 50 |
"type": "string", |
| 51 |
"default": "two-col" |
| 52 |
}, |
| 53 |
"clientName": { |
| 54 |
"type": "string", |
| 55 |
"default": "Acme Corporation" |
| 56 |
}, |
| 57 |
"clientIndustry": { |
| 58 |
"type": "string", |
| 59 |
"default": "SaaS / Technology" |
| 60 |
}, |
| 61 |
"clientUrl": { |
| 62 |
"type": "string", |
| 63 |
"default": "" |
| 64 |
}, |
| 65 |
"clientLogoUrl": { |
| 66 |
"type": "string", |
| 67 |
"default": "" |
| 68 |
}, |
| 69 |
"clientLogoId": { |
| 70 |
"type": "number", |
| 71 |
"default": 0 |
| 72 |
}, |
| 73 |
"clientTagline": { |
| 74 |
"type": "string", |
| 75 |
"default": "Transforming enterprise workflows since 2018" |
| 76 |
}, |
| 77 |
"challenge": { |
| 78 |
"type": "string", |
| 79 |
"default": "<p>Acme was struggling with a fragmented data pipeline that caused reporting delays of up to 72 hours. Their team was spending 40% of their time on manual data reconciliation instead of strategic work.</p>" |
| 80 |
}, |
| 81 |
"solution": { |
| 82 |
"type": "string", |
| 83 |
"default": "<p>We rebuilt their data infrastructure with an automated ETL pipeline and a real-time dashboard. The new system integrates 12 data sources and generates reports in under 2 minutes.</p>" |
| 84 |
}, |
| 85 |
"metrics": { |
| 86 |
"type": "array", |
| 87 |
"default": [ |
| 88 |
{ |
| 89 |
"id": "m1", |
| 90 |
"value": "94%", |
| 91 |
"label": "Reporting time reduced", |
| 92 |
"description": "From 72 hrs to under 2 min", |
| 93 |
"color": "#10b981", |
| 94 |
"prefix": "", |
| 95 |
"suffix": "" |
| 96 |
}, |
| 97 |
{ |
| 98 |
"id": "m2", |
| 99 |
"value": "3.2×", |
| 100 |
"label": "Team productivity", |
| 101 |
"description": "Engineers refocused on core product", |
| 102 |
"color": "#6c3fb5", |
| 103 |
"prefix": "", |
| 104 |
"suffix": "" |
| 105 |
}, |
| 106 |
{ |
| 107 |
"id": "m3", |
| 108 |
"value": "$1.4M", |
| 109 |
"label": "Annual savings", |
| 110 |
"description": "Eliminated manual reconciliation cost", |
| 111 |
"color": "#f59e0b", |
| 112 |
"prefix": "", |
| 113 |
"suffix": "" |
| 114 |
} |
| 115 |
] |
| 116 |
}, |
| 117 |
"quote": { |
| 118 |
"type": "string", |
| 119 |
"default": "The results exceeded every expectation. Our team now has the data they need before their morning coffee." |
| 120 |
}, |
| 121 |
"quoteAuthor": { |
| 122 |
"type": "string", |
| 123 |
"default": "Sarah Chen" |
| 124 |
}, |
| 125 |
"quoteAuthorRole": { |
| 126 |
"type": "string", |
| 127 |
"default": "CTO, Acme Corporation" |
| 128 |
}, |
| 129 |
"quoteAvatarUrl": { |
| 130 |
"type": "string", |
| 131 |
"default": "" |
| 132 |
}, |
| 133 |
"quoteAvatarId": { |
| 134 |
"type": "number", |
| 135 |
"default": 0 |
| 136 |
}, |
| 137 |
"showQuote": { |
| 138 |
"type": "boolean", |
| 139 |
"default": true |
| 140 |
}, |
| 141 |
"ctaLabel": { |
| 142 |
"type": "string", |
| 143 |
"default": "Read Full Case Study" |
| 144 |
}, |
| 145 |
"ctaUrl": { |
| 146 |
"type": "string", |
| 147 |
"default": "" |
| 148 |
}, |
| 149 |
"ctaNewTab": { |
| 150 |
"type": "boolean", |
| 151 |
"default": false |
| 152 |
}, |
| 153 |
"showCta": { |
| 154 |
"type": "boolean", |
| 155 |
"default": true |
| 156 |
}, |
| 157 |
"accentColor": { |
| 158 |
"type": "string", |
| 159 |
"default": "#6c3fb5" |
| 160 |
}, |
| 161 |
"titleColor": { |
| 162 |
"type": "string", |
| 163 |
"default": "#111827" |
| 164 |
}, |
| 165 |
"subtitleColor": { |
| 166 |
"type": "string", |
| 167 |
"default": "#6b7280" |
| 168 |
}, |
| 169 |
"labelColor": { |
| 170 |
"type": "string", |
| 171 |
"default": "#6b7280" |
| 172 |
}, |
| 173 |
"bodyColor": { |
| 174 |
"type": "string", |
| 175 |
"default": "#374151" |
| 176 |
}, |
| 177 |
"sectionLabelBg": { |
| 178 |
"type": "string", |
| 179 |
"default": "#ede9fe" |
| 180 |
}, |
| 181 |
"sectionLabelColor": { |
| 182 |
"type": "string", |
| 183 |
"default": "#5b21b6" |
| 184 |
}, |
| 185 |
"cardBg": { |
| 186 |
"type": "string", |
| 187 |
"default": "#ffffff" |
| 188 |
}, |
| 189 |
"cardBorder": { |
| 190 |
"type": "string", |
| 191 |
"default": "#e5e7eb" |
| 192 |
}, |
| 193 |
"metricBg": { |
| 194 |
"type": "string", |
| 195 |
"default": "#f9fafb" |
| 196 |
}, |
| 197 |
"metricBorder": { |
| 198 |
"type": "string", |
| 199 |
"default": "#e5e7eb" |
| 200 |
}, |
| 201 |
"quoteBg": { |
| 202 |
"type": "string", |
| 203 |
"default": "#f5f3ff" |
| 204 |
}, |
| 205 |
"quoteBorder": { |
| 206 |
"type": "string", |
| 207 |
"default": "#6c3fb5" |
| 208 |
}, |
| 209 |
"quoteColor": { |
| 210 |
"type": "string", |
| 211 |
"default": "#1e1b4b" |
| 212 |
}, |
| 213 |
"ctaBg": { |
| 214 |
"type": "string", |
| 215 |
"default": "#6c3fb5" |
| 216 |
}, |
| 217 |
"ctaColor": { |
| 218 |
"type": "string", |
| 219 |
"default": "#ffffff" |
| 220 |
}, |
| 221 |
"bgColor": { |
| 222 |
"type": "string", |
| 223 |
"default": "" |
| 224 |
}, |
| 225 |
"titleSize": { |
| 226 |
"type": "number", |
| 227 |
"default": 32 |
| 228 |
}, |
| 229 |
"metricValueSize": { |
| 230 |
"type": "number", |
| 231 |
"default": 36 |
| 232 |
}, |
| 233 |
"metricLabelSize": { |
| 234 |
"type": "number", |
| 235 |
"default": 13 |
| 236 |
}, |
| 237 |
"cardRadius": { |
| 238 |
"type": "number", |
| 239 |
"default": 16 |
| 240 |
}, |
| 241 |
"ctaRadius": { |
| 242 |
"type": "number", |
| 243 |
"default": 8 |
| 244 |
}, |
| 245 |
"paddingTop": { |
| 246 |
"type": "number", |
| 247 |
"default": 64 |
| 248 |
}, |
| 249 |
"paddingBottom": { |
| 250 |
"type": "number", |
| 251 |
"default": 64 |
| 252 |
}, |
| 253 |
"typoTitle": { "type": "object", "default": {} }, |
| 254 |
"typoSubtitle": { "type": "object", "default": {} }, |
| 255 |
"typoBody": { "type": "object", "default": {} }, |
| 256 |
"typoQuote": { "type": "object", "default": {} }, |
| 257 |
"typoCta": { "type": "object", "default": {} } |
| 258 |
} |
| 259 |
} |
| 260 |
|