Merge version_2 into main #1
186
src/app/page.tsx
186
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "services",
|
||||
},
|
||||
name: "Servicios", id: "services"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="NUDO"
|
||||
/>
|
||||
@@ -53,37 +45,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="NUDO Salón de Belleza"
|
||||
title="✨ NUDO Salón de Belleza ✨"
|
||||
description="El arte de resaltar tu belleza natural en Puebla. Calidad y dedicación en cada detalle."
|
||||
tag="4.5 Estrellas | 295 Opiniones"
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Cita",
|
||||
href: "tel:2221138865",
|
||||
},
|
||||
text: "Agendar Cita", href: "tel:2221138865"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gatsby-patterned-frame_53876-91724.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-81875.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-81875.jpg", alt: "Cliente satisfecha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-sweater-standing-posing_114579-81878.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-sweater-standing-posing_114579-81878.jpg", alt: "Cliente satisfecha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-blond-woman-cozy-wear-home_624325-3014.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-blond-woman-cozy-wear-home_624325-3014.jpg", alt: "Cliente satisfecha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg", alt: "Cliente satisfecha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
alt: "Cliente satisfecha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Cliente satisfecha"},
|
||||
]}
|
||||
avatarText="Más de 5,000 clientes felices"
|
||||
/>
|
||||
@@ -97,25 +77,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.5",
|
||||
title: "Calificación Google",
|
||||
description: "Basado en 295 opiniones",
|
||||
icon: Star,
|
||||
id: "m1", value: "4.5", title: "Calificación Google", description: "Basado en 295 opiniones", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10+",
|
||||
title: "Años de Experiencia",
|
||||
description: "Expertos en estética integral",
|
||||
icon: Award,
|
||||
id: "m2", value: "10+", title: "Años de Experiencia", description: "Expertos en estética integral", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5k+",
|
||||
title: "Clientes Satisfechos",
|
||||
description: "Tu confianza es nuestra prioridad",
|
||||
icon: Heart,
|
||||
id: "m3", value: "5k+", title: "Clientes Satisfechos", description: "Tu confianza es nuestra prioridad", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Nuestra Trayectoria"
|
||||
@@ -130,71 +98,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Corte",
|
||||
price: "$350",
|
||||
subtitle: "Corte de Dama",
|
||||
features: [
|
||||
"Lavado incluído",
|
||||
"Diseño de corte",
|
||||
"Secado técnico",
|
||||
],
|
||||
id: "p1", badge: "Corte", price: "$350", subtitle: "Corte de Dama", features: [
|
||||
"Lavado incluído", "Diseño de corte", "Secado técnico"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Reservar",
|
||||
href: "tel:2221138865",
|
||||
},
|
||||
text: "Reservar", href: "tel:2221138865"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Corte",
|
||||
price: "$200",
|
||||
subtitle: "Corte de Caballero",
|
||||
features: [
|
||||
"Corte con tijera o máquina",
|
||||
"Perfilado",
|
||||
"Estilizado",
|
||||
],
|
||||
id: "p2", badge: "Corte", price: "$200", subtitle: "Corte de Caballero", features: [
|
||||
"Corte con tijera o máquina", "Perfilado", "Estilizado"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Reservar",
|
||||
href: "tel:2221138865",
|
||||
},
|
||||
text: "Reservar", href: "tel:2221138865"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Color",
|
||||
price: "Desde $900",
|
||||
subtitle: "Color y Mechas",
|
||||
features: [
|
||||
"Diagnóstico capilar",
|
||||
"Aplicación profesional",
|
||||
"Tratamiento hidratante",
|
||||
],
|
||||
id: "p3", badge: "Color", price: "Desde $900", subtitle: "Color y Mechas", features: [
|
||||
"Diagnóstico capilar", "Aplicación profesional", "Tratamiento hidratante"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Reservar",
|
||||
href: "tel:2221138865",
|
||||
},
|
||||
text: "Reservar", href: "tel:2221138865"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
badge: "Especial",
|
||||
price: "$500",
|
||||
subtitle: "Estética Integral",
|
||||
features: [
|
||||
"Peinados especiales",
|
||||
"Maquillaje profesional",
|
||||
"Tratamientos capilares",
|
||||
],
|
||||
id: "p4", badge: "Especial", price: "$500", subtitle: "Estética Integral", features: [
|
||||
"Peinados especiales", "Maquillaje profesional", "Tratamientos capilares"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Reservar",
|
||||
href: "tel:2221138865",
|
||||
},
|
||||
text: "Reservar", href: "tel:2221138865"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -217,30 +149,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Lucero Tamayo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg",
|
||||
},
|
||||
id: "t1", name: "Lucero Tamayo", imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Cliente Satisfecho",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-face-massage-mirror-with-gua-sha_23-2149349077.jpg",
|
||||
},
|
||||
id: "t2", name: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/woman-face-massage-mirror-with-gua-sha_23-2149349077.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Cliente Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-woman-portrait_23-2148148150.jpg",
|
||||
},
|
||||
id: "t3", name: "Cliente Regular", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-woman-portrait_23-2148148150.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Invitado Especial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-drinking-coffee_23-2148020563.jpg",
|
||||
},
|
||||
id: "t4", name: "Invitado Especial", imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-drinking-coffee_23-2148020563.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Reseña Google",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-home-getting-ready-haircut_23-2148817221.jpg",
|
||||
},
|
||||
id: "t5", name: "Reseña Google", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-home-getting-ready-haircut_23-2148817221.jpg"},
|
||||
]}
|
||||
cardTitle="Lo que dicen nuestros clientes"
|
||||
cardTag="Reseñas Reales"
|
||||
@@ -255,22 +172,14 @@ export default function LandingPage() {
|
||||
description="Calle 39 Ote 1612, Col. Mirador, Puebla. Llámanos al 222 113 8865."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nombre",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Teléfono",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Teléfono", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Servicio de interés",
|
||||
rows: 3,
|
||||
name: "message", placeholder: "Servicio de interés", rows: 3,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-bath-concept-accessories_23-2148419440.jpg"
|
||||
@@ -283,34 +192,23 @@ export default function LandingPage() {
|
||||
logoText="NUDO"
|
||||
columns={[
|
||||
{
|
||||
title: "Ubicación",
|
||||
items: [
|
||||
title: "Ubicación", items: [
|
||||
{
|
||||
label: "Calle 39 Ote 1612, Col. Mirador, Puebla",
|
||||
href: "#",
|
||||
},
|
||||
label: "Calle 39 Ote 1612, Col. Mirador, Puebla", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "222 113 8865",
|
||||
href: "tel:2221138865",
|
||||
},
|
||||
label: "222 113 8865", href: "tel:2221138865"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Enlaces",
|
||||
items: [
|
||||
title: "Enlaces", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -319,4 +217,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user