From 4833bb1a36824f06eff984c89eb51a454ae50ae0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:37:02 +0000 Subject: [PATCH 1/3] Update src/app/empresa/page.tsx --- src/app/empresa/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/empresa/page.tsx b/src/app/empresa/page.tsx index 38b8b92..eace982 100644 --- a/src/app/empresa/page.tsx +++ b/src/app/empresa/page.tsx @@ -82,7 +82,7 @@ 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" + imageSrc="http://img.b2bpic.net/free-photo/engineers-working-smart-factory-collecting-analyzing-data_482257-120556.jpg?_wi=2" imageAlt="Instalaciones de Rubidicol" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From 68ab285635b3b337e697103fc8e541a40b81c82b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:37:03 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b16b04b..9c395e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ 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" + imageSrc="http://img.b2bpic.net/free-photo/engineers-working-smart-factory-collecting-analyzing-data_482257-120556.jpg?_wi=1" imageAlt="Instalaciones de Rubidicol" mediaAnimation="slide-up" useInvertedBackground={false} @@ -126,14 +126,14 @@ export default function HomePage() { name: "Adhesivo para Madera", price: "Consultar", imageSrc: - "http://img.b2bpic.net/free-photo/making-restoring-your-own-wooden-furniture-home_52683-109786.jpg", + "http://img.b2bpic.net/free-photo/making-restoring-your-own-wooden-furniture-home_52683-109786.jpg?_wi=1", imageAlt: "Adhesivo para Madera", }, { id: "2", name: "Adhesivo para Metal", price: "Consultar", - imageSrc: "http://img.b2bpic.net/free-photo/jar-easel_23-2147802048.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/jar-easel_23-2147802048.jpg?_wi=1", imageAlt: "Adhesivo para Metal", }, { @@ -141,7 +141,7 @@ export default function HomePage() { name: "Adhesivo Multiuso Industrial", price: "Consultar", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cups_23-2148591234.jpg", + "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cups_23-2148591234.jpg?_wi=1", imageAlt: "Adhesivo Multiuso", }, ]} -- 2.49.1 From b3b83c2fb3f60b8af3a74adafe84d7a8c612ca89 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:37:04 +0000 Subject: [PATCH 3/3] Update src/app/productos/page.tsx --- src/app/productos/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/productos/page.tsx b/src/app/productos/page.tsx index 21d80dc..41299eb 100644 --- a/src/app/productos/page.tsx +++ b/src/app/productos/page.tsx @@ -84,14 +84,14 @@ export default function ProductsPage() { name: "Adhesivo para Madera Premium", price: "Consultar", imageSrc: - "http://img.b2bpic.net/free-photo/making-restoring-your-own-wooden-furniture-home_52683-109786.jpg", + "http://img.b2bpic.net/free-photo/making-restoring-your-own-wooden-furniture-home_52683-109786.jpg?_wi=2", imageAlt: "Adhesivo para Madera", }, { id: "2", name: "Adhesivo Estructural para Metal", price: "Consultar", - imageSrc: "http://img.b2bpic.net/free-photo/jar-easel_23-2147802048.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/jar-easel_23-2147802048.jpg?_wi=2", imageAlt: "Adhesivo para Metal", }, { @@ -99,7 +99,7 @@ export default function ProductsPage() { name: "Adhesivo Multiuso Industrial", price: "Consultar", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cups_23-2148591234.jpg", + "http://img.b2bpic.net/free-photo/high-angle-colored-paint-cups_23-2148591234.jpg?_wi=2", imageAlt: "Adhesivo Multiuso", }, ]} -- 2.49.1