diff --git a/src/app/page.tsx b/src/app/page.tsx index 69686a2..aa4bb50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,13 +73,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Reformas de Baños y Cocinas", description: "Cambio de azulejos, fontanería, electricidad, mamparas y muebles de baño con profesionalidad y detalle", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Reforma de baño completada"}, + title: "Reformas de Baños y Cocinas", description: "Cambio de azulejos, fontanería, electricidad, mamparas y muebles de baño con profesionalidad y detalle", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1", imageAlt: "Reforma de baño completada"}, { id: 2, title: "Reformas Integrales", description: "Renovación completa de viviendas: suelos, pintura, instalaciones eléctricas y fontanería", imageSrc: "http://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg", imageAlt: "Reforma integral de cocina"}, { id: 3, - title: "Mantenimiento de Comunidades", description: "Limpieza, reparaciones, mantenimiento preventivo y gestión rápida de incidencias en edificios", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Mantenimiento de comunidades"}, + title: "Mantenimiento de Comunidades", description: "Limpieza, reparaciones, mantenimiento preventivo y gestión rápida de incidencias en edificios", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2", imageAlt: "Mantenimiento de comunidades"}, ]} /> @@ -142,16 +142,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Xisca B.", handle: "@xiscab", testimonial: "Nos han hecho la reforma del baño y han sido muy profesionales. Cumplieron con los plazos y el trato fue humano. Lo recomiendo 100%.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Xisca B. cliente satisfecha"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1", imageAlt: "Xisca B. cliente satisfecha"}, { id: "2", name: "Alfredo H.", handle: "@alfredoh", testimonial: "Contratamos sus servicios para una reforma integral de vivienda. Cumplieron con todo a pesar de los cambios que hicimos. Equipo muy profesional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Alfredo H. cliente satisfecho"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Alfredo H. cliente satisfecho"}, { id: "3", name: "María G.", handle: "@mariagarcia", testimonial: "Excelente servicio de mantenimiento comunitario. Responden rápido, son profesionales y los precios son competitivos. Muy recomendables.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "María G. cliente satisfecha"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2", imageAlt: "María G. cliente satisfecha"}, { id: "4", name: "Juan M.", handle: "@juanm", testimonial: "Reforma de cocina impecable. Cumplieron fechas exactas, presupuesto transparente sin sorpresas. Un equipo de confianza en Palma.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Juan M. cliente satisfecho"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Juan M. cliente satisfecho"}, ]} />