From 0415f5f6247088636db08f2bf2d8ead0c1bb85ba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:43:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 944a79f..5db0906 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { background={{ variant: "floatingGradient" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/chores-woman-cleaning-table-surfcase-with-disinfector_259150-59505.jpg", imageAlt: "Interior limpio y profesional"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/chores-woman-cleaning-table-surfcase-with-disinfector_259150-59505.jpg?_wi=1", imageAlt: "Interior limpio y profesional"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-protective-gloves-with-rag-cleaning-electric-stove-home-kitchen-girl-washing-black-shiny-surface-kitchen-top-concept-housework_639032-2675.jpg", imageAlt: "Servicio de limpieza del hogar"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-protective-gloves-with-rag-cleaning-electric-stove-home-kitchen-girl-washing-black-shiny-surface-kitchen-top-concept-housework_639032-2675.jpg?_wi=1", imageAlt: "Servicio de limpieza del hogar"}, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/workplace-with-laptop-cleaning-products-flat-lay_169016-23965.jpg", imageAlt: "Limpieza de oficinas profesional"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg", imageAlt: "Limpieza profunda exhaustiva"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/chores-woman-cleaning-table-surfcase-with-disinfector_259150-59505.jpg", imageAlt: "Espacio limpio reluciente"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/chores-woman-cleaning-table-surfcase-with-disinfector_259150-59505.jpg?_wi=2", imageAlt: "Espacio limpio reluciente"}, { id: "6", imageSrc: "http://img.b2bpic.net/free-vector/vintage-women-s-day-label-collection_23-2148423941.jpg", imageAlt: "Empresa local en Castalla"}, ]} @@ -90,7 +90,7 @@ export default function LandingPage() { tag="Servicios" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-protective-gloves-with-rag-cleaning-electric-stove-home-kitchen-girl-washing-black-shiny-surface-kitchen-top-concept-housework_639032-2675.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-protective-gloves-with-rag-cleaning-electric-stove-home-kitchen-girl-washing-black-shiny-surface-kitchen-top-concept-housework_639032-2675.jpg?_wi=2" imageAlt="Servicio profesional de limpieza" mediaAnimation="slide-up" accordionItems={[ -- 2.49.1