diff --git a/src/app/page.tsx b/src/app/page.tsx index e32f111..6d8c341 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -214,7 +214,7 @@ export default function LandingPage() { "Competitive interest rates", "2-year extended warranty", "Accessory bundles", "Trade-in options"], button: { text: "Ride Your Yamaha", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket_1157-43591.jpg", imageAlt: "Yamaha sportbike on a winding road"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket_1157-43591.jpg", imageAlt: "Man choosed motorcycles in moto shop, guy in black jacket"}, { id: "fleet-business", title: "Business Fleet Solutions", price: "Custom Quote", period: "Contact for details", features: [ "Volume discounts", "Custom maintenance plans", "Dedicated account manager", "Scalable EV options"], @@ -254,14 +254,14 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "radial-gradient"}} - tag="Get in Touch" - title="Ready to Ride? Visit or Contact Us!" - description="Our team at Gonza Motors is here to assist you with sales, service, and financing inquiries. Find your local dealership today and start your journey." + tag="Contáctanos" + title="¿Listo para rodar? ¡Visítanos o contáctanos!" + description="Nuestro equipo en Gonza Motors está aquí para ayudarte con ventas, servicio y consultas de financiación. Encuentra tu concesionario local hoy y comienza tu viaje." buttons={[ { - text: "Locate a Dealership", href: "#"}, + text: "Encontrar un Concesionario", href: "#"}, { - text: "Schedule a Test Ride", href: "#"}, + text: "Agendar Prueba de Manejo", href: "#"}, ]} /> @@ -271,37 +271,37 @@ export default function LandingPage() { logoText="Gonza Motors" columns={[ { - title: "Our Brands", items: [ + title: "Nuestras Marcas", items: [ { - label: "YADEA Electric", href: "#products"}, + label: "YADEA Eléctricas", href: "#products"}, { - label: "Yamaha Motorcycles", href: "#products"}, + label: "Motos Yamaha", href: "#products"}, { - label: "New Arrivals", href: "#products"}, + label: "Nuevos Modelos", href: "#products"}, ], }, { - title: "Services", items: [ + title: "Servicios", items: [ { - label: "Financing", href: "#pricing"}, + label: "Financiación", href: "#pricing"}, { - label: "Maintenance", href: "#faq"}, + label: "Mantenimiento", href: "#faq"}, { - label: "Parts & Accessories", href: "#"}, + label: "Repuestos y Accesorios", href: "#"}, ], }, { - title: "Company", items: [ + title: "Empresa", items: [ { - label: "About Us", href: "#about"}, + label: "Acerca de Nosotros", href: "#about"}, { - label: "Our Dealerships", href: "#contact"}, + label: "Nuestros Concesionarios", href: "#contact"}, { - label: "Contact Us", href: "#contact"}, + label: "Contáctanos", href: "#contact"}, ], }, ]} - copyrightText="© 2024 Gonza Motors. All rights reserved." + copyrightText="© 2024 Gonza Motors. Todos los derechos reservados." />