Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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() {
|
||||
<div id="location" data-section="location">
|
||||
<ContactSplitForm
|
||||
title="Visitanos en Barcelona"
|
||||
description="Integral. Nature for Hair\nCarrer del Comte Borrell, 205, Local 1\n08029 Barcelona, España\n\nTeléfono: +34 930 17 79 38\nAbierto desde las 10:00\n\nEncuentranos en el corazón del Eixample, a pocos pasos del metro."
|
||||
description="Integral. Nature for Hair
|
||||
Carrer del Comte Borrell, 205, Local 1
|
||||
08029 Barcelona, España
|
||||
|
||||
Teléfono: +34 930 17 79 38
|
||||
Abierto desde las 10:00
|
||||
|
||||
Encuentranos en el corazón del Eixample, a pocos pasos del metro."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Tu nombre", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Tu correo", required: true }
|
||||
]}
|
||||
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?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-balcony_23-2148161274.jpg"
|
||||
imageAlt="Ubicación del salón Integral"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -210,7 +218,8 @@ export default function IntegralPage() {
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-interior-design-with-eucalyptus-plant_23-2149420712.jpg?_wi=3"
|
||||
metricsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-interior-design-with-eucalyptus-plant_23-2149420712.jpg"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user