Update src/app/page.tsx

This commit is contained in:
2026-05-28 00:30:21 +00:00
parent e4fb192af0
commit d44f49d440

View File

@@ -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}
/>
</div>
@@ -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"},
]}