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

18 lines
340 B
JSON

{
"root": {
"props": {
"title": "Untitled"
}
},
"content": [
{
"type": "hero",
"props": {
"id": "hero-home",
"title": "Start prompting",
"subtitle": "Describe what you want and let AI build your website — then click Edit to fine-tune it with drag-and-drop."
}
}
]
}