Files
react-editor-nextjs/app/page.json
2026-06-07 20:39:05 -04:00

18 lines
290 B
JSON

{
"root": {
"props": {
"title": "Untitled"
}
},
"content": [
{
"type": "hero",
"props": {
"id": "hero-home",
"title": "Start prompt",
"subtitle": "Build with AI, then click edit to refine with a visual editor"
}
}
]
}