3 Commits

Author SHA1 Message Date
7e8dda11f2 Merge version_2 into main
Merge version_2 into main
2026-06-03 18:47:34 +00:00
b6e9443111 Update src/app/page.tsx 2026-06-03 18:47:31 +00:00
6751cef20b Merge version_1 into main
Merge version_1 into main
2026-06-03 18:44:22 +00:00

View File

@@ -214,7 +214,7 @@ export default function LandingPage() {
"Competitive interest rates", "2-year extended warranty", "Accessory bundles", "Trade-in options"], "Competitive interest rates", "2-year extended warranty", "Accessory bundles", "Trade-in options"],
button: { button: {
text: "Ride Your Yamaha", href: "#contact"}, 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: [ 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"], "Volume discounts", "Custom maintenance plans", "Dedicated account manager", "Scalable EV options"],
@@ -254,14 +254,14 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
tag="Get in Touch" tag="Contáctanos"
title="Ready to Ride? Visit or Contact Us!" title="¿Listo para rodar? ¡Visítanos o contáctanos!"
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." 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={[ buttons={[
{ {
text: "Locate a Dealership", href: "#"}, text: "Encontrar un Concesionario", href: "#"},
{ {
text: "Schedule a Test Ride", href: "#"}, text: "Agendar Prueba de Manejo", href: "#"},
]} ]}
/> />
</div> </div>
@@ -271,37 +271,37 @@ export default function LandingPage() {
logoText="Gonza Motors" logoText="Gonza Motors"
columns={[ 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."
/> />
</div> </div>
</ReactLenis> </ReactLenis>