From bd4de15fec80b4752b0d23036cfd76536c3ad330 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:34:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 945ae2d..69f5313 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,30 +52,30 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-car-dealer-sellers-office-doing-paper-work_23-2148332878.jpg", imageAlt: "protección familiar seguros hogar" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-car-dealer-sellers-office-doing-paper-work_23-2148332878.jpg?_wi=1", imageAlt: "protección familiar seguros hogar" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-clipboard-suit-looking-strict-front-view_176474-14748.jpg", imageAlt: "portapapeles seguro documento legal" + imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-clipboard-suit-looking-strict-front-view_176474-14748.jpg?_wi=1", imageAlt: "portapapeles seguro documento legal" }, { - imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-talking-phone_23-2148804670.jpg", imageAlt: "personas familia grupo seguro" + imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-talking-phone_23-2148804670.jpg?_wi=1", imageAlt: "personas familia grupo seguro" }, { - imageSrc: "http://img.b2bpic.net/free-photo/credit-check-financial-accounting-request-form-concept_53876-125105.jpg", imageAlt: "certificado aprobado documento oficial" + imageSrc: "http://img.b2bpic.net/free-photo/credit-check-financial-accounting-request-form-concept_53876-125105.jpg?_wi=1", imageAlt: "certificado aprobado documento oficial" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-clipboard-suit-looking-strict-front-view_176474-14748.jpg", imageAlt: "Firma contrato" + imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-clipboard-suit-looking-strict-front-view_176474-14748.jpg?_wi=2", imageAlt: "Firma contrato" }, { - imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-talking-phone_23-2148804670.jpg", imageAlt: "Seguridad del hogar" + imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-talking-phone_23-2148804670.jpg?_wi=2", imageAlt: "Seguridad del hogar" }, { - imageSrc: "http://img.b2bpic.net/free-photo/credit-check-financial-accounting-request-form-concept_53876-125105.jpg", imageAlt: "Servicio rápido" + imageSrc: "http://img.b2bpic.net/free-photo/credit-check-financial-accounting-request-form-concept_53876-125105.jpg?_wi=2", imageAlt: "Servicio rápido" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-car-dealer-sellers-office-doing-paper-work_23-2148332878.jpg", imageAlt: "Protección familiar" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-car-dealer-sellers-office-doing-paper-work_23-2148332878.jpg?_wi=2", imageAlt: "Protección familiar" } ]} buttons={[ -- 2.49.1