From cc508dfe3c7c691e149d263fee69d1a958e06eb1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:53:21 +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 afc7c46..9bd3268 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -222,7 +222,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Schedule a Consultation", href: "mailto:hello@automaze.studio" }, - { text: "Send us a Message", href: "#" } + { text: "Get a Free Quote", href: "#" } ]} className="w-full" containerClassName="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8"