Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
278
src/app/page.tsx
278
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Sobre Nosotras",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre Nosotras", id: "about"},
|
||||
{
|
||||
name: "Tratamientos",
|
||||
id: "features",
|
||||
},
|
||||
name: "Tratamientos", id: "features"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="NG Estética"
|
||||
/>
|
||||
@@ -54,69 +46,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Estética Avanzada. Resultados Naturales."
|
||||
description="Centro de referencia en Bizkaia para tratamientos estéticos profesionales con tecnología de última generación."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir Cita",
|
||||
href: "https://wa.me/34944541054",
|
||||
},
|
||||
text: "Reserva tu cita por WhatsApp", href: "https://wa.me/34944541054"},
|
||||
{
|
||||
text: "Ver Tratamientos",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Ver Tratamientos", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334251.jpg?_wi=1"
|
||||
imageAlt="Centro de estética avanzada profesional"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-holding-cup_23-2147984958.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-holding-cup_23-2147984958.jpg", alt: "Cliente satisfecha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-bed-after-shower-wearing-towels_273609-13224.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-bed-after-shower-wearing-towels_273609-13224.jpg", alt: "Cliente satisfecha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133185.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133185.jpg", alt: "Cliente satisfecha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-with-healthy-skin-cute-dark-haired-woman-white-wall_197531-13800.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-with-healthy-skin-cute-dark-haired-woman-white-wall_197531-13800.jpg", alt: "Cliente satisfecha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg", alt: "Cliente satisfecha"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334257.jpg",
|
||||
alt: "Tratamiento 1",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334257.jpg", alt: "Tratamiento 1"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334246.jpg",
|
||||
alt: "Tratamiento 2",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334246.jpg", alt: "Tratamiento 2"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/patient-checking-her-teeth-mirror_107420-74169.jpg",
|
||||
alt: "Tratamiento 3",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/patient-checking-her-teeth-mirror_107420-74169.jpg", alt: "Tratamiento 3"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/boy-receiving-facial-treatment-beauty-salon_23-2148194197.jpg",
|
||||
alt: "Tratamiento 4",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/boy-receiving-facial-treatment-beauty-salon_23-2148194197.jpg", alt: "Tratamiento 4"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Resultados de Alta Gama",
|
||||
},
|
||||
type: "text", text: "Resultados de Alta Gama"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,17 +91,11 @@ export default function LandingPage() {
|
||||
description="En NG Estética Profesional, nos obsesiona la excelencia. Ofrecemos amplias instalaciones con salas individuales para tu total privacidad y confort, respaldadas por un equipo en formación continua y tecnología de vanguardia."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Años de Experiencia",
|
||||
},
|
||||
value: "10+", title: "Años de Experiencia"},
|
||||
{
|
||||
value: "5+",
|
||||
title: "Estrellas en Google",
|
||||
},
|
||||
value: "5+", title: "Estrellas en Google"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Resultados Naturales",
|
||||
},
|
||||
value: "100%", title: "Resultados Naturales"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26048.jpg?_wi=1"
|
||||
imageAlt="Instalaciones de NG Estética"
|
||||
@@ -152,32 +109,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Centro de Estética",
|
||||
descriptions: [
|
||||
"Micropigmentación, Microblading, Depilación Láser, Tratamientos Faciales y Corporales de alta gama.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-having-cosmetic-treatment-spa_23-2148825312.jpg",
|
||||
imageAlt: "Beautiful young woman having a cosmetic treatment at the spa",
|
||||
},
|
||||
id: "f1", title: "Centro de Estética", descriptions: [
|
||||
"Micropigmentación, Microblading, Depilación Láser, Tratamientos Faciales y Corporales de alta gama."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-having-cosmetic-treatment-spa_23-2148825312.jpg", imageAlt: "Beautiful young woman having a cosmetic treatment at the spa"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Aparatología Avanzada",
|
||||
descriptions: [
|
||||
"INDIBA, Dermapen, Dermaplaning, Zionic y tecnología bioluminiscente Fhos.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334251.jpg?_wi=2",
|
||||
imageAlt: "Beautiful young woman having a cosmetic treatment at the spa",
|
||||
},
|
||||
id: "f2", title: "Aparatología Avanzada", descriptions: [
|
||||
"INDIBA, Dermapen, Dermaplaning, Zionic y tecnología bioluminiscente Fhos."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334251.jpg?_wi=2", imageAlt: "Beautiful young woman having a cosmetic treatment at the spa"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Cosmética Especializada",
|
||||
descriptions: [
|
||||
"Protocolos BDR, Biopeptic y Skinderma para regeneración profunda.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26048.jpg?_wi=2",
|
||||
imageAlt: "Beautiful young woman having a cosmetic treatment at the spa",
|
||||
},
|
||||
id: "f3", title: "Cosmética Especializada", descriptions: [
|
||||
"Protocolos BDR, Biopeptic y Skinderma para regeneración profunda."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26048.jpg?_wi=2", imageAlt: "Beautiful young woman having a cosmetic treatment at the spa"},
|
||||
]}
|
||||
title="Nuestros Tratamientos"
|
||||
description="Explora nuestra selección de servicios avanzados diseñados para potenciar tu belleza natural."
|
||||
@@ -191,38 +133,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
tag: "Especialidad Estrella",
|
||||
price: "Consulta",
|
||||
period: "Personalizado",
|
||||
description: "Micropigmentación avanzada para rasgos naturales.",
|
||||
button: {
|
||||
text: "Reservar",
|
||||
href: "https://wa.me/34944541054",
|
||||
},
|
||||
featuresTitle: "Lo que incluye:",
|
||||
features: [
|
||||
"Diseño personalizado",
|
||||
"Técnica natural",
|
||||
"Seguimiento exclusivo",
|
||||
],
|
||||
id: "p1", tag: "Especialidad Estrella", price: "Consulta", period: "Personalizado", description: "Micropigmentación avanzada para rasgos naturales.", button: {
|
||||
text: "Reservar", href: "https://wa.me/34944541054"},
|
||||
featuresTitle: "Lo que incluye:", features: [
|
||||
"Diseño personalizado", "Técnica natural", "Seguimiento exclusivo"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
tag: "Pack Boda",
|
||||
price: "Consulta",
|
||||
period: "Protocolo",
|
||||
description: "Preparación integral para el día de tu boda.",
|
||||
button: {
|
||||
text: "Reservar",
|
||||
href: "https://wa.me/34944541054",
|
||||
},
|
||||
featuresTitle: "Protocolo completo:",
|
||||
features: [
|
||||
"Facial iluminador",
|
||||
"Corporal reafirmante",
|
||||
"Atención para novia/o",
|
||||
],
|
||||
id: "p2", tag: "Pack Boda", price: "Consulta", period: "Protocolo", description: "Preparación integral para el día de tu boda.", button: {
|
||||
text: "Reservar", href: "https://wa.me/34944541054"},
|
||||
featuresTitle: "Protocolo completo:", features: [
|
||||
"Facial iluminador", "Corporal reafirmante", "Atención para novia/o"],
|
||||
},
|
||||
]}
|
||||
title="Servicios Especiales"
|
||||
@@ -237,59 +157,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Goiuri Pizarro",
|
||||
role: "Cliente",
|
||||
company: "Bizkaia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg",
|
||||
},
|
||||
id: "t1", name: "Goiuri Pizarro", role: "Cliente", company: "Bizkaia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ainhoa González",
|
||||
role: "Cliente",
|
||||
company: "Derio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860779.jpg",
|
||||
},
|
||||
id: "t2", name: "Ainhoa González", role: "Cliente", company: "Derio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860779.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priscilla García",
|
||||
role: "Cliente",
|
||||
company: "Bizkaia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-work_23-2149871319.jpg",
|
||||
},
|
||||
id: "t3", name: "Priscilla García", role: "Cliente", company: "Bizkaia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-work_23-2149871319.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ana R.",
|
||||
role: "Cliente",
|
||||
company: "Derio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-years-old-sitting-her-kitchen-alone-express-candid-happiness_1258-186556.jpg",
|
||||
},
|
||||
id: "t4", name: "Ana R.", role: "Cliente", company: "Derio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-years-old-sitting-her-kitchen-alone-express-candid-happiness_1258-186556.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Marta L.",
|
||||
role: "Cliente",
|
||||
company: "Bizkaia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-drinking-coffee_23-2148020563.jpg",
|
||||
},
|
||||
id: "t5", name: "Marta L.", role: "Cliente", company: "Bizkaia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-drinking-coffee_23-2148020563.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "5.0", label: "Google Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfacción",
|
||||
},
|
||||
value: "100%", label: "Satisfacción"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Clientes felices",
|
||||
},
|
||||
value: "500+", label: "Clientes felices"},
|
||||
]}
|
||||
title="Lo que dicen de nosotros"
|
||||
description="Clientes satisfechos en toda Bizkaia."
|
||||
@@ -305,35 +194,11 @@ export default function LandingPage() {
|
||||
description="Nuestros tratamientos antes y después."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Estética",
|
||||
title: "Micropigmentación Labial",
|
||||
excerpt: "Un cambio sutil para un resultado natural.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-woman-red-lips-big-smile_1150-14126.jpg",
|
||||
authorName: "NG Estética",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430624.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
id: "b1", category: "Estética", title: "Micropigmentación Labial", excerpt: "Un cambio sutil para un resultado natural.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-woman-red-lips-big-smile_1150-14126.jpg", authorName: "NG Estética", authorAvatar: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430624.jpg", date: "2025"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Cejas",
|
||||
title: "Microblading Pelo a Pelo",
|
||||
excerpt: "Redefiniendo tu mirada con precisión.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-using-eyebrow-brush_23-2150351848.jpg",
|
||||
authorName: "NG Estética",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
id: "b2", category: "Cejas", title: "Microblading Pelo a Pelo", excerpt: "Redefiniendo tu mirada con precisión.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-using-eyebrow-brush_23-2150351848.jpg", authorName: "NG Estética", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg", date: "2025"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Facial",
|
||||
title: "Tratamiento INDIBA",
|
||||
excerpt: "Rejuvenecimiento facial sin cirugía.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-cosmetic-treatment-wellness-center_23-2148825295.jpg",
|
||||
authorName: "NG Estética",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
id: "b3", category: "Facial", title: "Tratamiento INDIBA", excerpt: "Rejuvenecimiento facial sin cirugía.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-cosmetic-treatment-wellness-center_23-2148825295.jpg", authorName: "NG Estética", authorAvatar: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg", date: "2025"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -342,20 +207,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contacto"
|
||||
title="Tu bienestar comienza aquí"
|
||||
description="Estamos en Sollube Kalea, 4, bajo, 48160 Derio, Bizkaia. ¡Contáctanos y agenda tu primera sesión!"
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/34944541054",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/34944541054"},
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:+34944541054",
|
||||
},
|
||||
text: "Llamar ahora", href: "tel:+34944541054"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -366,37 +226,27 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Derio, Bizkaia",
|
||||
},
|
||||
label: "Derio, Bizkaia"},
|
||||
{
|
||||
label: "+34 944 541 054",
|
||||
},
|
||||
label: "+34 944 541 054"},
|
||||
{
|
||||
label: "Lunes-Viernes 9:00-19:00",
|
||||
},
|
||||
label: "Lunes-Viernes 9:00-19:00"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Tratamientos",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Tratamientos", href: "#features"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Zure edertasuna, gure pasioa",
|
||||
},
|
||||
label: "Zure edertasuna, gure pasioa"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -406,4 +256,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user