Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-22 23:36:22 +00:00

View File

@@ -208,7 +208,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Get a Free Estimate"
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={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -256,4 +256,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}