Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-04 20:37:09 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -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}

View File

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

View File

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