From d44f49d44028f4b0a4e11f7c70be185aa0480a62 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 00:30:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20ec6d1..d8a7f4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,13 @@ export default function LandingPage() { { name: "FAQ", id: "#faq"}, { - name: "Contact", id: "#contact"}, + name: "Contact", id: "/request-a-quote"}, ]} logoSrc="http://img.b2bpic.net/free-vector/perspective-logo-bright-color_1043-217.jpg" logoAlt="Grupo Logistico Intermundo Logo" brandName="Grupo LogĂ­stico Intermundo" button={{ - text: "Get a Quote", href: "#contact"}} + text: "Get a Quote", href: "/request-a-quote"}} animateOnLoad={true} /> @@ -69,7 +69,7 @@ export default function LandingPage() { tagIcon={Truck} buttons={[ { - text: "Get a Free Quote", href: "#contact"}, + text: "Get a Free Quote", href: "/request-a-quote"}, { text: "Explore Our Services", href: "#services"}, ]} @@ -255,7 +255,7 @@ export default function LandingPage() { text="Ready to optimize your supply chain? Contact us today for a personalized logistics solution tailored to your business needs. Let's move your world forward." buttons={[ { - text: "Request a Quote", href: "mailto:info@intermundo.com"}, + text: "Request a Quote", href: "/request-a-quote"}, { text: "Call Us", href: "tel:+1234567890"}, ]}