Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc13ea4f44 | |||
| a461a7fef0 | |||
| 6e17c2a90b | |||
| cccea86d1d | |||
| 1588ab7aa5 |
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -177,7 +177,7 @@ const HomePage = () => {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="NEED A PLUMBER TODAY?"
|
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."
|
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" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -185,7 +185,7 @@ const HomePage = () => {
|
|||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="your@email.com"
|
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."
|
termsText="We'll get back to you within 24 hours. We respect your privacy."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -203,4 +203,4 @@ const HomePage = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default HomePage;
|
export default HomePage;
|
||||||
|
|||||||
Reference in New Issue
Block a user