From f6a9dfb1eb83f8666536d0d5e29b8bc1f0a778d9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:38:29 +0000 Subject: [PATCH 1/3] Update src/app/calidad/page.tsx --- src/app/calidad/page.tsx | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/src/app/calidad/page.tsx b/src/app/calidad/page.tsx index 44c6124..1530d0c 100644 --- a/src/app/calidad/page.tsx +++ b/src/app/calidad/page.tsx @@ -20,16 +20,14 @@ export default function QualityPage() { const footerColumns = [ { - title: "Empresa", - items: [ + title: "Empresa", items: [ { label: "Sobre Nosotros", href: "/empresa" }, { label: "Instalaciones", href: "/empresa" }, { label: "Misión y Valores", href: "/empresa" }, ], }, { - title: "Productos", - items: [ + title: "Productos", items: [ { label: "Adhesivos para Madera", href: "/productos" }, { label: "Adhesivos para Metal", href: "/productos" }, { label: "Adhesivos Multiuso", href: "/productos" }, @@ -37,8 +35,7 @@ export default function QualityPage() { ], }, { - title: "Contacto", - items: [ + title: "Contacto", items: [ { label: "Teléfono: 936 97 21 04", href: "#" }, { label: "Email: info@rubidicol.com", href: "#" }, { label: "Polígono Industrial Can Jardí", href: "#" }, @@ -85,6 +82,7 @@ export default function QualityPage() { imageSrc="http://img.b2bpic.net/free-photo/side-view-female-scientists-lab-working-with-microscope-tablet_23-2148492110.jpg" imageAlt="Laboratorio de Rubidicol" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -100,26 +98,11 @@ export default function QualityPage() { useInvertedBackground={true} metrics={[ { - id: "1", - title: "Viscosidad Dinámica", - subtitle: "Medida con viscosímetro digital de precisión", - category: "Laboratorio", - value: "ISO 6603", - }, + id: "1", title: "Viscosidad Dinámica", subtitle: "Medida con viscosímetro digital de precisión", category: "Laboratorio", value: "ISO 6603"}, { - id: "2", - title: "Resistencia al Cortante", - subtitle: "Ensayos de adherencia en superficies de referencia", - category: "Resistencia", - value: "ASTM D1002", - }, + id: "2", title: "Resistencia al Cortante", subtitle: "Ensayos de adherencia en superficies de referencia", category: "Resistencia", value: "ASTM D1002"}, { - id: "3", - title: "Estabilidad Térmica", - subtitle: "Validación de comportamiento a temperaturas extremas", - category: "Durabilidad", - value: "-20°C a +150°C", - }, + id: "3", title: "Estabilidad Térmica", subtitle: "Validación de comportamiento a temperaturas extremas", category: "Durabilidad", value: "-20°C a +150°C"}, ]} animationType="slide-up" /> -- 2.49.1 From 4305fb6323dd8e608c81cc4285a53e4e1d252d98 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:38:29 +0000 Subject: [PATCH 2/3] Update src/app/empresa/page.tsx --- src/app/empresa/page.tsx | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/src/app/empresa/page.tsx b/src/app/empresa/page.tsx index eace982..1bf24b0 100644 --- a/src/app/empresa/page.tsx +++ b/src/app/empresa/page.tsx @@ -20,16 +20,14 @@ export default function AboutPage() { const footerColumns = [ { - title: "Empresa", - items: [ + title: "Empresa", items: [ { label: "Sobre Nosotros", href: "/empresa" }, { label: "Instalaciones", href: "/empresa" }, { label: "Misión y Valores", href: "/empresa" }, ], }, { - title: "Productos", - items: [ + title: "Productos", items: [ { label: "Adhesivos para Madera", href: "/productos" }, { label: "Adhesivos para Metal", href: "/productos" }, { label: "Adhesivos Multiuso", href: "/productos" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Contacto", - items: [ + title: "Contacto", items: [ { label: "Teléfono: 936 97 21 04", href: "#" }, { label: "Email: info@rubidicol.com", href: "#" }, { label: "Polígono Industrial Can Jardí", href: "#" }, @@ -82,9 +79,10 @@ export default function AboutPage() { { value: "20+", title: "Años de trayectoria" }, { value: "1000+", title: "Clientes satisfechos" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/engineers-working-smart-factory-collecting-analyzing-data_482257-120556.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/engineers-working-smart-factory-collecting-analyzing-data_482257-120556.jpg" imageAlt="Instalaciones de Rubidicol" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -100,26 +98,11 @@ export default function AboutPage() { useInvertedBackground={true} metrics={[ { - id: "1", - title: "Calidad Técnica", - subtitle: "Riguroso control en cada lote de producción", - category: "Producción", - value: "ISO 9001", - }, + id: "1", title: "Calidad Técnica", subtitle: "Riguroso control en cada lote de producción", category: "Producción", value: "ISO 9001"}, { - id: "2", - title: "Fiabilidad de Suministro", - subtitle: "Entregas puntuales garantizadas", - category: "Logística", - value: "100%", - }, + id: "2", title: "Fiabilidad de Suministro", subtitle: "Entregas puntuales garantizadas", category: "Logística", value: "100%"}, { - id: "3", - title: "Servicio Cercano", - subtitle: "Asesoramiento técnico personalizado", - category: "Atención", - value: "24/7", - }, + id: "3", title: "Servicio Cercano", subtitle: "Asesoramiento técnico personalizado", category: "Atención", value: "24/7"}, ]} animationType="slide-up" /> -- 2.49.1 From 7aac4e7e33244949591c1d5a88a6635b4fdea0f4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:38:30 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 93 +++++++++++------------------------------------- 1 file changed, 20 insertions(+), 73 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c395e9..feb6d3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,16 +24,14 @@ export default function HomePage() { const footerColumns = [ { - title: "Empresa", - items: [ + title: "Empresa", items: [ { label: "Sobre Nosotros", href: "/empresa" }, { label: "Instalaciones", href: "/empresa" }, { label: "Misión y Valores", href: "/empresa" }, ], }, { - title: "Productos", - items: [ + title: "Productos", items: [ { label: "Adhesivos para Madera", href: "/productos" }, { label: "Adhesivos para Metal", href: "/productos" }, { label: "Adhesivos Multiuso", href: "/productos" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Contacto", - items: [ + title: "Contacto", items: [ { label: "Teléfono: 936 97 21 04", href: "#" }, { label: "Email: info@rubidicol.com", href: "#" }, { label: "Polígono Industrial Can Jardí", href: "#" }, @@ -106,9 +103,10 @@ export default function HomePage() { { value: "20+", title: "Años de experiencia" }, { value: "100%", title: "Control de calidad en cada lote" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/engineers-working-smart-factory-collecting-analyzing-data_482257-120556.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/engineers-working-smart-factory-collecting-analyzing-data_482257-120556.jpg" imageAlt="Instalaciones de Rubidicol" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -122,28 +120,13 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", - name: "Adhesivo para Madera", - price: "Consultar", - imageSrc: - "http://img.b2bpic.net/free-photo/making-restoring-your-own-wooden-furniture-home_52683-109786.jpg?_wi=1", - imageAlt: "Adhesivo para Madera", - }, + id: "1", name: "Adhesivo para Madera", price: "Consultar", imageSrc: + "http://img.b2bpic.net/free-photo/making-restoring-your-own-wooden-furniture-home_52683-109786.jpg", imageAlt: "Adhesivo para Madera"}, { - id: "2", - name: "Adhesivo para Metal", - price: "Consultar", - imageSrc: "http://img.b2bpic.net/free-photo/jar-easel_23-2147802048.jpg?_wi=1", - imageAlt: "Adhesivo para Metal", - }, + id: "2", name: "Adhesivo para Metal", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/jar-easel_23-2147802048.jpg", imageAlt: "Adhesivo para Metal"}, { - id: "3", - name: "Adhesivo Multiuso Industrial", - price: "Consultar", - imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cups_23-2148591234.jpg?_wi=1", - imageAlt: "Adhesivo Multiuso", - }, + id: "3", name: "Adhesivo Multiuso Industrial", price: "Consultar", imageSrc: + "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cups_23-2148591234.jpg", imageAlt: "Adhesivo Multiuso"}, ]} textboxLayout="default" animationType="slide-up" @@ -163,19 +146,11 @@ export default function HomePage() { tagAnimation="slide-up" negativeCard={{ items: [ - "Proveedores lejanos con entregas lentas", - "Sin asesoramiento técnico local", - "Calidad inconsistente", - "Falta de soporte especializado", - ], + "Proveedores lejanos con entregas lentas", "Sin asesoramiento técnico local", "Calidad inconsistente", "Falta de soporte especializado"], }} positiveCard={{ items: [ - "Producción local en Rubí", - "Asesoramiento técnico directo", - "Control de calidad riguroso en cada lote", - "Entregas rápidas en Barcelona y alrededores", - ], + "Producción local en Rubí", "Asesoramiento técnico directo", "Control de calidad riguroso en cada lote", "Entregas rápidas en Barcelona y alrededores"], }} animationType="slide-up" textboxLayout="default" @@ -194,33 +169,13 @@ export default function HomePage() { useInvertedBackground={true} metrics={[ { - id: "1", - title: "Homogeneidad de Formulación", - subtitle: "Control riguroso en cada mezcla", - category: "Producción", - value: "100%", - }, + id: "1", title: "Homogeneidad de Formulación", subtitle: "Control riguroso en cada mezcla", category: "Producción", value: "100%"}, { - id: "2", - title: "Control de Viscosidad", - subtitle: "Precisión técnica en especificaciones", - category: "Laboratorio", - value: "ISO 9001", - }, + id: "2", title: "Control de Viscosidad", subtitle: "Precisión técnica en especificaciones", category: "Laboratorio", value: "ISO 9001"}, { - id: "3", - title: "Ensayos de Resistencia", - subtitle: "Validación de rendimiento estructural", - category: "Calidad", - value: "100%", - }, + id: "3", title: "Ensayos de Resistencia", subtitle: "Validación de rendimiento estructural", category: "Calidad", value: "100%"}, { - id: "4", - title: "Seguridad en Almacenamiento", - subtitle: "Condiciones óptimas garantizadas", - category: "Logística", - value: "Verificado", - }, + id: "4", title: "Seguridad en Almacenamiento", subtitle: "Condiciones óptimas garantizadas", category: "Logística", value: "Verificado"}, ]} animationType="slide-up" /> @@ -233,21 +188,13 @@ export default function HomePage() { author="Jordi M., Fabricante de Mobiliario" avatars={[ { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - alt: "Cliente 1", - }, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Cliente 1"}, { - src: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", - alt: "Cliente 2", - }, + src: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", alt: "Cliente 2"}, { - src: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", - alt: "Cliente 3", - }, + src: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", alt: "Cliente 3"}, { - src: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", - alt: "Cliente 4", - }, + src: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", alt: "Cliente 4"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" -- 2.49.1