Prepare component

This commit is contained in:
2025-05-30 01:07:33 -06:00
parent 3916c62935
commit cac9a5b121
263 changed files with 14456 additions and 1072 deletions

View File

@ -0,0 +1,44 @@
[
{
"site_id": 1,
"slug": "main-header",
"title": "Menú Principal",
"description": "Navegación principal del sitio web Cleanfy.",
"is_active": true
},
{
"site_id": 1,
"slug": "footer",
"title": "Menú Footer",
"description": "Navegación del footer del sitio web Cleanfy.",
"is_active": true
},
{
"site_id": 2,
"slug": "main-header",
"title": "Menú Principal",
"description": "Navegación principal del sitio web Agroform.",
"is_active": true
},
{
"site_id": 2,
"slug": "footer",
"title": "Menú Footer",
"description": "Navegación del footer del sitio web Agroform.",
"is_active": true
},
{
"site_id": 3,
"slug": "main-header",
"title": "Menú Principal",
"description": "Navegación principal del sitio web Realcity.",
"is_active": true
},
{
"site_id": 3,
"slug": "footer",
"title": "Menú Footer",
"description": "Navegación del footer del sitio web Realcity.",
"is_active": true
}
]