Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
166
src/app/page.tsx
166
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Sobre Mí",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre Mí", id: "about"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
name: "Servicios", id: "features"},
|
||||
{
|
||||
name: "Precios",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Precios", id: "pricing"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Luisa Gil Masajes"
|
||||
/>
|
||||
@@ -62,32 +52,20 @@ export default function LandingPage() {
|
||||
description="Descubre el alivio que tu cuerpo necesita con Luisa Gil Masajes. Tratamientos personalizados diseñados para tu equilibrio total."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Cita",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Cita", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spa-concept-with-woman_23-2147816900.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", alt: "Cliente satisfecha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-natural-model-laughing_23-2148398597.jpg",
|
||||
alt: "Cliente feliz",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-natural-model-laughing_23-2148398597.jpg", alt: "Cliente feliz"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-practicing-facial-yoga_23-2150649521.jpg",
|
||||
alt: "Cliente relajado",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-practicing-facial-yoga_23-2150649521.jpg", alt: "Cliente relajado"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/isolated-shot-delighted-cheerful-young-caucasian-guy-looking-pleased-keeping-finger-his-temple-being-glad-recieve-big-profit-from-sales-smiling-with-teeth-proud-himself_176420-13327.jpg",
|
||||
alt: "Cliente sonriente",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/isolated-shot-delighted-cheerful-young-caucasian-guy-looking-pleased-keeping-finger-his-temple-being-glad-recieve-big-profit-from-sales-smiling-with-teeth-proud-himself_176420-13327.jpg", alt: "Cliente sonriente"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-touching-chin_1262-5158.jpg",
|
||||
alt: "Cliente sereno",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-touching-chin_1262-5158.jpg", alt: "Cliente sereno"},
|
||||
]}
|
||||
avatarText="Más de 500 clientes satisfechos"
|
||||
/>
|
||||
@@ -101,6 +79,7 @@ export default function LandingPage() {
|
||||
description="Ubicados en la Avinguda del Primat Reig, ofrecemos un espacio dedicado a la recuperación física y mental."
|
||||
subdescription="Cada sesión es única, adaptándome a las necesidades específicas de cada persona que confía en mi experiencia terapéutica."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-candles-table-living-room_169016-5156.jpg"
|
||||
icon={Sparkles}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -112,19 +91,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Masaje Relajante",
|
||||
description: "Elimina el estrés diario y reconecta con tu cuerpo en un ambiente de paz.",
|
||||
icon: Sparkles,
|
||||
title: "Masaje Relajante", description: "Elimina el estrés diario y reconecta con tu cuerpo en un ambiente de paz.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Masaje Terapéutico",
|
||||
description: "Alivio profundo para molestias musculares y contracturas acumuladas.",
|
||||
icon: Shield,
|
||||
title: "Masaje Terapéutico", description: "Alivio profundo para molestias musculares y contracturas acumuladas.", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Bienestar Holístico",
|
||||
description: "Tratamiento integral para restaurar la armonía y la energía vital.",
|
||||
icon: Zap,
|
||||
title: "Bienestar Holístico", description: "Tratamiento integral para restaurar la armonía y la energía vital.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Nuestros Tratamientos"
|
||||
@@ -139,38 +112,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "b1",
|
||||
badge: "Sesión Individual",
|
||||
price: "45€",
|
||||
subtitle: "Masaje de 60 minutos",
|
||||
buttons: [
|
||||
id: "b1", badge: "Sesión Individual", price: "45€", subtitle: "Masaje de 60 minutos", buttons: [
|
||||
{
|
||||
text: "Reservar",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Tratamiento personalizado",
|
||||
"Ambiente privado",
|
||||
"Aceites orgánicos",
|
||||
],
|
||||
"Tratamiento personalizado", "Ambiente privado", "Aceites orgánicos"],
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
badge: "Bono 5 sesiones",
|
||||
price: "200€",
|
||||
subtitle: "Ideal para mantenimiento",
|
||||
buttons: [
|
||||
id: "b2", badge: "Bono 5 sesiones", price: "200€", subtitle: "Ideal para mantenimiento", buttons: [
|
||||
{
|
||||
text: "Reservar",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Ahorro 25€",
|
||||
"Sesiones transferibles",
|
||||
"Prioridad en agenda",
|
||||
],
|
||||
"Ahorro 25€", "Sesiones transferibles", "Prioridad en agenda"],
|
||||
},
|
||||
]}
|
||||
title="Tarifas Especiales"
|
||||
@@ -185,40 +140,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Laura S.",
|
||||
handle: "@laura",
|
||||
testimonial: "Un oasis de tranquilidad en Valencia. El trato de Luisa es excepcional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-bathrobe-towel-showing-double-thumbs-up-looking-happy-front-view_176474-50692.jpg",
|
||||
},
|
||||
id: "t1", name: "Laura S.", handle: "@laura", testimonial: "Un oasis de tranquilidad en Valencia. El trato de Luisa es excepcional.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-bathrobe-towel-showing-double-thumbs-up-looking-happy-front-view_176474-50692.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcos V.",
|
||||
handle: "@marcos",
|
||||
testimonial: "Llegué con mucha tensión y salí como nuevo. Altamente recomendable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204965.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcos V.", handle: "@marcos", testimonial: "Llegué con mucha tensión y salí como nuevo. Altamente recomendable.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204965.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ana G.",
|
||||
handle: "@ana",
|
||||
testimonial: "Profesionalismo y calidez. Sin duda volveré pronto.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-caucasian-woman-looks-camera-pink_141793-69914.jpg",
|
||||
},
|
||||
id: "t3", name: "Ana G.", handle: "@ana", testimonial: "Profesionalismo y calidez. Sin duda volveré pronto.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-caucasian-woman-looks-camera-pink_141793-69914.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
handle: "@david",
|
||||
testimonial: "Excelente experiencia. Muy buen ambiente y técnica impecable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-man-with-copy-space_23-2148686058.jpg",
|
||||
},
|
||||
id: "t4", name: "David L.", handle: "@david", testimonial: "Excelente experiencia. Muy buen ambiente y técnica impecable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-man-with-copy-space_23-2148686058.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Carmen R.",
|
||||
handle: "@carmen",
|
||||
testimonial: "Un lugar muy acogedor y céntrico. Luisa es una gran profesional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cup_23-2148943519.jpg",
|
||||
},
|
||||
id: "t5", name: "Carmen R.", handle: "@carmen", testimonial: "Un lugar muy acogedor y céntrico. Luisa es una gran profesional.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cup_23-2148943519.jpg"},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Tu confianza es nuestra mayor motivación para seguir creciendo."
|
||||
@@ -230,20 +160,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Dónde estáis situados?",
|
||||
content: "Nos encontramos en Avinguda del Primat Reig, 32, D, 46009 València.",
|
||||
},
|
||||
id: "f1", title: "¿Dónde estáis situados?", content: "Nos encontramos en Avinguda del Primat Reig, 32, D, 46009 València."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Cómo reservo una cita?",
|
||||
content: "Puedes contactar a través del formulario de abajo o llamando al teléfono de contacto.",
|
||||
},
|
||||
id: "f2", title: "¿Cómo reservo una cita?", content: "Puedes contactar a través del formulario de abajo o llamando al teléfono de contacto."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Qué debo llevar?",
|
||||
content: "Solo ven con muchas ganas de relajarte; el resto lo proporcionamos nosotros.",
|
||||
},
|
||||
id: "f3", title: "¿Qué debo llevar?", content: "Solo ven con muchas ganas de relajarte; el resto lo proporcionamos nosotros."},
|
||||
]}
|
||||
sideTitle="Dudas comunes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -254,8 +175,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Reserva tu sesión ahora"
|
||||
description="Cuéntanos qué necesitas y nos pondremos en contacto contigo lo antes posible para confirmar tu cita en Primat Reig."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-paper-style-community-map_23-2149377697.jpg"
|
||||
@@ -268,33 +188,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Ubicación",
|
||||
items: [
|
||||
title: "Ubicación", items: [
|
||||
{
|
||||
label: "Avinguda del Primat Reig, 32, D",
|
||||
href: "#",
|
||||
},
|
||||
label: "Avinguda del Primat Reig, 32, D", href: "#"},
|
||||
{
|
||||
label: "46009 València, España",
|
||||
href: "#",
|
||||
},
|
||||
label: "46009 València, España", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Enlaces",
|
||||
items: [
|
||||
title: "Enlaces", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Servicios", href: "#features"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user