diff --git a/src/app/page.tsx b/src/app/page.tsx index 0013112..285eaef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,152 +32,86 @@ export default function LandingPage() {
@@ -186,20 +120,14 @@ export default function LandingPage() { @@ -391,28 +229,19 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "How do I book an appointment?", - content: "You can easily book an appointment by calling us at (787) 365-3364 or sending us a direct message on Instagram. We work by appointment to ensure personalized attention for your pet.", - }, + id: "faq1", title: "¿Cómo reservo una cita?", content: "Puedes reservar fácilmente una cita llamándonos al (787) 365-3364 o enviándonos un mensaje directo por Instagram. Trabajamos con cita previa para garantizar una atención personalizada para tu mascota."}, { - id: "faq2", - title: "What grooming services do you offer?", - content: "We offer a full range of grooming services including haircuts, styling, de-shedding treatments, premium baths with deep conditioning, nail trimming, ear cleaning, and more. Our services are tailored to your pet's needs.", - }, + id: "faq2", title: "¿Qué servicios de peluquería ofrecen?", content: "Ofrecemos una gama completa de servicios de peluquería, incluyendo cortes de pelo, estilismo, tratamientos de deslanado, baños premium con acondicionamiento profundo, corte de uñas, limpieza de oídos y más. Nuestros servicios se adaptan a las necesidades de tu mascota."}, { - id: "faq3", - title: "Do you sell pet accessories?", - content: "Yes, we have a curated selection of stylish and high-quality pet accessories available for purchase. This includes collars, leashes, toys, apparel, and bowls to keep your furry friend looking and feeling great.", - }, + id: "faq3", title: "¿Venden accesorios para mascotas?", content: "Sí, tenemos una selección curada de accesorios para mascotas elegantes y de alta calidad disponibles para la compra. Esto incluye collares, correas, juguetes, ropa y cuencos para mantener a tu amigo peludo luciendo y sintiéndose genial."}, ]} imageSrc="http://img.b2bpic.net/free-photo/dog-lifestyle-care-with-owner_23-2149150804.jpg" imageAlt="Dog relaxing in a pet spa setting" mediaAnimation="slide-up" mediaPosition="right" - title="Frequently Asked Questions" - description="Find quick answers to common questions about our services, appointments, and products." - tag="Your Questions, Answered" + title="Preguntas Frecuentes" + description="Encuentra respuestas rápidas a preguntas comunes sobre nuestros servicios, citas y productos." + tag="Tus Preguntas, Respondidas" faqsAnimation="slide-up" /> @@ -421,14 +250,13 @@ export default function LandingPage() { @@ -437,58 +265,37 @@ export default function LandingPage() { logoText="Stylish Doggies" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Grooming", - href: "#services", - }, + label: "Grooming", href: "#services"}, { - label: "Bathing", - href: "#services", - }, + label: "Bathing", href: "#services"}, { - label: "Accessories", - href: "#products", - }, + label: "Accessories", href: "#products"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Call Us: (787) 365-3364", - href: "tel:+17873653364", - }, + label: "Llámanos: (787) 365-3364", href: "tel:+17873653364"}, { - label: "Email: stylishdoggies15@gmail.com", - href: "mailto:stylishdoggies15@gmail.com", - }, + label: "Correo electrónico: stylishdoggies15@gmail.com", href: "mailto:stylishdoggies15@gmail.com"}, { - label: "Location: Aguada, PR", - href: "#contact", - }, + label: "Ubicación: Aguada, PR", href: "#contact"}, ], }, ]} - copyrightText="© 2024 Stylish Doggies. All rights reserved." + copyrightText="© 2024 Stylish Doggies. Todos los derechos reservados." />