Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 145a00987f | |||
| ae0a673657 | |||
| ee1355af8f | |||
| cde8c8b499 |
@@ -231,17 +231,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1", title: "How do I book an appointment?", content: "You can easily book your appointment online through our website's booking system or by calling us directly during business hours."},
|
id: "faq-1", title: "¿Cómo reservo una cita?", content: "Puede reservar fácilmente su cita en línea a través de nuestro sistema de reservas en el sitio web o llamándonos directamente durante el horario comercial."},
|
||||||
{
|
{
|
||||||
id: "faq-2", title: "Do you accept walk-ins?", content: "While we highly recommend booking an appointment to ensure availability, we do accept walk-ins based on our barbers' schedules. Please call ahead for best results."},
|
id: "faq-2", title: "¿Aceptan visitas sin cita previa?", content: "Si bien recomendamos encarecidamente reservar una cita para asegurar la disponibilidad, aceptamos visitas sin cita previa según los horarios de nuestros barberos. Llame con anticipación para obtener mejores resultados."},
|
||||||
{
|
{
|
||||||
id: "faq-3", title: "What products do you use?", content: "We proudly use a selection of premium grooming products from industry-leading brands, chosen for their quality and effectiveness. Our barbers can recommend products tailored to your hair and skin type."},
|
id: "faq-3", title: "¿Qué productos utilizan?", content: "Utilizamos con orgullo una selección de productos de aseo premium de marcas líderes en la industria, elegidos por su calidad y eficacia. Nuestros barberos pueden recomendar productos adaptados a su tipo de cabello y piel."},
|
||||||
{
|
{
|
||||||
id: "faq-4", title: "Can I request a specific barber?", content: "Yes, you can request your preferred barber when booking your appointment online or over the phone, subject to their availability."},
|
id: "faq-4", title: "¿Puedo solicitar un barbero específico?", content: "Sí, puede solicitar su barbero preferido al reservar su cita en línea o por teléfono, sujeto a su disponibilidad."},
|
||||||
{
|
{
|
||||||
id: "faq-5", title: "What are your operating hours?", content: "We are open Monday to Saturday from 9 AM to 9 PM. Sundays are by appointment only."},
|
id: "faq-5", title: "¿Cuál es su horario de atención?", content: "Estamos abiertos de lunes a sábado de 9 AM a 9 PM. Los domingos son solo con cita previa."},
|
||||||
]}
|
]}
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Preguntas Frecuentes"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -249,26 +249,26 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Book Your Perfect Cut Today"
|
title="Reserve Su Corte Perfecto Hoy"
|
||||||
description="Ready for a fresh look? Schedule your appointment with our expert barbers. We look forward to seeing you!"
|
description="¿Listo para un nuevo look? Programe su cita con nuestros expertos barberos. ¡Esperamos verle!"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Tu Nombre", required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
name: "email", type: "email", placeholder: "Tu Correo Electrónico", required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
name: "phone", type: "tel", placeholder: "Número de Teléfono"},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Your Message (Optional)", rows: 4,
|
name: "message", placeholder: "Tu Mensaje (Opcional)", rows: 4,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6322.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6322.jpg"
|
||||||
imageAlt="Interior of a vibrant barber shop with empty chairs"
|
imageAlt="Interior of a vibrant barber shop with empty chairs"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Send Message"
|
buttonText="Enviar Mensaje"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -311,4 +311,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user