Initial commit: landing page Gruperly con Eleventy
This commit is contained in:
31
src/_data/site.json
Normal file
31
src/_data/site.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "Gruperly",
|
||||
"description": "Gruperly es la plataforma SaaS para la gestión, organización y potenciación de comunidades y grupos.",
|
||||
"url": "https://gruperly.com",
|
||||
"year": "2026",
|
||||
"nav": [
|
||||
{ "label": "Características", "href": "#caracteristicas" },
|
||||
{ "label": "Cómo funciona", "href": "#como-funciona" },
|
||||
{ "label": "Precios", "href": "#precios" }
|
||||
],
|
||||
"footer": {
|
||||
"producto": [
|
||||
{ "label": "Características", "href": "#caracteristicas" },
|
||||
{ "label": "Precios", "href": "#precios" },
|
||||
{ "label": "Integraciones", "href": "#" },
|
||||
{ "label": "Novedades", "href": "#" }
|
||||
],
|
||||
"empresa": [
|
||||
{ "label": "Sobre nosotros", "href": "#" },
|
||||
{ "label": "Blog", "href": "#" },
|
||||
{ "label": "Empleo", "href": "#" },
|
||||
{ "label": "Contacto", "href": "#" }
|
||||
],
|
||||
"legal": [
|
||||
{ "label": "Privacidad", "href": "#" },
|
||||
{ "label": "Términos", "href": "#" },
|
||||
{ "label": "Seguridad", "href": "#" },
|
||||
{ "label": "Cookies", "href": "#" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user