From f1feab626fb52e1ef7d353b342b4a632de5f7593 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:58:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f340f07..962d69c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Portfolio", id: "portfolio" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Request a Quote", href: "#contact" }} + button={{ text: "Contact Us", href: "#contact" }} animateOnLoad={true} navItemClassName="text-foreground font-semibold hover:text-primary-cta transition-colors" buttonClassName="bg-primary-cta text-primary-cta-text hover:opacity-90 transition-opacity" @@ -49,7 +49,6 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Request a Quote", href: "#contact" }, { text: "View Our Work", href: "#portfolio" }, ]} buttonAnimation="slide-up" @@ -235,7 +234,7 @@ export default function LandingPage() { title="Let's Build Something Exceptional" description="Tell us about your project and receive a custom fabrication quote from our precision engineering team. We're ready to bring your vision to life with premium metalwork." buttons={[ - { text: "Request a Quote", href: "mailto:info@zoidmetalforms.com" }, + { text: "Contact Us", href: "mailto:info@zoidmetalforms.com" }, { text: "Call Now", href: "tel:+1-555-123-4567" }, ]} buttonAnimation="slide-up" -- 2.49.1