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} 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", }, ]} 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", }, ]}