From e8477dba4c60e3bcf45dea57b3807444c711ec9e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 15:17:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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" /> -- 2.49.1