diff --git a/src/app/page.tsx b/src/app/page.tsx index a7c2cdc..f9bf234 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,35 +199,35 @@ export default function LandingPage() { logoText="CARKEEPERS" columns={[ { - title: "Services", items: [ + title: "Servicios", items: [ { - label: "Diagnostics", href: "#services"}, + label: "Diagnóstico", href: "#services"}, { - label: "Engine Repair", href: "#services"}, + label: "Reparación de Motor", href: "#services"}, { - label: "Oil Change", href: "#services"}, + label: "Cambio de Aceite", href: "#services"}, ], }, { - title: "Company", items: [ + title: "Empresa", items: [ { - label: "About Us", href: "#about"}, + label: "Sobre Nosotros", href: "#about"}, { - label: "Testimonials", href: "#testimonials"}, + label: "Testimonios", href: "#testimonials"}, { - label: "Contact", href: "#contact"}, + label: "Contacto", href: "#contact"}, ], }, { title: "Legal", items: [ { - label: "Privacy Policy", href: "#"}, + label: "Política de Privacidad", href: "#"}, { - label: "Terms of Service", href: "#"}, + label: "Términos de Servicio", href: "#"}, ], }, ]} - copyrightText="© 2026 CARKEEPERS — Premium Auto Service" + copyrightText="© 2026 CARKEEPERS — Servicio Automotriz Premium" />