Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -48,10 +48,11 @@ export default function LandingPage() {
|
||||
description="Remodelación corporal avanzada y tratamientos drenantes con resultados visibles desde la primera sesión en Castelldefels."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar por WhatsApp", href: "https://wa.me/34686984500?text=Hola%20Blue,%20me%20gustaría%20reservar%20una%20cita"},
|
||||
text: "Reservar por WhatsApp", href: "https://wa.me/34686984500?text=Hola%20Blue,%20me%20gustaría%20reservar%20una%20cita"
|
||||
},
|
||||
{ text: "Pedir Valoración", href: "contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/essential-table-spa-decorative-body_1220-1442.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/essential-table-spa-decorative-body_1220-1442.jpg"
|
||||
imageAlt="Centro de Bienestar Blue - Ambiente Premium"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -76,9 +77,11 @@ export default function LandingPage() {
|
||||
<TeamCardOne
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Rocío", role: "Especialista Principal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg?_wi=1", imageAlt: "Rocío - Especialista en Remodelación Corporal"},
|
||||
id: "1", name: "Rocío", role: "Especialista Principal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg", imageAlt: "Rocío - Especialista en Remodelación Corporal"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Soraya", role: "Especialista Wellness", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg?_wi=2", imageAlt: "Soraya - Especialista en Tratamientos Drenantes"},
|
||||
id: "2", name: "Soraya", role: "Especialista Wellness", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg", imageAlt: "Soraya - Especialista en Tratamientos Drenantes"
|
||||
},
|
||||
]}
|
||||
title="Grandes Profesionales al Servicio de tu Bienestar"
|
||||
description="Rocío y Soraya, lideres en remodelación corporal y tratamientos personalizados. Expertise probada con resultados que superan expectativas y clientes habituales que confían en nuestro trabajo."
|
||||
@@ -96,23 +99,28 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Método Thais León - Desinflamación y Drenaje", tags: ["Innovador", "Resultados Inmediatos"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/face-massage-close-up-adult-woman-getting-spa-massage-treatment-beauty-spa-salon-spa-skin-body-care-facial-beauty-treatment-cosmetology_158595-7711.jpg", imageAlt: "Método Thais León - Desinflamación Corporal"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/face-massage-close-up-adult-woman-getting-spa-massage-treatment-beauty-spa-salon-spa-skin-body-care-facial-beauty-treatment-cosmetology_158595-7711.jpg", imageAlt: "Método Thais León - Desinflamación Corporal"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Remodelación Corporal Personalizada", tags: ["Diagnóstico Adaptado", "Seguimiento Cercano"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=1", imageAlt: "Remodelación Corporal - Tratamiento Premium"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg", imageAlt: "Remodelación Corporal - Tratamiento Premium"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Tratamientos Faciales Wellness", tags: ["Belleza Integral", "Profesionalidad"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lies-with-closed-eyes-cosmetologist-making-procedure_158595-4613.jpg", imageAlt: "Tratamientos Faciales - Bienestar Completo"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lies-with-closed-eyes-cosmetologist-making-procedure_158595-4613.jpg", imageAlt: "Tratamientos Faciales - Bienestar Completo"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Tratamientos Reductores Avanzados", tags: ["Resultados Visibles", "Cambio Impresionante"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-women-with-all-kinds-body_23-2149159292.jpg", imageAlt: "Tratamientos Reductores - Transformación Corporal"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-women-with-all-kinds-body_23-2149159292.jpg", imageAlt: "Tratamientos Reductores - Transformación Corporal"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Ahora", href: "https://wa.me/34686984500?text=Hola%20Blue,%20me%20interesa%20un%20tratamiento"},
|
||||
text: "Reservar Ahora", href: "https://wa.me/34686984500?text=Hola%20Blue,%20me%20interesa%20un%20tratamiento"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,16 +132,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "María García", role: "Cliente Habitual", company: "Castelldefels", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "María - Resultados Espectaculares"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "María - Resultados Espectaculares"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Laura Martínez", role: "Cliente Satisfecha", company: "Barcelona", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Laura - Cambio Impresionante 10/10"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Laura - Cambio Impresionante 10/10"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Andrea López", role: "Cliente VIP", company: "Costa Daurada", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", imageAlt: "Andrea - Siempre Recurro a Blue"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", imageAlt: "Andrea - Siempre Recurro a Blue"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sofia Ruiz", role: "Cliente Recurrente", company: "Sitges", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Sofia - Superó Todas mis Expectativas"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Sofia - Superó Todas mis Expectativas"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "76+", label: "Reseñas de Clientes" },
|
||||
@@ -150,8 +162,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
title="Confiado por Profesionales del Wellness"
|
||||
description="Blue es referente en remodelación corporal y bienestar en Castelldefels, reconocido por especialistas y centros de salud."
|
||||
names=[
|
||||
"Professional Wellness", "Health & Beauty Network", "Aesthetic Excellence", "Wellness Leaders", "Beauty Innovation", "Premium Health", "Spa Professionals"]
|
||||
names={[
|
||||
"Professional Wellness", "Health & Beauty Network", "Aesthetic Excellence", "Wellness Leaders", "Beauty Innovation", "Premium Health", "Spa Professionals"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
@@ -165,11 +178,14 @@ export default function LandingPage() {
|
||||
description="Desde tu primera visita experimentarás el compromiso de Blue con la excelencia. Diagnóstico personalizado, seguimiento cercano y atención profesional en cada sesión."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Diagnóstico Personalizado", price: "Inicio del Cambio", imageSrc: "http://img.b2bpic.net/free-photo/essential-table-spa-decorative-body_1220-1442.jpg?_wi=2", imageAlt: "Consulta Inicial - Diagnóstico Experto"},
|
||||
id: "1", name: "Diagnóstico Personalizado", price: "Inicio del Cambio", imageSrc: "http://img.b2bpic.net/free-photo/essential-table-spa-decorative-body_1220-1442.jpg", imageAlt: "Consulta Inicial - Diagnóstico Experto"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Tratamiento Adaptado", price: "Resultados Inmediatos", imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=2", imageAlt: "Tratamiento Personalizado"},
|
||||
id: "2", name: "Tratamiento Adaptado", price: "Resultados Inmediatos", imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg", imageAlt: "Tratamiento Personalizado"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Seguimiento Profesional", price: "Transformación Completa", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg?_wi=3", imageAlt: "Seguimiento Cercano del Progreso"},
|
||||
id: "3", name: "Seguimiento Profesional", price: "Transformación Completa", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg", imageAlt: "Seguimiento Cercano del Progreso"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user