diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1746fa5..e0e66f6 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 | Cotización", href: "contact" }}
+ button={{ text: "Get Quote", href: "#contact" }}
animateOnLoad={true}
/>
@@ -42,15 +42,15 @@ export default function LandingPage() {
@@ -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 | Equipo", href: "equipment" },
- { label: "Pricing | Precios", href: "pricing" },
- { label: "Why Us | Por Qué", href: "why-us" }
+ { label: "Equipment", href: "#equipment" },
+ { label: "Pricing", href: "#pricing" },
+ { label: "Why Us", href: "#why-us" }
]
},
{
items: [
- { label: "Contact | Contacto", href: "contact" },
- { label: "Phone | Teléfono", href: "tel:+15551234567" },
+ { label: "Contact", href: "#contact" },
+ { label: "Phone", 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 | Soporte Bilingüe", href: "contact" }
+ { label: "Bilingual Support", href: "#contact" }
]
},
{
items: [
- { label: "Privacy Policy | Política de Privacidad", href: "#" },
- { label: "Terms of Service | Términos de Servicio", href: "#" },
- { label: "Rental Agreement | Acuerdo de Alquiler", href: "#" }
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
+ { label: "Rental Agreement", href: "#" }
]
}
]}