From ea003c146ec0e15e223cd5c304a0debda69c01bc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:08:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d64656..086c291 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Wrench} tagAnimation="slide-up" buttons={[ - { text: "Request a quote", href: "#contact" }, + { text: "Get Same-Day Quote", href: "#contact" }, { text: "Learn more", href: "#services" } ]} buttonAnimation="slide-up" @@ -283,4 +283,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}