diff --git a/src/app/page.tsx b/src/app/page.tsx index dd3d2eb..391aaba 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?_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" } + { 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" } ]} 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-balcony_23-2148161274.jpg" imageAlt="Interior del salón Integral" useInvertedBackground={false} mediaAnimation="blur-reveal" @@ -125,11 +125,12 @@ 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-interior-design-with-eucalyptus-plant_23-2149420712.jpg" imageAlt="Experiencia wellness en Integral" useInvertedBackground={false} mediaAnimation="slide-up" tagAnimation="opacity" + metricsAnimation="slide-up" containerClassName="py-20 bg-gradient-to-br from-accent/10 to-background-accent/10" titleClassName="text-4xl md:text-5xl font-semibold" descriptionClassName="text-base md:text-lg leading-relaxed opacity-90" @@ -181,14 +182,21 @@ export default function IntegralPage() {