Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-24 15:17:33 +00:00

View File

@@ -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"
/>
</div>
</ReactLenis>