diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1363719..df8921d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { { value: "8+", title: "Años de Experiencia" }, { value: "5,000+", title: "Transacciones Mensuales" } ]} - imageSrc="http://img.b2bpic.net/free-photo/farmer-interacting-with-farmers-apple-orchard_107420-12209.jpg" + imageSrc="http://img.b2bpic.net/free-photo/farmer-interacting-with-farmers-apple-orchard_107420-12209.jpg?_wi=2" imageAlt="Trabajadores agricolas en cultivo" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -65,7 +65,7 @@ export default function AboutPage() { features={[ { id: "1", title: "Compromiso con la Transparencia", description: "Creemos que la confianza se construye a través de procesos claros, precios justos y comunicación honesta con todos nuestros usuarios.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-holding-packages-while-communicating-mobile-phone-standing-street_637285-1278.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-holding-packages-while-communicating-mobile-phone-standing-street_637285-1278.jpg?_wi=2" }, items: [ { icon: Globe, text: "Procesos transparentes y verificables" }, @@ -75,7 +75,7 @@ export default function AboutPage() { }, { id: "2", title: "Excelencia Operacional", description: "Optimizamos constantemente nuestros procesos logísticos para garantizar que cada producto llegue en perfectas condiciones.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/field-with-tractor-brands_1160-433.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/field-with-tractor-brands_1160-433.jpg?_wi=2" }, items: [ { icon: Target, text: "Tecnología de punta en logística" }, @@ -85,7 +85,7 @@ export default function AboutPage() { }, { id: "3", title: "Impacto Sostenible", description: "Promovemos prácticas agrícolas responsables y una cadena de suministro que respeta el ambiente y las comunidades locales.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg?_wi=2" }, items: [ { icon: Leaf, text: "Apoyo a agricultura sostenible" }, @@ -115,7 +115,7 @@ export default function AboutPage() {