dry-wash-pl/stubs/json/landing/success.json
RustamRu f63c3f5834
Some checks failed
it-academy/dry-wash-pl/pipeline/pr-main There was a failure building this commit
feat: generate landing stub types outside
2024-11-25 23:37:14 +03:00

27 lines
645 B
JSON

{
"success": true,
"body": {
"hero-section": {
"headline": "hero-section.headline",
"description": "hero-section.description",
"video": "demo.mp4"
},
"sections": [
{
"type": "benefits-section",
"heading": "benefits-section.heading",
"description": "benefits-section.description",
"list": [
"benefits-section.list.0",
"benefits-section.list.1",
"benefits-section.list.2",
"benefits-section.list.3"
]
},
{
"type": "social-proof-section",
"heading": "social-proof-section.heading"
}
]
}
}