From e3b6ba92501b1a2d676e17c9f1f3d23aa3f38cfc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:00:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 454946b..2f7466c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -251,7 +251,7 @@ export default function LandingPage() { description="Reach out for professional electrical services in Stokesdale, NC. Our friendly team is ready to help with any electrical need, emergency or routine." buttons={[ { text: "Call (336) 427-8866", href: "tel:+13364278866" }, - { text: "Request Service", href: "mailto:info@blaneyelectric.com" } + { text: "Get Free Quote", href: "/contact" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }} -- 2.49.1