From 43c0b1f31e40a9a1628e026b5961289ed74dc189 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:37:07 +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 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" }, -- 2.49.1