Update src/app/page.tsx

This commit is contained in:
2026-03-08 04:48:18 +00:00
parent a461a7fef0
commit cc13ea4f44

View File

@@ -177,7 +177,7 @@ const HomePage = () => {
<div id="contact" data-section="contact">
<ContactSplit
tag="NEED A PLUMBER TODAY?"
title="Get a Free Quote or Call Ray Now"
title="Free Quote Within 24 Hours"
description="Request a quote for your plumbing project or call us directly for immediate assistance. We serve Christchurch and surrounding suburbs."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -185,7 +185,7 @@ const HomePage = () => {
mediaAnimation="none"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Request Quote"
buttonText="Get Free Quote"
termsText="We'll get back to you within 24 hours. We respect your privacy."
/>
</div>
@@ -203,4 +203,4 @@ const HomePage = () => {
);
};
export default HomePage;
export default HomePage;