diff --git a/components/HeroPages.vue b/components/HeroPages.vue
index feb1322..e409c1f 100644
--- a/components/HeroPages.vue
+++ b/components/HeroPages.vue
@@ -7,7 +7,7 @@
'bg-consumo-base bg-linear-to-t from-consumo-base to-consumo-extra-light': bgColor === 'consumo',
'bg-iguales-base bg-linear-to-t from-iguales-base to-iguales-extra-light': bgColor === 'iguales',
'bg-aula-base bg-linear-to-t from-aula-base to-aula-extra-light': bgColor === 'aula',
- 'bg-certifica-base bg-linear-to-t from-certifica-base to-certifica-extra-light': bgColor === 'certifica',
+ 'bg-linear-to-t from-certifica-light to-certifica-extra-light': bgColor === 'certifica',
'bg-foro-base bg-linear-to-t from-foro-base to-foro-extra-light': bgColor === 'foro',
'bg-ods-base bg-linear-to-t from-ods-base to-ods-extra-light': bgColor === 'ods',
}">
@@ -22,11 +22,11 @@
diff --git a/components/NavBar.vue b/components/NavBar.vue
index fcb85fd..2c3498a 100644
--- a/components/NavBar.vue
+++ b/components/NavBar.vue
@@ -14,7 +14,7 @@
- INICIO
- - GUÍA PASO A PASO
+ - GUÍA PASO A PASO
- KIT-ECO.SOCIAL
@@ -40,7 +40,7 @@
- INICIO
- - GUÍA PASO A PASO
+ - GUÍA PASO A PASO
- KIT-ECO.SOCIAL
diff --git a/components/SectionWithCardsAndForm.vue b/components/SectionWithCardsAndForm.vue
index bbba107..ee3958b 100644
--- a/components/SectionWithCardsAndForm.vue
+++ b/components/SectionWithCardsAndForm.vue
@@ -1,19 +1,11 @@
+ class="rounded-3xl mb-8 px-8 md:px-4 pt-12 pb-16 md:p-16 md:pb-24 bg-gradient-certifica"
+ >
+
@@ -87,3 +80,9 @@ export default {
};
+
+
diff --git a/data/es/index.json b/data/es/index.json
index 98ee386..5abdebd 100644
--- a/data/es/index.json
+++ b/data/es/index.json
@@ -55,16 +55,16 @@
"props": {
"id": "certifica-t-cta",
"title": "¿Quieres aprender paso a paso?",
- "subtitle": "Accede al aula virtual para formarte de forma sencilla en el uso de la herramienta. Conoce los fundamentos de la sostenibilidad certificada y aprende a interpretar tu diagnóstico. Desde kit-ECO.SOCIAL te acompañamos en cada paso.",
+ "subtitle": "Accede al aula virtual para formarte de forma sencilla en el uso de la herramienta. Conoce los fundamentos de la sostenibilidad certificada y aprende a interpretar tu diagnóstico. Desde kit-ECO.SOCIAL te acompañamos en cada paso.",
"bgColor": "certifica",
- "icon": "scale.svg",
+ "icon": "graduation-cap.svg",
"bgImage": {
"src": "hero-certifica-t-formas.png",
"alt": "Certifica-T Imagenes Fondo"
},
"button": {
"label": "Empezar curso",
- "link": "",
+ "link": "https://aula.kit-eco.social/",
"color": "button"
}
}