From 7ddb9372683ff4e3d6d6ef334c6c388a316306e9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:51:55 +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 e88758d..33a9e55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { logoText="JACK OF ALL PRESSURE" description="Professional pressure washing and cleaning services for residential and commercial properties. Trusted by hundreds of satisfied clients across the region." buttons={[ - { text: "Schedule Service", href: "#contact" }, + { text: "Get Free Pressure Washing Quote", href: "#contact" }, { text: "Learn More", href: "#services" } ]} layoutOrder="default" -- 2.49.1