Initial commit

This commit is contained in:
Rami Bitar
2026-06-07 20:31:42 -04:00
commit 90f6635b08
82 changed files with 12645 additions and 0 deletions

17
app/page.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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."
}
}
]
}