Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 742f768767 | |||
| eb32a6f91e | |||
| 1095926b0c | |||
| 4c49941913 | |||
| c3c007327c |
@@ -207,8 +207,8 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Get a Free Estimate"
|
title="Request Your Free No-Obligation Inspection"
|
||||||
description="Ready to fix your roof? Call us at (336) 847-1922 or fill out the form below."
|
description="Ready to fix your roof? Contact us today for a same-day inspection and no-obligation estimate."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
@@ -256,4 +256,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user