Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-04 20:38:35 +00:00
3 changed files with 35 additions and 122 deletions

View File

@@ -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}
/>
</div>
@@ -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"
/>

View File

@@ -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}
/>
</div>
@@ -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"
/>

View File

@@ -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}
/>
</div>
@@ -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"