diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5b73d99..05a9111 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,14 +30,10 @@ export default function LandingPage() {
@@ -48,10 +44,7 @@ export default function LandingPage() {
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"},
- ]}
+ buttons={[{ text: "Agendar Cita", href: "tel:2221138865" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-8187.jpg", imageAlt: "NUDO 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-sweater-standing-posing_114579-81878.jpg", imageAlt: "NUDO 2" },
@@ -65,19 +58,14 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="uniform-all-items-equal"
metrics={[
- {
- 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: "m3", value: "5k+", title: "Clientes Satisfechos", description: "Tu confianza es nuestra prioridad", icon: Heart,
- },
+ { 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: "m3", value: "5k+", title: "Clientes Satisfechos", description: "Tu confianza es nuestra prioridad", icon: Heart },
]}
title="Nuestra Trayectoria"
description="Calidad respaldada por nuestros clientes."
textboxLayout="default"
+ useInvertedBackground={false}
/>
@@ -85,42 +73,15 @@ export default function LandingPage() {
@@ -129,26 +90,21 @@ export default function LandingPage() {
title="Sobre NUDO Salón"
description="Ubicados en el corazón de la Col. Mirador en Puebla, NUDO nació con la misión de brindar un espacio donde la calidez humana y la profesionalidad convergen. Creemos en resaltar la esencia única de cada cliente."
imageSrc="http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591430.jpg"
+ useInvertedBackground={false}
/>
@@ -157,18 +113,12 @@ export default function LandingPage() {
title="Reserva tu cita"
description="Calle 39 Ote 1612, Col. Mirador, Puebla. Llámanos al 222 113 8865."
inputs={[
- {
- name: "name", type: "text", placeholder: "Nombre", required: true,
- },
- {
- name: "phone", type: "tel", placeholder: "Teléfono", required: true,
- },
+ { name: "name", type: "text", placeholder: "Nombre", required: true },
+ { name: "phone", type: "tel", placeholder: "Teléfono", required: true },
]}
- textarea={{
- name: "message", placeholder: "Servicio de interés", rows: 3,
- required: true,
- }}
+ textarea={{ 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"
+ useInvertedBackground={false}
/>
@@ -177,26 +127,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534518.jpg"
logoText="NUDO"
columns={[
- {
- title: "Ubicación", items: [
- {
- label: "Calle 39 Ote 1612, Col. Mirador, Puebla", href: "#"},
- ],
- },
- {
- title: "Contacto", items: [
- {
- label: "222 113 8865", href: "tel:2221138865"},
- ],
- },
- {
- title: "Enlaces", items: [
- {
- label: "Facebook", href: "#"},
- {
- label: "Instagram", href: "#"},
- ],
- },
+ { title: "Ubicación", items: [{ label: "Calle 39 Ote 1612, Col. Mirador, Puebla", href: "#" }] },
+ { title: "Contacto", items: [{ label: "222 113 8865", href: "tel:2221138865" }] },
+ { title: "Enlaces", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }] },
]}
/>