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"