From 1c3d382faaca8b390f8394da65b6c0069ac00682 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:10:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a856eed..d2457c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,23 +51,23 @@ export default function LandingPage() { { text: "Solicita Cotización", href: "#contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg" + imageSrc="http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg?_wi=1" imageAlt="Ferretería El Nico - Materiales de construcción" mediaAnimation="blur-reveal" imagePosition="right" testimonials={[ { name: "Juan Martínez", handle: "Maestro Constructor", testimonial: "Excelente atención y productos difíciles de encontrar. Siempre tienen lo que necesito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-white-helmet-yellow-vest-with-crossed-arms-smiling-standing-blue-isolated_141793-8553.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-white-helmet-yellow-vest-with-crossed-arms-smiling-standing-blue-isolated_141793-8553.jpg?_wi=1"}, { name: "María Rodríguez", handle: "Contratista Independiente", testimonial: "Precios competitivos y despacho rápido a domicilio. Muy recomendado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-standing-repair-garage_1170-1532.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-standing-repair-garage_1170-1532.jpg?_wi=1"}, { name: "Carlos López", handle: "Técnico Especializado", testimonial: "La mejor ferretería de La Florida. Asesoría profesional garantizada.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=1"}, { name: "Patricia Sánchez", handle: "Propietaria de Inmueble", testimonial: "Atención personalizada y confiable. Llevan años sirviendo bien a la comunidad.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/formal-clothing-is-compulsory-this-job_329181-11481.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/formal-clothing-is-compulsory-this-job_329181-11481.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -86,9 +86,9 @@ export default function LandingPage() { title: "Venta de Materiales", description: "Amplio stock de herramientas, insumos y materiales de construcción de calidad premium.", icon: Package, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg", imageAlt: "Herramientas y materiales de construcción"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg?_wi=1", imageAlt: "Herramientas y materiales de construcción"}, { - imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg", imageAlt: "Variedad de productos disponibles"}, + imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg?_wi=2", imageAlt: "Variedad de productos disponibles"}, ], }, { @@ -97,7 +97,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-delivery-man_23-2149035903.jpg", imageAlt: "Servicio de entrega a domicilio"}, { - imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg", imageAlt: "Transporte de materiales"}, + imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg?_wi=3", imageAlt: "Transporte de materiales"}, ], }, { @@ -106,7 +106,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/people-job-caucasian-stethoscope-thoughtful_1301-3079.jpg", imageAlt: "Consultoría profesional"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg", imageAlt: "Recomendaciones de expertos"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg?_wi=2", imageAlt: "Recomendaciones de expertos"}, ], }, ]} @@ -137,7 +137,7 @@ export default function LandingPage() { title: "Productos Especiales", description: "Artículos difíciles de encontrar en grandes cadenas. Acceso a proveedores directos.", icon: Search, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg" + imageSrc="http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg?_wi=4" imageAlt="Ferretería El Nico - Local establecido" mediaAnimation="slide-up" imagePosition="right" @@ -170,13 +170,13 @@ export default function LandingPage() {