diff --git a/src/app/page.tsx b/src/app/page.tsx index dc99b29..b8d3f45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,23 +50,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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg" 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?_wi=1"}, + 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"}, { 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?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-standing-repair-garage_1170-1532.jpg"}, { 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?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"}, { 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?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/formal-clothing-is-compulsory-this-job_329181-11481.jpg"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -85,9 +85,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?_wi=1", imageAlt: "Herramientas y materiales de construcción"}, + 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/assorted-work-tools-wood-background_93675-130092.jpg?_wi=2", imageAlt: "Variedad de productos disponibles"}, + imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg", imageAlt: "Variedad de productos disponibles"}, ], }, { @@ -96,7 +96,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?_wi=3", imageAlt: "Transporte de materiales"}, + imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg", imageAlt: "Transporte de materiales"}, ], }, { @@ -105,7 +105,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?_wi=2", imageAlt: "Recomendaciones de expertos"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg", imageAlt: "Recomendaciones de expertos"}, ], }, ]} @@ -136,7 +136,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?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg" imageAlt="Ferretería El Nico - Local establecido" mediaAnimation="slide-up" imagePosition="right" @@ -169,13 +169,13 @@ export default function LandingPage() {