From ea440d4c185376353f95fa6105ae4375ec244ace Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 22:34:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e98f25a..8e11eca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { name: "FAQ", id: "#faq"}, { - name: "Contacto", id: "#contact"}, + name: "Contacto", id: "#contact"} ]} brandName="RUSTICO" button={{ @@ -63,7 +63,7 @@ export default function LandingPage() { description="Cortes modernos, afeitado profesional y la mejor atención en San Juan. Más de 150 clientes nos recomiendan por nuestra calidad y buena onda. " buttons={[ { - text: "Reserva tu cita", href: "#contact"}, + text: "Reserva tu cita", href: "#contact"} ]} buttonAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/beige-barber-wallpaper-background-with-tools-job-career-concept_53876-148095.jpg" @@ -110,7 +110,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-sensitive-man-thinking_23-2149459722.jpg", imageAlt: "Man receiving a hair wash and treatment"}, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-listening-music-headphone_23-2147892843.jpg?_wi=1", imageAlt: "Man with healthy, shiny hair"} - }, + } ]} showStepNumbers={false} title="Nuestros Servicios Destacados" @@ -136,7 +136,7 @@ export default function LandingPage() { { id: "masaje-facial", name: "Masaje Facial", price: "$2.500 ARS", variant: "Relajación y cuidado de la piel", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-face-massage-while-lying-down-with-eyes-closed-spa-center_637285-1709.jpg", imageAlt: "Man receiving a facial massage"}, { - id: "hidratacion-capilar", name: "Tratamiento de Hidratación", price: "$3.000 ARS", variant: "Nutrición profunda para tu cabello", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205880.jpg", imageAlt: "Man's hair deep conditioning treatment"}, + id: "hidratacion-capilar", name: "Tratamiento de Hidratación", price: "$3.000 ARS", variant: "Nutrición profunda para tu cabello", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205880.jpg", imageAlt: "Man's hair deep conditioning treatment"} ]} title="Descubre Nuestro Menú Completo" description="Explora nuestra selección de servicios premium, cada uno diseñado para satisfacer tus necesidades de estilo y cuidado personal." @@ -180,7 +180,7 @@ export default function LandingPage() { { id: "4", name: "Gabriel M.", date: "05/04/2024", title: "Calidad que se siente", quote: "Cada visita es una garantía de calidad. Desde el corte hasta el afeitado, todo es impecable. ¡Totalmente recomendable!", tag: "Garantía", avatarSrc: "http://img.b2bpic.net/free-photo/man-showing-thumbs-up_1098-21825.jpg", avatarAlt: "Gabriel M. avatar", imageSrc: "http://img.b2bpic.net/free-photo/dollhouse-furniture-white-background_1368-6095.jpg", imageAlt: "Barber tools"}, { - id: "5", name: "Lucas R.", date: "01/04/2024", title: "Mis barberos de confianza", quote: "Llevo años viniendo y nunca me decepcionan. Saben exactamente lo que busco y siempre superan mis expectativas. Un lujo.", tag: "Fiel", avatarSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-confident-standing-with-arms-crossed-gesture-street_839833-30694.jpg", avatarAlt: "Lucas R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/barber-talking-with-client-reception-desk_23-2148181957.jpg", imageAlt: "Barbershop window"}, + id: "5", name: "Lucas R.", date: "01/04/2024", title: "Mis barberos de confianza", quote: "Llevo años viniendo y nunca me decepcionan. Saben exactamente lo que busco y siempre superan mis expectativas. Un lujo.", tag: "Fiel", avatarSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-confident-standing-with-arms-crossed-gesture-street_839833-30694.jpg", avatarAlt: "Lucas R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/barber-talking-with-client-reception-desk_23-2148181957.jpg", imageAlt: "Barbershop window"} ]} title="Lo que dicen nuestros clientes" description="La satisfacción de quienes confían en nosotros es nuestra mejor carta de presentación. Sus experiencias hablan por sí solas." @@ -201,7 +201,7 @@ export default function LandingPage() { { id: "faq-4", title: "¿Tienen servicios de barbería a domicilio?", content: "Actualmente, solo ofrecemos nuestros servicios en nuestro local para garantizar la experiencia completa y el uso de nuestras instalaciones profesionales."}, { - id: "faq-5", title: "¿Puedo elegir a mi barbero preferido al reservar?", content: "Sí, nuestro sistema de reservas te permite seleccionar a tu barbero preferido según su disponibilidad al momento de programar tu cita."}, + id: "faq-5", title: "¿Puedo elegir a mi barbero preferido al reservar?", content: "Sí, nuestro sistema de reservas te permite seleccionar a tu barbero preferido según su disponibilidad al momento de programar tu cita."} ]} title="Preguntas Frecuentes" description="Encuentra respuestas rápidas a tus dudas más comunes sobre nuestros servicios, reservas y la experiencia en RUSTICO." @@ -233,8 +233,8 @@ export default function LandingPage() { { label: "Diseño de Barba", href: "#services"}, { - label: "Tratamientos", href: "#services"}, - ], + label: "Tratamientos", href: "#services"} + ] }, { title: "Nosotros", items: [ @@ -243,8 +243,8 @@ export default function LandingPage() { { label: "Nuestro Equipo", href: "#team"}, { - label: "Testimonios", href: "#testimonials"}, - ], + label: "Testimonios", href: "#testimonials"} + ] }, { title: "Soporte", items: [ @@ -255,9 +255,9 @@ export default function LandingPage() { { label: "Términos y Condiciones", href: "#"}, { - label: "Política de Privacidad", href: "#"}, - ], - }, + label: "Política de Privacidad", href: "#"} + ] + } ]} bottomLeftText="© 2024 RUSTICO Corte Y Afeitado. Todos los derechos reservados." bottomRightText="Hecho con pasión en San Juan, Argentina." -- 2.49.1