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() {