diff --git a/src/app/page.tsx b/src/app/page.tsx index cfd2088..03eb4a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Why Us | Por Qué", id: "why-us" }, { name: "Contact | Contacto", id: "contact" } ]} - button={{ text: "Get Quote", href: "#contact" }} + button={{ text: "Get Quote | Cotización", href: "contact" }} animateOnLoad={true} /> @@ -44,13 +44,13 @@ export default function LandingPage() { logoText="ProTrack Rentals" description="Professional Skid Steer Loader Rentals | Alquileres Profesionales de Cargadores de Dirección Deslizante" buttons={[ - { text: "View Equipment", href: "#equipment" }, - { text: "Request Quote", href: "#contact" } + { text: "View Equipment | Ver Equipo", href: "equipment" }, + { text: "Request Quote | Solicitar Cotización", href: "contact" } ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARO0myy2Q0cEbmnux5fNOMbxJj/a-professional-skid-steer-loader-on-a-mo-1772553433968-e4af3058.png" - imageAlt="Skid steer loader on construction site" + imageAlt="Skid steer loader on construction site | Cargador de dirección deslizante en sitio de construcción" frameStyle="card" mediaAnimation="blur-reveal" /> @@ -60,10 +60,10 @@ export default function LandingPage() {
@@ -141,19 +141,19 @@ export default function LandingPage() { @@ -224,15 +224,15 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Equipment", href: "#equipment" }, - { label: "Pricing", href: "#pricing" }, - { label: "Why Us", href: "#why-us" } + { label: "Equipment | Equipo", href: "equipment" }, + { label: "Pricing | Precios", href: "pricing" }, + { label: "Why Us | Por Qué", href: "why-us" } ] }, { items: [ - { label: "Contact", href: "#contact" }, - { label: "Phone", href: "tel:+15551234567" }, + { label: "Contact | Contacto", href: "contact" }, + { label: "Phone | Teléfono", href: "tel:+15551234567" }, { label: "Email", href: "mailto:info@protrackrentals.com" } ] }, @@ -240,14 +240,14 @@ export default function LandingPage() { items: [ { label: "Español", href: "#" }, { label: "English", href: "#" }, - { label: "Bilingual Support", href: "#contact" } + { label: "Bilingual Support | Soporte Bilingüe", href: "contact" } ] }, { items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Rental Agreement", href: "#" } + { label: "Privacy Policy | Política de Privacidad", href: "#" }, + { label: "Terms of Service | Términos de Servicio", href: "#" }, + { label: "Rental Agreement | Acuerdo de Alquiler", href: "#" } ] } ]}