+ {/* Left: Content Library */}
+
+
+
+
+ {/* Center: Visual Editor */}
+
+ {showPreview ? (
+
+
+ {/* Preview of blocks */}
+
+
Page Preview
+
Blocks: {blocks.length}
+ {blocks.map(block => (
+
+ {block.type}
+
+ ))}
+
+
+
+ ) : (
+
+ )}
+
+
+ {/* Right: Settings */}
+
+
+
+
Settings
+
+
+ {selectedAvatar && (
+
+
Active Avatar
+
{selectedAvatar.persona_name}
+
+ )}
+
+
+
Blocks: {blocks.length}
+
Site ID: {siteId}
+
+
+