From e06b603a6f491f321575f2d83b719479f6c581b3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:11:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7d98b7..5013a89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,8 @@ export default function IntegralPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/tanned-long-haired-woman-white-top-with-floral-print-enjoying-summer-day-vacation-warm-country_197531-17030.jpg", imageAlt: "Cabello natural saludable en Integral" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-balcony_23-2148161274.jpg", imageAlt: "Interior del salón Integral" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-interior-design-with-eucalyptus-plant_23-2149420712.jpg", imageAlt: "Ambiente premium del salón" } + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-balcony_23-2148161274.jpg?_wi=1", imageAlt: "Interior del salón Integral" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-interior-design-with-eucalyptus-plant_23-2149420712.jpg?_wi=1", imageAlt: "Ambiente premium del salón" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -75,7 +75,7 @@ export default function IntegralPage() { { value: "100%", title: "Productos Naturales" }, { value: "LGBTQ+", title: "Espacio Inclusivo" } ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-balcony_23-2148161274.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-balcony_23-2148161274.jpg?_wi=2" imageAlt="Interior del salón Integral" useInvertedBackground={false} mediaAnimation="blur-reveal" @@ -125,7 +125,7 @@ export default function IntegralPage() { { value: "15+", title: "Años de Experiencia" }, { value: "1000+", title: "Clientes Satisfechos" } ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-interior-design-with-eucalyptus-plant_23-2149420712.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-interior-design-with-eucalyptus-plant_23-2149420712.jpg?_wi=2" imageAlt="Experiencia wellness en Integral" useInvertedBackground={false} mediaAnimation="slide-up" @@ -196,7 +196,7 @@ Encuentranos en el corazón del Eixample, a pocos pasos del metro." ]} textarea={{ name: "message", placeholder: "¿En qué podemos ayudarte?", rows: 4, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-balcony_23-2148161274.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-balcony_23-2148161274.jpg?_wi=3" imageAlt="Ubicación del salón Integral" mediaAnimation="slide-up" mediaPosition="right" @@ -219,7 +219,7 @@ Encuentranos en el corazón del Eixample, a pocos pasos del metro." useInvertedBackground={true} mediaAnimation="opacity" metricsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-interior-design-with-eucalyptus-plant_23-2149420712.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-interior-design-with-eucalyptus-plant_23-2149420712.jpg?_wi=3" imageAlt="Tu mejor versión te espera" containerClassName="py-20 bg-gradient-to-r from-primary-cta to-accent/30" titleClassName="text-4xl md:text-5xl font-semibold text-white" -- 2.49.1