Update src/app/page.tsx

This commit is contained in:
2026-04-22 23:36:18 +00:00
parent 4c49941913
commit 1095926b0c

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>
);
}
}