diff --git a/package-lock.json b/package-lock.json
index 64ff19c2..12481ea6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,7 +5,7 @@
"requires": true,
"packages": {
"": {
- "name": "elementor.developers",
+ "name": "elementor-developers-docs",
"version": "1.0.0",
"devDependencies": {
"@vuepress/plugin-pwa": "^1.9.7",
diff --git a/src/.vuepress/public/assets/img/data-structure-modern.png b/src/.vuepress/public/assets/img/data-structure-modern.png
new file mode 100644
index 00000000..ede65c58
Binary files /dev/null and b/src/.vuepress/public/assets/img/data-structure-modern.png differ
diff --git a/src/.vuepress/public/assets/img/data-structure-traditional.png b/src/.vuepress/public/assets/img/data-structure-traditional.png
new file mode 100644
index 00000000..bdf2d773
Binary files /dev/null and b/src/.vuepress/public/assets/img/data-structure-traditional.png differ
diff --git a/src/data-structure/page-content.md b/src/data-structure/page-content.md
index 15c0e090..a78b5e2d 100644
--- a/src/data-structure/page-content.md
+++ b/src/data-structure/page-content.md
@@ -40,19 +40,27 @@ If the page has content, the `content` contains a list of objects:
## Page Elements
-Elements are simple objects contaning element data. Some elements can have nested elements inside of them, others don't.
+Elements are simple objects containing element data. Some elements can have nested elements inside of them, others don't.
-This is important as in the past, Elementor had a strict data structure. The page had "section" elements, sections had nested "column" elements, and the columns had "widget" elements.
+This is important as in the past Elementor had a strict data structure - the traditional structure. The page had "section" elements, sections had nested "column" elements, and the columns had "widget" elements.
-With the introduction of containers, Elementor replaced the traditional data structure, allowing the user to nest multiple elements one inside the other.
+With the introduction of containers, Elementor replaced the traditional data structure with a modern structure, allowing the user to nest multiple elements one inside the other.
-Originally, Elementor widgets didn't support nested capabilities. More recently Elementor has started exploring new ways to allow nesting capabilities. The new "Menu" widget already supports nested capabilities and we plan to release nested "Accordion", "Tabs", "Carousels" and other widgets with nested capabilities.
+Traditional structure:
+
+
+
+Modern structure:
+
+
+
+With the adoption of nested layout elements, Elementor introduced widgets with nested capabilities. Widgets like the nested "Tabs", nested "Accordion", nested "Carousel", and nested "Menu" (mega menu).
## Examples
### A Page with a Section and a Column
-An example of a page that uses the old section-column-widget structure:
+An example of a page that uses the traditional section-column-widget structure:
```json
{