diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ef71db..00b70e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,16 +55,16 @@ export default function Home() { tagAnimation="slide-up" 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/young-male-holding-clipboard-suit-looking-strict-front-view_176474-14748.jpg", 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/credit-check-financial-accounting-request-form-concept_53876-125105.jpg", imageAlt: "certificado aprobado documento oficial" } + { 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?_wi=1", imageAlt: "portapapeles seguro documento legal" }, + { 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?_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: "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/credit-check-financial-accounting-request-form-concept_53876-125105.jpg", imageAlt: "certificado aprobado documento oficial" }, - { 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/young-male-holding-clipboard-suit-looking-strict-front-view_176474-14748.jpg?_wi=2", imageAlt: "portapapeles seguro documento legal" }, + { imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-talking-phone_23-2148804670.jpg?_wi=2", imageAlt: "personas familia grupo seguro" }, + { imageSrc: "http://img.b2bpic.net/free-photo/credit-check-financial-accounting-request-form-concept_53876-125105.jpg?_wi=2", imageAlt: "certificado aprobado documento oficial" }, + { 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 seguros hogar" } ]} buttons={[ { text: "Obtener Cotización", href: "contact" },